Skip to content

Don't freeze primitive singletons (nil, true, false, etc). #2

@michelle

Description

@michelle

In Ruby, the nil singleton object is being frozen. Freezing it breaks some other gems. When Sass::Script::Value::Null calls new(nil), the Base class ends up freezing nil.

https://github.com/oss-practice/sass/blob/master/CONTRIBUTING

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions