grosser / parallel

Ruby: parallel processing made simple and fast
MIT License
4.16k stars 254 forks source link

Fix compilation on windows #322

Closed enumag closed 2 years ago

enumag commented 2 years ago

I have an application using the parallel gem. It works fine but when I compile it into exe I get an error that I'm missing the etc gem.

However I'm unable to install that gem on windows due to https://github.com/ruby/etc/issues/22. However this gem doesn't seem to be strictly necessary for parallel and on windows the branch where it's used won't be reached anyway. Can we only call the require when actually using the gem?

grosser commented 2 years ago

1.22.1