Jason Frey
Jason Frey
This is because it does File.basename, which in this case gives `broker_notify_properties.tmpl.yml`, which of course has a bad migration date. Probable fix is to only look at files directly in...
Hit this now in #500, with Ruby 3.0.6 and 3.3.0 installed. Similar to the OP, `chruby 3.0` is picking `3.3.0` over `3.0.6`.
@postmodern Your branch there in https://github.com/postmodern/chruby/issues/291#issuecomment-60347106 seems like a great fix. Any reason it didn't become a pull request?
Bumping this because I can't seem to add the chrome extension to Firefox anymore. Would still love a Firefox release. 😄
Bump again - I accidentally just merged a WIP PR, and would love to have this on Firefox :)
TIL about "kebabcase" :) I have heard "dash case", so perhaps that's clearer?
Also, FWIW, ActiveSupport calls the "dash case" method [`dasherize`](https://api.rubyonrails.org/v7.1.2/classes/String.html#method-i-dasherize)
Would it help to regularly run https://github.com/crystal-lang/bootstrap-script ?
I've read both of the links multiple times and I still don't really understand the problem. In general, to many of us outside of the compiler who want to help...
@asterite First, thanks so much for the detailed reply! I think what's confusing to me about the example there is that you continually change foo.cr. In an incremental model, everything...