Daniel Morrione
Results
2
issues of
Daniel Morrione
Hi, I've been trying to build an mruby which contains a gem which contains C++ code (mruby-tinyxml2). It seems the architecture of _only_ the *.cpp files default to x86_64 no...
Hi, I've been embedding ruby on iOS, and have encountered some strange behavior on ARM64. This reggex segfaults the ruby interpreter on ARM64 but not on ARM7: ``` ruby capture...