- 22 Feb, 2021 2 commits
-
-
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 7 commits
-
-
dearblue authored
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Place optable in ROM
-
KOBAYASHI Shuji authored
* Include tabs in checking. * Use `git grep` to avoid including `.git` directory. * Avoid running `grep` multiple times.
-
KOBAYASHI Shuji authored
-
dearblue authored
-
KOBAYASHI Shuji authored
-
- 13 Feb, 2021 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
refactor: add the spell checker Action to the Lint Action file
-
John Bampton authored
Order jobs in workflow.
-
Yukihiro "Matz" Matsumoto authored
chore: fix missing HTTPS on links
-
John Bampton authored
-
Yukihiro "Matz" Matsumoto authored
chore: fix spelling
-
John Bampton authored
Set for GitHub Actions to check for update everyday. When you add or update the dependabot.yml file, this triggers an immediate check for version updates. Any options that also affect security updates are used the next time a security alert triggers a pull request for a security update. https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
-
John Bampton authored
Normally a single spell checker can't find all the mistakes or check all types of code. These mistakes were found by another spell checker inside my editor with a more manual sift / find.
-
Yukihiro "Matz" Matsumoto authored
feat(CI): check for trailing whitespace
-