issues
search
mitchellh
/
go-mruby
Go (golang) bindings to mruby.
https://gist.github.com/mitchellh/90029601268e59a29e64e55bab1c5bdc
MIT License
471
stars
34
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
State of this Project? mruby 3.0.0?
#80
Simerax
opened
3 years ago
2
Allow struct fields to be optional
#79
SeekingMeaning
closed
3 years ago
0
Add new value type Symbol
#78
SeekingMeaning
closed
3 years ago
0
Small fixes to make go-mruby compatible with 1.13 and 1.14 module environments
#77
erikh
closed
4 years ago
5
Ruby calling Go code
#76
drzln
opened
4 years ago
0
Support mruby 2.1.0
#75
take-cheeze
opened
4 years ago
4
golint moved things again
#74
erikh
opened
5 years ago
0
Fix build with MRuby 2.0.0
#73
cromega
closed
3 years ago
5
Build fails with: could not determine kind of name for C.mrb_ary_len
#72
cromega
opened
5 years ago
7
Add license scan report and status
#71
fossabot
opened
5 years ago
2
Update go lint install link
#70
palkan
closed
5 years ago
0
Expose mrb_iv_get/set, mrb_gv_get/set to Go in a consistent fashion.
#69
fbnz156
closed
6 years ago
1
Expose mrb_iv_get/set, mrb_gv_get/set to Go in a consistent fashion.
#67
fbnz156
closed
6 years ago
4
mruby 1.4.1 dispatch breaks go-mruby
#66
erikh
opened
6 years ago
0
Makefile,mruby_test.go: add megacheck linter; fix checks
#65
erikh
closed
6 years ago
0
go.mod,go.sum: get golint into go modules
#64
erikh
closed
6 years ago
0
move .travis.yml to use go 1.11 and 1.10 as support baselines, add go…
#63
erikh
closed
6 years ago
2
Help me understand LoadString, unexpected behavior
#62
hkparker
closed
6 years ago
3
Execute compiled code
#61
y-okubo
opened
6 years ago
0
Add LoadIrepFile()
#60
y-okubo
opened
6 years ago
3
Address linting issues to get tests passing with go1.10
#59
mitchellh
closed
6 years ago
0
Tests doesn't pass on go1.10
#58
DamnWidget
closed
6 years ago
2
Concurreny Support
#57
jefree
opened
7 years ago
4
How can I get `Hash` value via a `Symbol` key?
#56
zhuangsirui
opened
7 years ago
1
Can't tell from the docs but is there an Encode which is the pair of Decode
#55
gaffo
opened
7 years ago
7
List dependencies in README
#54
erikh
closed
7 years ago
0
Readme missing dependencies
#53
gaffo
closed
7 years ago
3
There is no license or copying file
#52
gaffo
closed
7 years ago
2
gomruby.h: fix indentation to be 2-space consistent
#51
erikh
closed
7 years ago
2
Stability & Concurrency Fixes
#50
erikh
closed
7 years ago
3
fatal error: exitsyscall: syscall frame is no longer valid
#49
errordeveloper
closed
7 years ago
18
It's not clear from the docs how different types should be initialised from Go
#48
errordeveloper
opened
7 years ago
0
Array is missing methods for mutating it
#47
errordeveloper
opened
7 years ago
2
Passing large string back to mruby
#46
errordeveloper
closed
7 years ago
6
func.go: fix concurrent map write
#45
erikh
closed
7 years ago
13
Introduce CompileContext.CaptureErrors to enable error swallowing in the parser
#44
erikh
closed
7 years ago
0
Implement mrb_context_run.
#43
erikh
closed
7 years ago
0
GC improvements
#42
erikh
closed
7 years ago
3
Apply a warning message recommending vendoring.
#41
erikh
closed
8 years ago
3
mrb_load_file panics due to an expired syscall
#40
erikh
opened
8 years ago
7
Revert load file
#39
erikh
closed
8 years ago
1
Load file + tests & fixes
#38
erikh
closed
8 years ago
3
gofmt integration
#37
erikh
closed
8 years ago
0
Correct mruby versioning information in README.md
#36
erikh
closed
8 years ago
1
Golint patches
#35
erikh
closed
8 years ago
4
README.md: Add build status
#34
erikh
closed
8 years ago
1
.travis.yml: Update travis plan to get us testing!
#33
erikh
closed
8 years ago
1
Move to mruby 1.2.0
#32
erikh
closed
8 years ago
1
Several fixes to get code `golint` and `go vet` clean
#31
erikh
closed
8 years ago
2
Implement Class and SingletonClass methods on values.
#30
erikh
closed
8 years ago
2
Next