Herwin
Herwin
Issue started with an attempt to remove a patch, issue is turning into an attempt to add a second patch :rofl:
Okay, the HTTP part is working (at least good enough for what I'm trying to do), time to move to the OpenSSL part ``` $ bin/natalie -rnet/http -e "puts Net::HTTP.get(URI('http://natalie-lang.org/'))"...
Let's close this WIP-request for no, I will keep the branch and continue with this some day.
The failure in the bytecode test can be reproduced without the bytecode too. I've extracted the following script: ```ruby # -*- encoding: binary -*- puts "😊".encoding ``` This outputs `ASCII-8BIT`...
Related upstream issues: * https://github.com/ruby/prism/pull/3168 * https://github.com/ruby/prism/pull/3172 So I guess it's intended behaviour, but I will have to read these PRs again because I don't yet understand why.
I'm going to put this one on hold for now, I'm just not sure about these character encoding changes and I kind of want to see how MRI 3.4 will...
My instinct tells me this is going to bite us in the butt very soon, but I have absolutely nothing to back that up. I will try to get a...
https://github.com/natalie-lang/natalie/commit/7631c2826573a9c562a154aa1f570aa8f9d1b71e I found the first commit a bit hard too read, since it tried to do two things. This commit extracts the arity change, which means the next commit will...
I'm going to put this on hold for now. Most issues are related to frozen string literals, I'm well on my way of fixing those.
This is getting along nicely. A few remarks: * Docker is running on 3.4.0-rc1, since the stable images are not released yet (they're always a few days late due to...