MSP-Greg
MSP-Greg
Forgive me, I'm confused. > why that not specified in the docs here here is actions/setup-ruby, which is the action supported by GitHub. My post was mostly referring to ruby/setup-ruby...
> requires you to use ridk enable or ridk exec when trying to build. Adding code to mkmf to enable the MSYS2 toolchains was brought up recently, but since the...
I tried installing rust_uuid with `gem install`. That didn't work. From above msg, I noticed that commonmarker was Rust (just the most recent release). After forking the repo, it installed...
Per the note in the rust-uuid README, I tried `cargo build --release` from the gem folder. The following error: ``` Compiling interfaces v0.0.1 The following warnings were emitted during compilation:...
> x64-mingw-ucrt a valid platform for Ruby 3.2? Yes, it's the only platform that's widely available. > does the added support for mswin / msvc make this obsolete? At present,...
Nio4r uses libev, which isn't usable on WIndows?
The test seems to intermittently fail. See ubuntu 18.04 & macOS for: https://github.com/socketry/nio4r/runs/836896480?check_suite_focus=true#step:7:183 https://github.com/socketry/nio4r/runs/836896524?check_suite_focus=true#step:7:183
Below is a output from current: ``` PS C:\Greg\GitHub> curl -Lks 'https://git.io/rg-ssl' | ruby Here's your Ruby and OpenSSL environment: Ruby: 2.8.0p-1 (2020-06-01 revision cadd2245f7f10850e0b11e5b678b2049399a2d3e) [x64-mingw32] RubyGems: 3.2.0.pre1 Bundler: 2.2.0.dev...
@duckinator > I can just apply the exit_code = 1 => exit 1 patch and merge it. Actually, that would be great, as my internet connection is down... **EDIT:** Got...
@duckinator Let me make a few more changes to this. I think I used the exit_code with the idea of showing as much 'system info' as possible, but must have...