Jonathan Mason

Results 9 comments of Jonathan Mason

Hey, I got here from a tweet of Luis' https://twitter.com/luislavena/status/806555329018339328 I have a fair bit of interest in Ruby for Windows and Open source on Windows. It's not my primary...

I'll find some time over the holidays to try a build, and post back.

I haven't forgotten about you guys. I forgot that my house is house sitting some 4 month old kittens over Christmas and I've been distracted. I'm planning try a build...

Okay, first attempt: ``` > rake ruby23 DKVER=mingw64-32-4.7.2 ``` That seems to have worked, but for some reason I don't have a `ruby23:check` task. ``` PS D:\ruby\rubyinstaller> rake -T rake...

Moving on, `ruby23:package` does exist. So lets run it. Build seemed to work. I get: ``` PS D:\ruby\rubyinstaller> rake ruby23:package cd sandbox/ruby_2_3 Parsing sources... 100% [89/89] vsnprintf.c rake aborted! NoMethodError:...

I'll try again with 5.4.2, but I have a family thing I have to go deal with now.

Seems like IO.pipe does in fact now work on Windows. Using Windows 10 with Ruby 2.3.3 from the ruby installer program. Here's what I did: I cloned wvanbergen's copy of...

Further more, I used the basic example from minitest's readme, and made this: https://gist.github.com/snarfmason/a32e2c882054ce16b1b8977634435557 ``` D:\ruby>ruby basic_mini_test.rb Run options: --seed 8701 # Running: .S. Finished in 0.003289s, 912.1613 runs/s, 912.1613...

@PragTob hey, if I made a PR to update to jquery 3.5.1 would you accept the patch?