MSP-Greg
MSP-Greg
@headius @ConnorAtherton > We are also considering shipping rb-readline as our standard readline library By chance, have you done so? Also, long story, but a popular gem is using my...
First, sorry about that mix up between prepend & append. Anyway, re the which `git-lfs.exe` issue, you're removing the existing and then some `PATH` gymnastics, maybe use a symlink? Re...
Glad things are working a bit better. > But this doesn't work with the Git programs in C:/Program Files/Git/cmd or C:/Program Files/Git/bin The symlink might fix that. Windows 'location resolution'...
One option would be to add an input (or env setting) that turns off the MSYS2 additions to PATH. Many workflows would break if it was changed to 'opt-in', but...
Just to make clear for non-Windows users: 1. When installing extension gems with either RubyGems or Bundler, RubyInstaller2 builds will add MSYS2 to PATH. Using `rake compile` in any form...
This breaks Windows builds. Below is only ucrt build, note that no extension gems are listed. First noticed in ruby-loco, as the 'CLI test' failed. Windows mswin builds have the...
@hsbt Thank you for the quick fix. As you've probably seen, fixed the CI here. All three ruby-loco builds also passed...