- 06 Feb, 2022 1 commit
-
-
dearblue authored
ref. #2485 The `SystemCallError#to_s` method also needed to be modified, but since it has no functional difference from the `Exception#to_s` method, it will be removed.
-
- 05 Feb, 2022 3 commits
-
-
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 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 22 Jan, 2022 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Remove no longer used arguments from the functions.
-
- 21 Jan, 2022 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-