Brian J. Cardiff
Brian J. Cardiff
The array to_s algorithm needs to be reviewed also since the detection of recursive values is not thread safe
Sure! I see that `languagePrompt :: Interactive m => InitFlags -> String -> m Language` is where things are asked. `InitFlags` are a subset of the information present in `.cabal`...
I have an implementation for this in #10115, we can discuss the implementation over there.
Seems a reasonable addition to `./src/serializable.cr` 👍
It would be really nice. There have been some efforts in that direction, but Crystal is not there yet Maybe #241 and [this Makefile](https://github.com/manastech/crystal_ruby/blob/master/Makefile) could help a bit. But have...
@sheosi Not at all! It wasn't an easy search. Also gave in mind that `fun` functions are like C externals, they can be referenced by name when loading. Other `def`...
@watzon a minor correction, it produces an `Index out of bounds (IndexError)` and not an `Overflow Error`
I wonder, should we have regex as an optional feature in the compiler? once pcre1 disappears bootstrapping crystal will become harder. We can't be ready for everything to disappear, but...
Yes, tangent. > Old compiler versions still need pcre1 and I don't suppose we'll remove regex from older versions. No. But maybe it will be worth back porting. I don't...
Is possible as it's possible to implement? or it's possible as an existing feature? If so, how? Being able to compose queries in the metrics board would be a game...