Results 108 issues of MSP-Greg

JFYI, It was mentioned in Ruby core, another ruby implementation: https://github.com/aycabta/reline I did test it with the Ruby Core readline tests, and it did fail some tests (missing methods, etc)....

**Describe the pull request** - #### What does your PR fix? Fixes / Updates sqlcipher to 4.5.2 - #### Which triplets are supported/not supported? Have you updated the [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)?...

category:port-update
requires:author-response

First of all, I'm rather Java and JRuby challenged. Recently Windows JRuby builds started failing when running ruby/setup-ruby CI. I've got JDK 11 installed locally, and an objdump of `C:\Program...

Add a GitHub Actions workflow for testing Ubuntu, macOS, & Windows using Ruby 2.2 thru 2.7. Ruby master/head fails, see the deprecation warnings shown in the 2.7 tests. I haven't...

Although most people using Ruby on Windows use MSYS2/MinGW builds, ruby/ruby has been testing on mswin (msvc) builds for quite a while. The build does pass all tests, so all...

## What was the end-user or developer problem that led to this PR? Current CI (windows-rubygems.yml) uses `x86_64-pc-windows-gnu` for the Rust/Cargo target for all Windows Rubies. The mswin build is...

Adds using a vcpkg 7z archive which contains all the packages needed for Ruby (libffi, libyaml, openssl, readline, & zlib). See https://bugs.ruby-lang.org/issues/18689 ~~Note that all unchanged workflows were disabled...~~ See...

Have a branch prepared for a PR, so I thought I'd ask first. Any reason to not change all `require` statements to `require_relative`? See https://github.com/ruby/ruby/search?q=require_relative, and https://github.com/puma/puma/pull/2381 Ruby master has...

maintenance

### Description In Ruby 3.1 and earlier versions, IO#wait_* methods were contained in the standard library gem `io/wait`. Ruby 3.2 has moved the methods to the main IO code. See...

### Description This PR refactors response generation, speeding up operations with various body types and sizes. Comparison using the the code from PR #2895: ``` ──────────────────────────────────────────────────────────────────────────── tcp6 benchmarks/local/response_time_wrk.sh -w2 -t5:5...

perf
waiting-for-review
refactor
breaking change