Activity
From 05/12/2019 to 05/18/2019
05/18/2019
-
10:58 PM Feature #15861: Correctly parse `file:c:/path/to/file` URIs
- jeremyevans0 (Jeremy Evans) wrote:
> Looking at RFC 8089, Appendix E (`Nonstandard Syntax Variations`) states:
>
... -
04:05 PM Feature #15861: Correctly parse `file:c:/path/to/file` URIs
- This is definitely intentional behavior, by the way. This is how the current tests look:
```
u = URI("file:///c... -
04:02 PM Feature #15861: Correctly parse `file:c:/path/to/file` URIs
- Yep, that's correct.
The alternative is to use the alternative form, but as you point out, the preceding slash is ... -
03:37 PM Feature #15861: Correctly parse `file:c:/path/to/file` URIs
- Looking at RFC 8089, Appendix E (`Nonstandard Syntax Variations`) states:
```
These variations may be encount... -
03:21 PM Feature #15861 (Open): Correctly parse `file:c:/path/to/file` URIs
- Recently ruby has getting better at parsing URIs using the "file" scheme, with the addition of "URI::File". Still, so...
-
10:31 PM Feature #15665 (Rejected): Cannot compile socket extension on Mojave
- Do not change status field.
Maybe you can resolve this with `sudo installer -pkg /Library/Developer/CommandLineToo... -
10:29 PM Feature #15665 (Open): Cannot compile socket extension on Mojave
- @hsbt That location has been [deprecated](https://developer.apple.com/documentation/xcode_release_notes/xcode_10_rele...
- 08:45 PM Revision cc764e5d (git): * 2019-05-19
-
08:45 PM Revision af150217 (git): Touch the timestamp file for Unicode files
-
04:19 PM Bug #15862 (Third Party's Issue): Segmentation fault when running Rails commands
- I´ve been trying to install rbenv, ruby and rails in my Raspberry Pi 3 B+ in the past couple of days and after some i...
-
03:20 PM Feature #14915: Deprecate String#crypt
- Attached is an updated patch against trunk for deprecating `String#crypt`. This patch always warns when `String#cryp...
-
02:45 PM Feature #15831: Add `Array#extract`, `Hash#extract`, and `ENV.extract`
- I just changed the implementation of `Hash#extract` and `ENV::extract` as it's described in the previous note https:/...
-
02:44 PM Bug #14595 (Closed): Set filename when initializing a logger with a File object to make reopen work
- jeremyevans0 (Jeremy Evans) wrote:
> I have added a pull request to logger upstream for this: https://github.com/rub... -
11:06 AM Revision 60de1725 (git): [DOC] Shorten examples for Time#{round,floor}
-
11:06 AM Revision cc0e460b (git): [DOC] Improve documentation for Time#floor
- Use numbers that are more illustrative for #floor.
-
11:05 AM Revision f782e5bd (git): [DOC] Use '&&' instead of 'and' in boolean expression
-
11:04 AM Revision acf6689a (git): [DOC] Improve documentation for Enumerator::Lazy
-
09:24 AM Revision 154a67f1 (git): Rename rb_gc_new_location to rb_gc_location
- The function will return new or existing locations depending on whether
or not the object actually moved, so give it ... -
07:06 AM Misc #15860 (Rejected): Please ignore this ticket; a test for redmine(2nd)
-
07:04 AM Misc #15860 (Rejected): Please ignore this ticket; a test for redmine(2nd)
- Second try with https://bugs.ruby-lang.org/issues/15858
-
06:22 AM Misc #15859: Is Unicode in beta?
- The `UNICODE_BETA = yes` flag is causing a full download of the relevant `index.html` files to get the actual filenam...
-
05:20 AM Revision bbb84a16 (git): Add fall through comment for Coverity Scan
-
03:48 AM Revision 16917cc3 (git): Add Reline.test_mode to use with special I/O
-
03:17 AM Revision b165bedc (git): skip a test to pass CIs.
- I'm debugging [Bug #15821] but my patch introduces another issue.
So I simply skip this test and re-enable it later. -
01:04 AM Bug #15763: Segmentation fault in timeout.rb / sleep
- Nix that: single Puma worker makes no difference. Back to segfault in timeout.rb.
-
12:17 AM Bug #15763: Segmentation fault in timeout.rb / sleep
- I came here after seeing the same segfault in timeout.rb / CFUNC :sleep on ruby 2.6.2 on MacOS with a Rails project r...
-
12:41 AM Revision 6ae1c596 (git): Add test for UNTIL
-
12:40 AM Revision 4d9c3a8c (git): Update include files on msys2 too
-
12:39 AM Revision 719ebbec (git): Get rid of always updating Unicode files
- [Misc #15859]
-
12:35 AM Revision c4bad9f7 (git): Distinguish pre-condition and post-condition loops
05/17/2019
-
08:20 PM Misc #15859: Is Unicode in beta?
- See https://github.com/ruby/ruby/pull/2193
-
01:58 PM Misc #15859: Is Unicode in beta?
- @duerst
Sorry for the ping, I noticed the commit where the flag was flipped. Appveyor (and maybe other CI) is hav... -
01:41 PM Misc #15859 (Closed): Is Unicode in beta?
- I'm not totally sure, but is this flag causing Unicode files to not be cached?
```
UNICODE_BETA = YES
```
htt... -
07:53 PM Feature #14844: Future of RubyVM::AST?
- mame (Yusuke Endoh) wrote:
> Eregon (Benoit Daloze) wrote:
> > Could you or @yui-knk propose a description to inclu... -
04:22 PM Feature #14844: Future of RubyVM::AST?
- Eregon (Benoit Daloze) wrote:
> Could you or @yui-knk propose a description to include in the documentation, summari... -
12:56 PM Feature #14844: Future of RubyVM::AST?
- @mame Thank you for the reply.
Could you or @yui-knk propose a description to include in the documentation, summar... -
01:05 AM Feature #14844: Future of RubyVM::AST?
- Eregon (Benoit Daloze) wrote:
> There was some discussion on Twitter about RubyVM::AbstractSyntaxTree, however so fa... - 05:41 PM Revision 39336a42 (git): * 2019-05-18
-
05:32 PM Revision 9858d74a (git): Remove parent namespace from Readline test classes
- The namespace "Readline" doesn't exist when running tests if readline.so
doesn't exist and Reline exists. So test cla... -
04:23 PM Bug #15853: Fix readline test regression when using Readline 4.3
- mame (Yusuke Endoh) wrote:
> @jeremyevans0 I think you should have a commit bit. If you don't mind, I'll commend yo... -
03:23 PM Bug #15853: Fix readline test regression when using Readline 4.3
- @jeremyevans0 I think you should have a commit bit. If you don't mind, I'll commend you to a committer and ask matz ...
-
03:00 PM Bug #15853: Fix readline test regression when using Readline 4.3
- aycabta (aycabta .) wrote:
> The condition was for GNU Readline 4.3's bug but the deletion is my mistake. I agreed w... -
09:39 AM Bug #15853: Fix readline test regression when using Readline 4.3
- The condition was for GNU Readline 4.3's bug but the deletion is my mistake. I agreed with your first proposal. But t...
-
02:08 PM Revision ea3e7e26 (git): Prevent Dynamic -> Static symbols from moving
- If a dynamic symbol has been converted to a static symbol, it gets added
to the global ID list and should no longer m... -
11:37 AM Misc #15858 (Rejected): Please ignore this ticket; a test for redmine
-
11:36 AM Misc #15858 (Rejected): Please ignore this ticket; a test for redmine
- Can we select "ruby-dev in Japanese" as a preferred language?
-
10:40 AM Bug #15857 (Closed): <=> の右辺が <=> を実装していない場合の振る舞い
- `<=>` の右辺が `<=>` を実装していないとき、`nil` が返却される場合と例外が発生する場合があり一貫性がないように思えるのですが、意図的でしょうか。
```ruby
0 <=> 0i ... -
04:55 AM Revision 0723c107 (git): Do not export InitVM functions
-
04:16 AM Revision e29a85a9 (git): Make COROUTINE_XMM_REGISTERS compile-time only too
-
04:16 AM Revision b1b38546 (git): Do not call memcpy if copying nothing
- c.f.
* e7b18ca6d9b45b7e71694557b9fab8152c62c1ed
* 34e1079aef81d108890fb167d7df69960e994ff5 -
03:59 AM Revision 32e8b428 (git): skip tests for GC.compact to pass CI.
- Now, GC.compact has issues which makes rubyci RED, so I skip this test
and debug soon. - 01:10 AM Revision f1f40294 (git): * 2019-05-17
-
01:05 AM Revision 0971cab4 (git): Test to disable ASCII-only optimization
- Examples why ASCII-only optimization cannot apply multi-byte
encodings which have 7-bit trailing bytes.
Suggested by... -
12:38 AM Bug #14595: Set filename when initializing a logger with a File object to make reopen work
- I have added a pull request to logger upstream for this: https://github.com/ruby/logger/pull/30
05/16/2019
-
11:23 PM Bug #15856 (Assigned): Performance of redundant `Kernel.require` is slow when many gems are activated
- ref. https://github.com/rubygems/rubygems/issues/2762
-
05:16 PM Bug #15856 (Closed): Performance of redundant `Kernel.require` is slow when many gems are activated
- With many gems activated, performance of `Kernel.require` (renamed `Kernel.gem_original_require` after rubygems is lo...
-
09:54 PM Bug #15809: GC.verify_compaction_references - intermittent SEGV's on multiple platforms
- I added a patch to (hopefully) allow `ruby/test_gc_compact.rb` to run with the rest of tests, which may help in deter...
-
08:03 PM Bug #15809: GC.verify_compaction_references - intermittent SEGV's on multiple platforms
- @wanabe
Thank you for your work on this. Today, I had the SEGV fault again during a ruby-loco build, and have fou... -
09:06 PM Misc #11783: Do you have any idea if you have a budgets?
- Guido (the creator of python) linked in this at twitter recently, for python:
https://www.python.org/psf/donations... -
05:07 PM Bug #15779: After NoMemoryError, ruby freezes and takes 100% CPU
- Thank you for your reply!
In my environment, this patch with ruby 2.6.3 has been fixed this issue (ruby was not froz... -
03:54 PM Bug #15798: Fix threads not waking up on SIGINT when using UBF_TIMER_PTHREAD
- I've tested on Linux when forcing UBF_TIMER_PTHREAD. While the patch does not appear to be necessary on Linux, there...
-
02:35 PM Bug #15855 (Third Party's Issue): bundle exec rake db:migrateでsegmentation fault が発生する
- おそらくこれだと思います。→ https://github.com/brianmario/mysql2/issues/975
-
12:43 PM Bug #15855 (Third Party's Issue): bundle exec rake db:migrateでsegmentation fault が発生する
- OS: MacOS Mojave 10.14.4
rails: 4.2.10
rbenv 1.1.2
rails s は正常に起動しますが、マイグレートができません。
OSがLinuxであること以外は全く同じの環境では問題... -
02:34 PM Revision 23751a26 (git): leaked-globals: check if un-prefixed symbols leak externally
-
12:58 PM Revision e0f0ab95 (git): Remove unused symbols
-
09:25 AM Revision 0ed9bdfc (git): Pack struct rb_strterm_heredoc_struct on 32-bit platforms
-
08:37 AM Feature #15854: Tracing instance variable assignment
- > I suggest a feature "tracing instance variable assignment"
I love introspection. The old pickaxe had an example ... -
07:00 AM Feature #15854: Tracing instance variable assignment
- This feature would be helpful if it were integrated with byebug's tracevar, which currently supports only global vari...
-
06:34 AM Feature #15854 (Assigned): Tracing instance variable assignment
- I suggest a feature "tracing instance variable assignment". It's useful for debugging.
Use case:
In Rails, we u... - 08:18 AM Revision 88449100 (git): don't need to sweep rest.
- `transient_heap_evacuate()` disables GC using `rb_gc_disable()`
to prohibt GC invocation because of new allocation fo... -
06:52 AM Revision a160b2f5 (git): Make COROUTINE_REGISTERS compile-time only not to be a global symbol
-
06:43 AM Revision 7069f64c (git): Prefix global_symbols with `ruby_`
-
06:41 AM Revision 973431c0 (git): Make internal functions static
-
06:14 AM Revision 82332c7d (git): Rename mjit_gc_finish_hook to mjit_gc_exit_hook
- because @ko1 said "gc_finish" is confusing like a finish of entire GC
process -
05:58 AM Revision 18e43e82 (git): Fix fd leak
- merged https://github.com/rubygems/rubygems/pull/2765
- 05:43 AM Revision fadab0f9 (git): * 2019-05-16
-
04:57 AM Bug #15853: Fix readline test regression when using Readline 4.3
- mame (Yusuke Endoh) wrote:
> ```
> - if !defined?(Reline) or Readline != Reline # Reline's rendering logic i... -
04:39 AM Bug #15853: Fix readline test regression when using Readline 4.3
- ```
- if !defined?(Reline) or Readline != Reline # Reline's rendering logic is tricky
+ unless define... -
04:20 AM Bug #15853 (Closed): Fix readline test regression when using Readline 4.3
- commit:c754e979d3eeca51f1b13778f19f347df3da656e removed the check for Readline 4.3 in a test. Previously, the whole ...
-
02:46 AM Feature #15797: Use realpath(3) instead of custom realpath implementation if available
- Attached is the latest version of this patch, with the following improvements:
* Add configure check for realpath(...
05/15/2019
-
11:41 PM Bug #15809: GC.verify_compaction_references - intermittent SEGV's on multiple platforms
- gc_update_references() updates finalizer_table after https://git.ruby-lang.org/ruby.git/commit/?id=3cf767ee.
Therefo... -
06:26 PM Bug #15809: GC.verify_compaction_references - intermittent SEGV's on multiple platforms
- Still having intermittent SEGV, today:
```
/ruby/test/ruby/test_gc_compact.rb:129: [BUG] Object 0x000000000e2c9a8... -
11:24 PM Bug #15839: mixed encoding heredoc should be a syntax error regardless the order
- After additional analysis, I found that I only needed to add one line to my initial patch to fix it to work with both...
-
03:24 PM Bug #15839: mixed encoding heredoc should be a syntax error regardless the order
- nobu (Nobuyoshi Nakada) wrote:
> Thank you, but it doesn't work for the reverse order, `\u` followed by `\x`.
Tha... -
09:31 AM Bug #15839: mixed encoding heredoc should be a syntax error regardless the order
- Thank you, but it doesn't work for the reverse order, `\u` followed by `\x`.
-
05:13 AM Bug #15839: mixed encoding heredoc should be a syntax error regardless the order
- Heredocs are parsed line-by-line, and mixed encoding is
already detected if it is on the same line:
```ruby
#enc... -
09:52 PM Bug #15852: APPLICATION_VERIFIER_LOCKS_LOCK_IN_FREED_HEAP on exiting ruby
- Uhh, I don't know how to add maintainers, sorry!
-
09:05 PM Bug #15852 (Closed): APPLICATION_VERIFIER_LOCKS_LOCK_IN_FREED_HEAP on exiting ruby
- Ruby appears to be freeing some critical section in ruby_vm_destruct before deleting the critical section. Critical S...
-
09:46 PM Misc #15782: DevelopersMeeting20190522Japan
- * [Feature #14844] Future of RubyVM::AST?
* What can we do about this? The current situation is confusing for ever... -
12:45 PM Misc #15782: DevelopersMeeting20190522Japan
- * [Bug #7300] Hash#[] の挙動が 1.9.3 と異なっている
* Can we merge this? -
09:13 AM Misc #15782: DevelopersMeeting20190522Japan
- * [Feature #15778] Expose an API to pry-open the stack frames in Ruby
* Several points were made in favor of Ruby ... -
09:37 PM Feature #14844: Future of RubyVM::AST?
- There was some discussion on Twitter about RubyVM::AbstractSyntaxTree, however so far no answer from its maintainers:...
-
09:05 PM Feature #15833: Some refactors for shared-root array
- I think RARRAY_SHARED_ROOT_FLAG could be in internal.h, if you want to expose it outside of array.c but not as public...
-
08:58 PM Bug #15542 (Third Party's Issue): Segmentation fault when Interrupted on rabbit.gem for ruby 2.7.0dev
- Sorry. I missed this.
This is a problem of Ruby-GNOME2 or Rabbit. So we can close this.
-
12:56 PM Bug #15542 (Assigned): Segmentation fault when Interrupted on rabbit.gem for ruby 2.7.0dev
- I'm not sure this is caused by ruby core changes.
@kou Can you confirm this? -
08:33 PM Feature #6590: Dealing with bigdecimal, etc gems in JRuby
- @hsbt I wonder, is there a plan for addressing this?
There are now many default gems as shown by https://stdgems.org... -
03:06 PM Misc #15851 (Closed): stdlib extension gems - building/testing on Windows
- Along with maintaining ruby-loco, I've encouraged and helped a few popular extension gems with building/testing on Wi...
-
02:17 PM Revision e970ab33 (git): Suppress unused-but-set-variable warning
-
12:53 PM Bug #11031 (Rejected): Segmentation Fault on Gem Uninstall
- Ruby 2.1 was EOL today.
-
12:51 PM Bug #8836 (Assigned): [BUG] Bus Error with bundler on large Gemfile when resolving dependencies
-
12:45 PM Feature #14385 (Assigned): Deprecate back-tick for Ruby 3.
-
12:43 PM Feature #9456: Include bin/racc with ruby
- We resolved the issue of license on upstream. I'm going to merge bin/racc after it was fixed some of build failures: ...
-
09:19 AM Revision 214e2f93 (git): Fix the warning in 456586bb234915107da255d2944f620a7dd7048b
-
09:10 AM Feature #15778: Expose an API to pry-open the stack frames in Ruby
- One thing we can do in any case for TruffleRuby is implementing the `debug_inspector` C API.
However, that doesn't... -
08:56 AM Revision 3cf767ee (git): unpin finalizers and update references
-
08:31 AM Revision c9b28fd7 (git): Allow --enable/--disable options to take an argument
- [Bug #15850]
-
08:26 AM Feature #15848: Silence warning when conditional assignments are wrapped in parentheses
- nobu (Nobuyoshi Nakada) wrote:
> No, it doesn't.
> That warning is only when the RHS is a literal, but a method cal... -
06:49 AM Feature #15848 (Rejected): Silence warning when conditional assignments are wrapped in parentheses
- sos4nt (Stefan Schüßler) wrote:
> ```ruby
> if a = object.some_value
> # do something to a
> end
> ```
>
> ... -
06:52 AM Revision f54aa6c5 (git): Rename confuzed name Reline::IO with Reline::IOGate
-
05:19 AM Bug #15850 (Closed): Deprecate and remove optparse/ac
- - It seems not maintained since forever.
- Not documented in any form.
- I have never seen someone actually using i... -
03:41 AM Revision 0cc893d0 (git): Static symbols can't be moved (they are not RValue)
- This is my mistake, I thought they were regular objects, but apparently
they are not. We don't need to pin them.
Re... -
03:30 AM Revision 672ee5f6 (git): Symbols can move so only cache IDs
- IDs can't move, we need to use them to look up the symbol objects later.
- 03:21 AM Revision e8b929b9 (git): * expand tabs.
-
03:21 AM Revision c70ceb59 (git): Add object packing strategies for compaction
- This commit adds an alternative packing strategy for compaction.
Instead of packing towards "most pinned" pages, we c...
05/14/2019
-
09:24 PM Feature #15831: Add `Array#extract`, `Hash#extract`, and `ENV.extract`
- nobu (Nobuyoshi Nakada) wrote:
> Why `Array#extract` has no argument but takes a block, while `Hash` and `ENV` are o... -
12:33 AM Feature #15831: Add `Array#extract`, `Hash#extract`, and `ENV.extract`
- Why `Array#extract` has no argument but takes a block, while `Hash` and `ENV` are opposite?
-
06:51 PM Bug #15849: Using hash as first positional argument, mixed with named arguments causes unexpected behavior
- I believe this is the same issue as #12717. We are trying to address this issue in #14183.
-
06:39 PM Bug #15849 (Closed): Using hash as first positional argument, mixed with named arguments causes unexpected behavior
- If the first argument of a method defaults to an empty hash, and there is another keyword argument after it, it does ...
- 03:19 PM Revision 46a47988 (git): * 2019-05-15
-
03:18 PM Revision 2ca537ba (git): Fixing function name
- This function is used for marking / pinning vm stack values, so it
should have "vm" in the function name to be more c... -
10:35 AM Feature #15848: Silence warning when conditional assignments are wrapped in parentheses
- shevegen (Robert A. Heiler) wrote:
> I can't think of a simple way to controls warnings though :( - I guess if we ma... -
09:43 AM Feature #15848: Silence warning when conditional assignments are wrapped in parentheses
- Personally I tend to try to avoid assignment-styles in if-clauses, but I do have to admit that
I am also using it ra... -
09:08 AM Feature #15848: Silence warning when conditional assignments are wrapped in parentheses
- sawa (Tsuyoshi Sawada) wrote:
> Why do the parentheses indicate that assignment is intended, and not comparison?
... -
08:13 AM Feature #15848: Silence warning when conditional assignments are wrapped in parentheses
- Why do the parentheses indicate that assignment is intended, and not comparison?
-
07:51 AM Feature #15848 (Rejected): Silence warning when conditional assignments are wrapped in parentheses
- Sometime it's convenient to have an assignment in an `if`-condition. The Ruby documentation even contains an example ...
-
08:15 AM Revision b5a3ec7f (git): Remove useless use of a variable in Reline::ANSI
-
08:06 AM Revision 80c968c5 (git): Rename Reline's test file name because of typo
-
07:45 AM Revision 4fe0961d (git): Fix typo in debugged C source name
- I failed to collect any debug info in
https://app.wercker.com/ruby/ruby/runs/mjit-test1/5cda57fcab79a30008f195f6?step... -
06:37 AM Revision c754e979 (git): Test ext/readline and lib/reline by test/readline
-
06:37 AM Revision 07e7ae9e (git): Add an assertion message to test of Readline's class variables
-
05:53 AM Revision 1e65196b (git): Check encoding when Readline completion
-
05:50 AM Revision 29dde626 (git): io/console: rb_str_cat_conv_enc_opts is not exported
-
05:41 AM Bug #15844: VM has trouble releasing memory (?) on NoMethodError
- nobu (Nobuyoshi Nakada) wrote:
> On exiting by an exception, ruby tries to print the exception and `NoMethodError` s... -
05:39 AM Revision c1746708 (git): io/console: fix up timeout on Windows
-
05:21 AM Revision 456586bb (git): io/console: support getch timeout on Windows
-
05:20 AM Revision 6d733565 (git): io/console: support wide character input on Windows
-
05:11 AM Revision 602ef62a (git): Rescue CompatibilityError for Readline's completion
-
02:50 AM Bug #15847: SecureRandom#gen_random becomes private after first invocation
- Thank you for reporting! It was my fault. have just pushed a fix.
-
02:47 AM Bug #15847 (Closed): SecureRandom#gen_random becomes private after first invocation
- Applied in changeset commit:git|5bab1304af25a843728dbcd2f3594913740aecb0.
----------
fix visibility of SecureRandom.... -
02:44 AM Revision 5bab1304 (git): fix visibility of SecureRandom.gen_random
- Aliasing a method preserves its visibility. These aliases turn
formerly-public methods into private. Should make th... -
02:21 AM Feature #9456: Include bin/racc with ruby
- hsbt (Hiroshi SHIBATA) wrote:
> I update the license of Ruby to racc upstream
How dare you can do such thing? Do... -
12:08 AM Feature #15833: Some refactors for shared-root array
- Eregon (Benoit Daloze) wrote:
> I think nowadays RArray should be considered internal and C extensions should not ac...
05/13/2019
-
11:50 PM Bug #15844 (Rejected): VM has trouble releasing memory (?) on NoMethodError
- On exiting by an exception, ruby tries to print the exception and `NoMethodError` shows its receiver.
Your `Node` is... -
10:42 PM Feature #15833: Some refactors for shared-root array
- I think nowadays RArray should be considered internal and C extensions should not access members of struct RArray dir...
-
10:15 PM Revision af1f3f13 (git): Readline's class vars should be encoded as default_external
-
10:12 PM Revision 74132170 (git): Remove unused variable in LineEditor
-
09:27 PM Revision 79ead821 (git): Add NaN / Infinity / MinusInfinity to mark list
- This prevents the constants from moving.
-
09:00 PM Revision a1ecf07d (git): turn T_MOVED in to a linked list
-
07:59 PM Revision 66a7c929 (git): Don't run the compactor if GC is disabled
- GC is required for pinning / marking objects. If the compactor runs
without pinning everything, then it will blow up... -
04:41 PM Feature #8992: Use String#freeze and compiler tricks to replace "str"f suffix
- I recently had to remind myself what kind of magic is hiding behind 'str'.freeze and would like to provide some feedb...
- 03:32 PM Revision 0215520b (git): * 2019-05-14
-
03:30 PM Revision d2003a6d (git): Symbol just represents a name
-
03:07 PM Bug #15847 (Closed): SecureRandom#gen_random becomes private after first invocation
- There seems to be an issue with `SecureRandom#gen_random` becoming private after first invocation:
```
+ $ /tmp... -
02:53 PM Revision 3b3b4a44 (git): Update dependencies
-
12:26 PM Revision 082bbdc9 (git): Update the canonical repository for racc.
-
12:18 PM Feature #14158 (Closed): Update racc library with changes from upstream
- See https://bugs.ruby-lang.org/issues/9456#note-13
-
12:14 PM Revision b42303b1 (git): Fix typos
-
12:14 PM Feature #9456: Include bin/racc with ruby
- I update the license of Ruby to racc upstream and picked ruby-core changes.
https://github.com/ruby/racc/pull/107
... -
07:50 AM Bug #15845 (Closed): Backport dcb6a6ae3e
- WindowsのCIでの3Eを消すものです
-
02:29 AM Revision 2dc61381 (git): delegate.rb: don't look for methods on Kernel
- Instead, look for instance methods of Kernel.
Otherwise, instance methods of Module (which are methods of Kernel
itse...
05/12/2019
-
08:26 PM Bug #15844 (Rejected): VM has trouble releasing memory (?) on NoMethodError
- When the test case is run, the process goes haywire. I observe RSS bouncing around, and trending upwards. CPU on th...
-
07:22 PM Revision 24964fff (git): Check that Reline exists on test
-
06:29 PM Revision 75f196ce (git): Skip tests depend on Readline's special behaviors
-
06:26 PM Revision caef2dda (git): Implement Reline::HISTORY as an expanded Array
-
06:24 PM Revision c48778d6 (git): Add attr_accessor for Reline's Config attrs
-
05:33 PM Revision ebb15cc6 (git): Reline.completion_proc= should raise ArgumentError
- When the value is not Proc.
-
05:31 PM Revision 130ced9f (git): Reline.completion_append_character= should be nil
- When unknown value comes.
-
05:30 PM Revision e467f920 (git): Add Reline.special_prefixes as stub
-
05:26 PM Revision 5837290a (git): Implement Reline's class methods for compatibility
- - insert_text
- redisplay
- line_buffer
- point
- point=
- vi_editing_mode
- emacs_editing_mode
- vi_editing_mode?
- ... -
05:20 PM Revision c137f015 (git): Add Reline.pre_input_hook interface
-
05:14 PM Revision 9cb821b0 (git): Implement Reline.input= and Reline.output=
-
04:55 PM Bug #15841: SegFault in OpenSSL::PKey::RSA#private_encrypt
- Interesting. I've meant to create a repo that allowed one to write a test, and run it against MinGW, Linux, & OSX bu...
-
04:51 PM Revision bb56b899 (git): Add ed_search_prev_history to Reline
-
03:43 PM Revision 559cad9f (git): Improve doc for Enumerable#include? and member?
- Existing doc for Enumerable#include? and member? has some problems.
* `IO.constants` is not commonly used, and only s... -
03:31 PM Revision 33bce258 (git): Use LineEditor#reset on test
- 03:23 PM Revision d3a702a3 (git): * 2019-05-13
-
03:22 PM Revision 0f45bd05 (git): Split namespace of env-dependent I/O classes
-
02:21 PM Revision 11476e99 (git): Check INPUTRC env in Reline::Config
-
12:22 PM Revision aaaede8b (git): Change LineEditor instance in Reline to class var
-
11:43 AM Revision fc57e105 (git): Revert "Add a test for em_capitol_case of Reline"
- This reverts commit b1767e56b158d8307412a0928a7ac2366541429d.
-
08:25 AM Revision b1767e56 (git): Add a test for em_capitol_case of Reline
-
08:17 AM Misc #15782: DevelopersMeeting20190522Japan
- (from my previous comment, I changed a plan for the following one and filed another ticket)
* [Misc #15843] Make "... -
12:39 AM Misc #15782: DevelopersMeeting20190522Japan
- k0kubun (Takashi Kokubun) wrote:
> * Can we decide the date to rename the branch "trunk" to "master"? Does anyone ... -
08:11 AM Misc #15843 (Closed): Make "trunk" a symbolic-ref of "master" on git.ruby-lang.org
- ## Background
* We're using `trunk` branch as a canonical development branch because it has been mirrored to there...
Also available in: Atom