| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-14 | test/ruby/test_proc.rb: suppress "method redefined" warnings | Yusuke Endoh | |
| 2019-11-14 | move rb_vm_lvar_exposed() correctly. | Koichi Sasada | |
| rb_vm_lvar_exposed() is prepared for __builtin_inline!(), needed for mini_builtin.c and builtin.c. However, it's only on builtin.c. So move it to make it as a part of VM. | |||
| 2019-11-13 | Suspend many fibers test on JIT for now | Takashi Kokubun | |
| https://github.com/ruby/ruby/runs/301411717 No C backtrace information and this is hard to fix immediately. As CI doesn't provide helpful information, this should be debugged locally or at least have more logs there. | |||
| 2019-11-13 | Make GitHub Actions notification more like Travis | Takashi Kokubun | |
| Build's sequential number is a link in Travis, and also YYYY-MM-DD-XX is a little hard to parse. | |||
| 2019-11-14 | * 2019-11-14 [ci skip] | git | |
| 2019-11-14 | try to remove vm_core.h | Koichi Sasada | |
| 2019-11-13 | Use shallow-since instead of depth | Kazuhiro NISHIYAMA | |
| commit number of today requires log since 0:00 UTC. So commits of 24 hours are enough. https://www.git-scm.com/docs/git-clone#Documentation/git-clone.txt---depthltdepthgt > Implies --single-branch unless --no-single-branch is given to fetch the histories near the tips of all branches. So I add `--single-branch` too. Notes: Merged: https://github.com/ruby/ruby/pull/2680 | |||
| 2019-11-13 | Add commit number of today to notification of mjit CI too | Kazuhiro NISHIYAMA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2679 | |||
| 2019-11-13 | Check more likely condition first [Feature #16335] | Nobuyoshi Nakada | |
| 2019-11-12 | Skip tailcall test for MJIT | Takashi Kokubun | |
| failing in https://github.com/ruby/ruby/runs/300579218 | |||
| 2019-11-12 | Fix MJIT test's Slack notification | Takashi Kokubun | |
| 2019-11-13 | Removed sync library from sync tool | Hiroshi SHIBATA | |
| 2019-11-13 | Add missing Makefile dependencies for the tool/insns2vm.rb script | Dylan Thacker-Smith | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2657 | |||
| 2019-11-13 | Avoid top-level search for nested constant reference from nil in defined? | Dylan Thacker-Smith | |
| Fixes [Bug #16332] Constant access was changed to no longer allow top-level constant access through `nil`, but `defined?` wasn't changed at the same time to stay consistent. Use a separate defined type to distinguish between a constant referenced from the current lexical scope and one referenced from another namespace. Notes: Merged: https://github.com/ruby/ruby/pull/2657 | |||
| 2019-11-13 | Suppress warnings except for when last evaluation | aycabta | |
| Co-authored-by: Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | |||
| 2019-11-12 | We're not using Azure Pipelines anymore | Takashi Kokubun | |
| 2019-11-13 | Update badges of GitHub Actions | Kazuhiro NISHIYAMA | |
| 2019-11-13 | Fix a typo | Kazuhiro NISHIYAMA | |
| 2019-11-12 | Remove obsoleted Wercker status badge | Takashi Kokubun | |
| 2019-11-12 | Migrate Wercker MJIT tests to Actions (#2676) | Takashi Kokubun | |
| * Migrate Wercker MJIT tests to Actions * Support pull request for testing * Capitalize other jobs too * Make it a command name for consistency [ci skip] * Remove wercker.yml * Add --jit-verbose=2 for debugging * Install MJIT headers * Separate install for sudo * Trigger build Notes: Merged-By: k0kubun <takashikkbn@gmail.com> | |||
| 2019-11-13 | Add commit number of today to notification of GitHub Actions | Kazuhiro NISHIYAMA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2675 | |||
| 2019-11-12 | Stop debugging the same thing twice | Takashi Kokubun | |
| See L25-28 | |||
| 2019-11-12 | Remove MSPECOPT formerly for debugging | Takashi Kokubun | |
| At least the comment looks obsoleted. Aren't we using $JOBS already? | |||
| 2019-11-12 | Improve Actions job name shown on toolip | Takashi Kokubun | |
| Hoping to make it like `make (check, ...)`, `make (test-bundler, ...)` instead of `latest (...)` because some of the jobs are already not running on a latest platform. | |||
| 2019-11-12 | Run test-bundler / test-bundled-gems for Ubuntu | Takashi Kokubun | |
| only once. Doing it on multiple Ubuntu versions may not worth it. | |||
| 2019-11-12 | Remove Drone CI in favor of Travis arm32 | Takashi Kokubun | |
| 2019-11-13 | Use style of set-env | Kazuhiro NISHIYAMA | |
| https://help.github.com/en/actions/automating-your-workflow-with-github-actions/development-tools-for-github-actions#set-an-environment-variable-set-env | |||
| 2019-11-13 | Merge released version of RubyGems 3.1.0.pre3 | Hiroshi SHIBATA | |
| 2019-11-13 | Update dependencies | Kazuhiro NISHIYAMA | |
| patch from https://travis-ci.org/ruby/ruby/jobs/611152175#L2204 | |||
| 2019-11-13 | Merge Bundler 2.1.0.pre3 released version | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2674 | |||
| 2019-11-13 | Try to fix error on solaris | Kazuhiro NISHIYAMA | |
| Add vm_core.h before builtin.h to pack.c for VM_CORE_H_EC_DEFINED. https://rubyci.org/logs/rubyci.s3.amazonaws.com/solaris11s-sunc/ruby-master/log/20191112T102505Z.fail.html.gz ``` compiling dmyenc.c linking miniruby Undefined first referenced symbol in file rb_vm_lvar_exposed pack.o ld: fatal: symbol referencing errors gmake: *** [miniruby] Error 2 ``` | |||
| 2019-11-13 | Update comment of Ripper.lex | Yuichiro Kaneko | |
| This is follow up of 1f7cb4bee9. | |||
| 2019-11-12 | Add arm32 case on Travis. | Jun Aruga | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2673 | |||
| 2019-11-13 | * 2019-11-13 [ci skip] | git | |
| 2019-11-12 | Remove arm64 from allow_failures | Takashi Kokubun | |
| Notes: Merged: https://github.com/ruby/ruby/pull/2672 | |||
| 2019-11-12 | Show the name `Kernel#proc` in the warning message | Nobuyoshi Nakada | |
| 2019-11-12 | Fixed `assert_equal` first argument to be expected. | manga_osyo | |
| 2019-11-12 | Reline#readline and Reline#readmultiline to private. | osyo-manga | |
| 2019-11-12 | Only enabled mon_owned condition with Ruby 2.5+ | Hiroshi SHIBATA | |
| 2019-11-12 | Added assertions for realpath and realdirpath | Nobuyoshi Nakada | |
| It is said that realpath(3) and realdirpath(3) on some platforms may return a relative path. | |||
| 2019-11-12 | Add ticket number of `FrozenError#receiver` [ci skip] | Kazuhiro NISHIYAMA | |
| 2019-11-12 | Revert "Method reference operator" | Nobuyoshi Nakada | |
| This reverts commit 67c574736912003c377218153f9d3b9c0c96a17b. [Feature #16275] | |||
| 2019-11-12 | Add matrix.os to cache key (#2671) | Kazuhiro NISHIYAMA | |
| * Add matrix.os to cache key * Use multi-line string instead of array ref https://github.com/actions/cache/issues/44 Notes: Merged-By: znz <zn@mbf.nifty.com> | |||
| 2019-11-12 | Warn on `...` at EOL | Nobuyoshi Nakada | |
| 2019-11-12 | NEWS: Make it clear that delegation syntax `(...)` requires parentheses | Yusuke Endoh | |
| Ref [Feature #16253] | |||
| 2019-11-12 | Create `RUBYCOMMONDIR` directory in advance | Nobuyoshi Nakada | |
| As well as the directory per architecture. Closes https://github.com/ruby/ruby/pull/2669 | |||
| 2019-11-12 | add NEWS about _1 as a local variable [ci skip] | 卜部昌平 | |
| 2019-11-12 | Strip the last line which become trailing spaces | Nobuyoshi Nakada | |
| 2019-11-12 | Inline function should be static | Nobuyoshi Nakada | |
| 2019-11-12 | Get rid of `__` prefix which is presereved by C standard | Nobuyoshi Nakada | |
