Markus Schirp
Markus Schirp
*whitelist for accepting non frozen strings I mean.
> Still wrapping my head around that, but if I understand your code above, I would be telling rspec to expect that the I18n.t string is NEVER frozen, and if...
I think we want to start with freezing array and hash literals. Here its very unlikely the amount of call sides to fix is overwhelming.
Maybe we can even start with freezing (EDIT: only) empty hash and array literals.
I think freezing "any empty literal" is the way to start this.
My code example was not meant to be 1:1 copy & pastable. Sorry for not labeling it as untested proactively. I think you could get around this limitation via monkey...
I do not like this upstream API. Its now even harder to differentiate between number and string aritmetic. I personally think the mutation should use `"str"` into `"str".freeze` which is...
@tjchambers I do not have the time to write a verbose message on this issue. There is a lot to include to write a _full documentation_. Before I do a...
@tjchambers This one is easy to address, but I do not have the time to write it down yet. I'll get to this one soon. Sorry but I simply do...
This makes me think about adding: `/foo/` to `/\Afoo/`, `/foo\z` and `/\Afoo\z/` not because of semantic but syntax similarity. On the original proposal: `[^foo]` is the _strict_ inverse of `[foo]`...