Releases: hasumikin/mrubyc-utils
Releases · hasumikin/mrubyc-utils
v0.0.7
Change directory structure
Breaking change
- sub directories
tasksandmodelsare located inmrblibmrblib/tasksis for task scripts (infinite loop,while true; hoge(); enc)mrblib/modelsis for modes scripts (class Hoge; end)
- This change is a necessary of corresponding to a design of mrubyc-test gem
- Templates are also amended
- Every user must use this version from now otherwise
mrubyc-utils installwon't work
Misc
- mrubyc-utils behaves as a wrapper
- I wanted to use CRuby's gems in spite of .ruby-version is mruby-x.x.x
- Any command like
mrubyc-utils rfdinvokerfdwith changing RBENV_VERSION into CRuby version - These are special cases:
mrubyc-utils [test|debugger]invokesmrubyc-[test|debugger]
mrblib and more
mrblib
mrubyc introduced mrblib that allows us to write methods with ruby.
mrubyc-utils classes and mrubyc-utils methods --class=[class name] can extract class name or method name from mrblib.
you will be able to modify mrblib classes or create new one inside mrubyc_mrblib_dir (find correct path in .mrubycconfig)
Makefile for POSIX
Makefile will be served at mrubyc-utils install if target is posix. you can compile all the code just hitting make