Herwin

Results 65 issues of Herwin

This is going to be a long project to get some HTTP connectivity working, mostly to add the essential functionality to OpenSSL. I've added a simple script that I want...

It might take a few days before this one is done.

``` $ ruby -e 'puts Marshal.load(Marshal.dump((1

bug

A bit of background: I was trying to find out why some specs in the nightly runner (e.g. `core/string/dump_spec.rb`) appear as if they are completely skipped (0 passed, 0 failed,...

I ran into this issue when working on #1733. The specs of https://github.com/ruby/spec/blob/master/language/optional_assignments_spec.rb have the following code (simplified): ```ruby class ClassA def self.const_missing(const) const end OR_ASSIGNED_CONSTANT1 ||= :assigned end p...

bug

I noticed this when trying to find the correct error message: In MRI: ``` Addrinfo.new(''.b) => # ``` In Natalie: ``` Addrinfo.new(''.b) Traceback (most recent call last): 2: from (repl):1:in...

bug
ruby specs

This is a feature of Ruby 3.0 where a Fiber can mark itself as being blocked, notify a scheduler of this information, and let the scheduler change the execution to...

enhancement

Given the plethora of cases about possible RCE vulnerabilities that have led to the 0.3.3 release, I would like to argue that the default object marshalling is incorrect. Beside the...

A branch I had around. It's pretty much a direct copy from the C function, with a few remarks: * I'm not sure what the return type of the call...

c to c++

Well, it works, but we should merge #178 first to prevent a conflict hell, and finish this one. * TODO: Take a better look at `I1mem`, it works now but...