-
As the topic asks, what methods do people use to profile their mruby code (in particular the ruby portion, not the C bits)?
I've got a reasonably large project mruby with ~17k-50k lines of ruby (de…
-
I want use
```
conf.gem :github => 'mattn/mruby-require'
conf.gembox 'full-core'
```
in `build_config.rb`
But I got following error in 1.4.1 version:
```
ar: creating D:/MRuby/mruby-1.4.…
-
I'd like to be able to build some IP whitelist/black list into NGINX proxy using https://github.com/matsumoto-r/ngx_mruby. Being able to whitelist/blacklist a CIDR would be much easier with a good way…
-
no way to descripbe core support MRB_WORD_BOXING, MRB_UTF8_STRING or something defined in mrbconf.h from mrbgems. It need to add way to update flags from build_config.rb. need to add way to describe t…
mattn updated
9 years ago
-
Hi,
Knowing very little about MRuby and Allegro, I noticed your setup instructions for MiniGame require downloading Allegro binaries. Would it be possible, instead, to use the [`mruby-allegro` gem](h…
-
I'm trying to use `IO.select` to monitor sockets; It works on CRuby but crashes on MRuby.
Script
https://github.com/cyberarm/broadcast_forwarder_wireguard/blob/e50413f37070cdaf88795a06d1f4a18c26bc…
-
Hello,
I finally managed to build mruby (2.0.1) and got it working on Windows.
I am now trying to build a native executable for the triangle example from the docs.
Unfortunately, I am running i…
-
For packaging for openSUSE it was needed to add a `SONAME` to the library, but I think this could be useful for other users as well.
To support versioned `SONAME`, I had to patch the project like thi…
-
Hi all,
I can't seem to convince minirake to use the CC settings in the build_config.rb, despite using the build_config.rb from PICrouter.
It tries to invoke gcc instead of xc32-gcc. How do I persu…
-
Hi, I would like to be able to bootstrap this project without having any Ruby installed (Rake).
Would you be willing to add a Makefile that builds mruby?
I am willing to write it if you could give m…