- 27 Feb, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fixes C++03 compilation.
-
Yukihiro "Matz" Matsumoto authored
-
- 26 Feb, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 25 Feb, 2021 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Binding
-
- 24 Feb, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
e.g. `def ==(v) = true`. The issue is reported by @shuujii
-
Yukihiro "Matz" Matsumoto authored
- prohibit defining setter method - allow endless def without parentheses
-
- 23 Feb, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Bump actions/setup-node from v2.1.4 to v2.1.5
-
dependabot[bot] authored
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v2.1.4...46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea) Signed-off-by:
dependabot[bot] <support@github.com>
-
- 22 Feb, 2021 5 commits
-
-
dearblue authored
- Added to `mruby-binding-core` - `Binding#local_variable_defined?` - `Binding#local_variable_get` - `Binding#local_variable_set` - `Binding#local_variables` - `Binding#receiver` - `Binding#source_location` - `Binding#inspect` - Added to `mruby-proc-binding` - `Proc#binding` The reason for separating `Proc#binding` is that core-mrbgems has a method that returns a closure object to minimize possible problems with being able to manipulate internal variables. By separating it as different mrbgem, each user can judge this problem and incorporate it arbitrarily.
-
dearblue authored
Make changes to make `Binding` work. At the same time, it separates `Binding#eval`, which depends on `mruby-eval`, from `mruby-binding-core`.
-
dearblue authored
-
https://github.com/ksss/mrubydearblue authored
-
Yukihiro "Matz" Matsumoto authored
-
- 21 Feb, 2021 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Updated `doc/opcode.md` to match `include/mruby/ops.h` [ci skip]
-
dearblue authored
-
- 20 Feb, 2021 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Comment out `warn` used in the `Array#fetch` method
-
dearblue authored
I get an error because the current mruby does not have a `Kernel#warn` method. But the warning itself is useful and I'll just comment it out in case it's implemented in the future.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 19 Feb, 2021 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
The issue is reported by @shuujii.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 18 Feb, 2021 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Fix type tag that set to `NilClass` and `FalseClass`
-
- 17 Feb, 2021 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Skip --depth=1 when it's locked
-
Takashi Kokubun authored
-
Yukihiro "Matz" Matsumoto authored
Add `-s` option to `mrbc` for make variable static
-
- 16 Feb, 2021 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
Bump actions/upload-artifact from v1 to v2.2.2
-
Yukihiro "Matz" Matsumoto authored
Bump actions/cache from v2 to v2.1.4
-
dependabot[bot] authored
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...e448a9b857ee2131e752b06002bf0e093c65e571) Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by:
dependabot[bot] <support@github.com>
-
Yukihiro "Matz" Matsumoto authored
feat: add Dependabot config file
-
Yukihiro "Matz" Matsumoto authored
For better coverage.
-
Yukihiro "Matz" Matsumoto authored
-
- 15 Feb, 2021 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Refine checking for trailing whitespace [skip travis][skip appveyor]
-
Yukihiro "Matz" Matsumoto authored
Remove trailing tab in `build_config/dreamcast_shelf.rb` [ci skip]
-
Yukihiro "Matz" Matsumoto authored
Introduce EditorConfig [skip ci]
-
- 14 Feb, 2021 3 commits
-
-
dearblue authored
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Place optable in ROM
-