Skip to content

Commit 3d22545

Browse files
committed
update to mruby 2.1.1
1 parent b789f3e commit 3d22545

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

‎README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,19 @@ I want to make these changes:
2323
- [ ] Find a good way to working with timezone on mruby side
2424
- [ ] Find a good way to working with `BigDecimal` & `Date` (mruby doesn't have these) on mruby side
2525

26-
## Restrictions
26+
## limitation
2727

2828
- We enable `MRB_DISABLE_STDIO` flag when compiling mruby,
2929
which means the sandbox will not support gems which dependent `mruby-io` or `stdio.h`,
3030
the result is you can not do any HTTP request, read and write files in the sandbox,
3131
you may consider preparing data on Ruby side and pass them to the sandbox.
3232

33+
## Help wanted
34+
35+
I'm not familiar with C/CPP, so I can't improve ESS (in `ext/enterprise_script_service`),
36+
37+
Currently there're too much warnings on compiling, hope some one could help to resolve them.
38+
3339
## Demo
3440

3541
Clone the repository.

‎ext/enterprise_script_service/mruby

Submodule mrubyupdated 122 files

‎ext/enterprise_script_service/msgpack

Submodule msgpackupdated 80 files

‎script_core.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ Gem::Specification.new do |spec|
4040
spec.add_dependency("msgpack", "~> 1.0")
4141
spec.add_dependency("rake-compiler", "~> 1.0")
4242

43-
spec.add_development_dependency("rake", "~> 12")
43+
spec.add_development_dependency("rake", "~> 13")
4444
spec.add_development_dependency("rspec", "~> 3.5")
4545
end

0 commit comments

Comments
 (0)