socketry / async

An awesome asynchronous event-driven reactor for Ruby.
MIT License
2.09k stars 86 forks source link

Need to update io-event to latest for installation on windows #193

Closed dsisnero closed 1 year ago

dsisnero commented 1 year ago

Async doesnt install on windows becuase trying to install io-event-1.0.9 which doesn't install on windows.

ioquatix commented 1 year ago

What version of async are you trying to install?

https://github.com/socketry/async/blob/v2.2.1/async.gemspec#L23

dsisnero commented 1 year ago

output of gem install async 2>&1`

https://gist.github.com/dsisnero/36c026b73766aaa9333eb41ac913ff13

output of gem env

https://gist.github.com/dsisnero/1d49921f086f981ee3b76075bdd74975

gem_make_out

https://gist.github.com/dsisnero/966d65ed6af8d0edbddc00bed312e124

ioquatix commented 1 year ago

The latest version of io-event should work on Windows, at least somewhat. I've started working on support for async but it's a long road.