[#89555] [Ruby trunk Feature#15251] Hash aset should deduplicate non tainted string — chopraanmol1@...
Issue #15251 has been updated by chopraanmol1 (Anmol Chopra).
3 messages
2018/10/25
[#89583] [PATCH] vm_trace.c (postponed_job_register): only hit main thread — Eric Wong <normalperson@...>
@hsbt: I post here on ruby-core because I hit errors with
5 messages
2018/10/27
[#89584] Re: [PATCH] vm_trace.c (postponed_job_register): only hit main thread
— Koichi Sasada <ko1@...>
2018/10/27
thank you for you patch.
[#89590] Re: [PATCH] vm_trace.c (postponed_job_register): only hit main thread
— Eric Wong <normalperson@...>
2018/10/28
Koichi Sasada <ko1@atdot.net> wrote:
[#89621] [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process — Greg.mpls@...
Issue #14867 has been updated by MSP-Greg (Greg L).
4 messages
2018/10/29
[#89622] Re: [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process
— Eric Wong <normalperson@...>
2018/10/29
Greg.mpls@gmail.com wrote:
[#89627] [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process — takashikkbn@...
Issue #14867 has been updated by k0kubun (Takashi Kokubun).
3 messages
2018/10/30
[#89654] [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process — takashikkbn@...
Issue #14867 has been updated by k0kubun (Takashi Kokubun).
4 messages
2018/10/31
[#89655] Re: [Ruby trunk Bug#14867] Process.wait can wait for MJIT compiler process
— Eric Wong <normalperson@...>
2018/10/31
takashikkbn@gmail.com wrote:
[ruby-core:89415] Fwd: [ruby-cvs:72191] duerst:r65091 (trunk): update to Unicode 11.0.0 (basic step, not complete yet)
From:
Martin J. Dürst <duerst@...>
Date:
2018-10-16 07:31:05 UTC
List:
ruby-core #89415
The commit below fails on travis-ci
(see https://travis-ci.org/ruby/ruby/jobs/442027489).
It produces a Ruby segmentation fault when running the tests in
test/lib/minitest/unit.rb. I have tried to look at that file and find
any kinds of dependencies to Unicode 11.0.0, but I haven't found any.
I have also tried to run that file independently, but
./ruby test/runner.rb test/lib/minitest/unit.rb
just says
Finished tests in 0.006213s, 0.0000 tests/s, 0.0000 assertions/s.
0 tests, 0 assertions, 0 failures, 0 errors, 0 skips
Any help is appreciated, thanks very much in advance.
Regards, Martin.
-------- Forwarded Message --------
Subject: [ruby-cvs:72191] duerst:r65091 (trunk): update to Unicode
11.0.0 (basic step, not complete yet)
Date: Tue, 16 Oct 2018 16:01:55 +0900
From: duerst@ruby-lang.org
To: ruby-cvs@ruby-lang.org
duerst 2018-10-16 16:01:55 +0900 (Tue, 16 Oct 2018)
New Revision: 65091
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65091
Log:
update to Unicode 11.0.0 (basic step, not complete yet)
- common.mk: Change Unicode version to 11.0.0
- enc/unicode/case-folding.rb, enc/unicode.c: Initial changes to
deal with
Gregorian Mtavruli. This should bring us up to the same level as e.g.
Python 3.7, by following the Unicode tables exactly. But it will
produce undesirable (mixed-case) results for String#capitalize.
This will be addressed in a later commit.
- enc/unicode/11.0.0, enc/unicode/11.0.0/casefold.h,
enc/unicode/name2ctype.h:
Add generated files.
- lib/unicode_normalize/tables.rb: Updated table.
Added directories:
trunk/enc/unicode/11.0.0/
Added files:
trunk/enc/unicode/11.0.0/casefold.h
trunk/enc/unicode/11.0.0/name2ctype.h
Modified files:
trunk/common.mk
trunk/enc/unicode/case-folding.rb
trunk/enc/unicode.c
trunk/lib/unicode_normalize/tables.rb
.
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>