-
What is the proper way to use MRB_TRY / CATCH in a c extension?
Currently have to store temporary state in a mrb_gv which would normally be on the stack.
-
I am attempting to compile mruby as C++ with clang to make use of the `MRB_USE_CXX_EXCEPTION` compile time macro.
I am encountering several linker failures. Spot checking some of these errors, they…
-
To use some of the mrbgems in embedded code, a header file is required. (e.g. mruby-struct).
These file are missing and should be provided or created automatically.
-
How I can init Regexp? This is normal default mruby 3.1.0 configuration without modifications.
```
mruby -e " puts 'test'.split(//).join('#') "
-e:1: uninitialized constant Regexp (NameError)
…
-
正しいのは次のうちのどちらかになるのではないでしょうか?
- https://github.com/mruby/mgem-list/blob/ef95275de1a6b55ee6099e16421e8bc3d2d0ee52/mruby-stringio.gem#L3
> ```yaml
> author: ksss
> ```
- https:…
-
Hi,
I was wondering about the DISABLE_STDIO macro. I notice that since a while it actually doesn't work anymore. After a short look I notice that the C macros were extended to `mrb_load_file_cxt` and…
-
Hi *,
I saw that someone is building [an external build system](https://github.com/zzak/mruby-build) for mruby. Based on @matz https://github.com/mruby/mruby/issues/3094#issuecomment-178897893 it see…
-
If you `require "anyolite"` and create an `RbInterpreter`, Crystal regexes stop working. I assume this is because mruby links in a version that has been compiled without UTF-8 support, and Crystal str…
-
`Value` and `Block` structs held in Rust may be unreachable and garbage collected by mruby. Such values are "dead" and have `tt = MRB_TT_FREE`.
Calling a function on a dead value or yielding to a d…
-
## Description
I tried to install MRuby -- `rvm install mruby`. But the build failed, after seeing the log file, it says I would need normal ruby.
![image](https://user-images.githubusercontent.com/…