dsisnero
dsisnero
This enables a Visual Studio Command Environment when run on windows so that "nmake" is on PATH
## Feature Request - Need a cross-platform way to provide tty, console behavior - Ruby has an io/console [io/console](https://github.com/ruby/io-console/tree/master) [docs](https://ruby-doc.org/3.3.0/exts/io/IO.html#method-c-console) class that abstracts the different platform differences into a common...
When trying to use on windows - using the rake-compiler toolchain requires you to use ridk enable or ridk exec when trying to build. It would be nice to not...
trying bundle gem --ext=rust hello_rust example on windows after ridk enable to get environment bundle exec rake compile gives me the following error = note: c:/msys64/ucrt64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: unrecognized option '--eh-frame-hdr' c:/msys64/ucrt64/bin/../lib/gcc/x86_64-w64-mingw32/12.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe:...
Implement timer with hierarchical timing wheel or hash based timer wheel https://www.singchia.com/2017/11/25/An-Introduction-Of-Hierarchical-Timing-Wheels/ https://www.snellman.net/blog/archive/2016-07-27-ratas-hierarchical-timer-wheel/
See https://github.com/crystal-lang/crystal/issues/12871
I think the correct logic is to use XDG_CACHE_HOME if it is given and if not, use platform defaults
wasmer-ruby wrote some proc proc macros - it would be good if these were integrated in rutie - haven't brought it up in the wasmer project yet. https://github.com/wasmerio/wasmer-ruby/pull/48
with https://github.com/ruby/ruby/pull/3983 , rubyc includes c macros to do atomic operations. should we use these for the atomic operations? * Operating system: linux / mac / win * Ruby implementation:...