- 08 Feb, 2022 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 07 Feb, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Support `disable_presym` for `mrbgems/mruby-errno`
-
Yukihiro "Matz" Matsumoto authored
Support `MRB_NO_STDIO` for `mrbgems/mruby-errno`
-
- 06 Feb, 2022 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
We used to check them by `mrb_ensure_xxx_type()` functions, but type errors there should not occur if there's no bug in code generations. So we use assertion rather than dynamic type checks.
-
Yukihiro "Matz" Matsumoto authored
Not the libraries loaded by `-r`. Instead, `.mrb` extension in the path should determine whether they are compiled binary.
-
Yukihiro "Matz" Matsumoto authored
Pinning the Visual Studio version in GitHub Actions
-
dearblue authored
The `mrbgems/mruby-errno/src/known_errors_def.cstub` file has been extended, so the `mrbgems/mruby-errno/src/known_errors_e2c.cstub` file is no longer needed.
-
dearblue authored
-
- 05 Feb, 2022 4 commits
-
-
dearblue authored
Until now, `windows-latest` meant `windows-2019`, but now it seems that it is being replaced by `windows-2022` in stages. At the same time, Visual Studio 2019 will be replaced by Visual Studio 2022. Since mruby's CI is configured to assume Visual Studio 2019, we'll update this and explicitly specify `windows-2022`.
-
Yukihiro "Matz" Matsumoto authored
Check the type of the keyword rest argument
-
dearblue authored
If a non-hash object is passed in `OP_SEND` and `OP_SUPER`, an error should occur. ```ruby kwd = "string" p(**kwd) # => expect raised TypeError ```
-
dearblue authored
-
- 03 Feb, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 02 Feb, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
`(irep->pool[b].tt & IREP_TT_NFLAG) == 0` is always true ensured by the assertion.
-
Yukihiro "Matz" Matsumoto authored
-
- 01 Feb, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 31 Jan, 2022 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Updated mruby-errno/README.md to pass the lint checks.
-
Yukihiro "Matz" Matsumoto authored
-
- 29 Jan, 2022 2 commits
-
-
Chris Reuter authored
-
Yukihiro "Matz" Matsumoto authored
build(deps): bump github/super-linter from 4.8.6 to 4.8.7
-
- 28 Jan, 2022 2 commits
-
-
dependabot[bot] authored
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.8.6 to 4.8.7. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](https://github.com/github/super-linter/compare/v4.8.6...v4.8.7) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Yukihiro "Matz" Matsumoto authored
build(deps): bump github/super-linter from 4.8.5 to 4.8.6
-
- 27 Jan, 2022 1 commit
-
-
dependabot[bot] authored
Bumps [github/super-linter](https://github.com/github/super-linter) from 4.8.5 to 4.8.6. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](https://github.com/github/super-linter/compare/v4.8.5...v4.8.6) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- 26 Jan, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add unlisted errno constants found in macOS and FreeBSD. If you see unlisted errno, please report.
-
Yukihiro "Matz" Matsumoto authored
-
- 25 Jan, 2022 9 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
To reduce memory consumption by avoiding allocating Ruby objects.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 24 Jan, 2022 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-