Project

General

Profile

Activity

From 12/07/2017 to 12/13/2017

12/13/2017

11:21 PM Feature #14177 (Open): PATCH: File::Stat#dev on Windows
Two files are identical when pairs of File::Stat#dev and File::Stat#ino
are same on unix. However when a volume (dis...
kubo (Takehiro Kubo)
08:44 PM Feature #12275: String unescape
Thanks to shyouhei, mame, and especially naruse, I was able to brush up the patch.
v3.patch is attached. Improvemen...
tad (Tadashi Saito)
06:33 PM Bug #14176: Unclear error message when calling method with keyword arguments
Note that Ruby 2.5 improves this since #13196 if `options` has only symbol keys:
asd(42, {a:1}) # => Argument...
marcandre (Marc-Andre Lafortune)
05:21 PM Bug #14176 (Closed): Unclear error message when calling method with keyword arguments
I (wrongly) created a method with the following signature:
def asd(first, options: {}); end
(notice that option...
vfonic (Viktor Fonic)
04:16 PM Bug #14175 (Closed): TestResolvMDNS#test_mdns_each_address fails
I observe the following test error on Fedora builders:
~~~
1) Error:
TestResolvMDNS#test_mdns_each_address:
E...
vo.x (Vit Ondruch)
04:07 PM Revision f5090e2f (git): iseq.c: dump type of branchiftype on disasm
This makes easier to debug scripts related to r59950.
* before
$ ./ruby --dump=insns -e '"#{a}"'
== disasm: #<ISeq:...
k0kubun (Takashi Kokubun)
03:59 PM Revision 186732f4 (git): Document how to deal with output created by Thread.report_on_exception.
* Improve and clarify the documentation of Thread.report_on_exception
and related methods.
git-svn-id: svn+ssh://c...
Eregon (Benoit Daloze)
03:47 PM Bug #14172: Cannot create snapshot
hsbt (Hiroshi SHIBATA) wrote:
> nalsh was reverted it at https://github.com/ruby/ruby/commit/4b4f7c428c86deb7fa87431...
vo.x (Vit Ondruch)
08:48 AM Bug #14172 (Closed): Cannot create snapshot
Hi Vit. Thanks always.
I confirmed to `make-snapshot` was broken.
https://github.com/ruby/ruby/commit/3234d6a6...
hsbt (Hiroshi SHIBATA)
03:36 PM Revision 3874e0d1 (git): NEWS: bigdecimal 1.3.3
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kenta Murata
03:28 PM Revision 06d36a1a (git): * 2017-12-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61214 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:28 PM Revision 61e58f7d (git): bigdecimal: version 1.3.3
Import bigdecimal version 1.3.3. The full commit log is here:
https://github.com/ruby/bigdecimal/compare/v1.3.2.....
Kenta Murata
03:26 PM Bug #13848 (Assigned): BigDecimal.new('200.') raises an exception
I'm working this bug at https://github.com/ruby/bigdecimal/pull/87 mrkn (Kenta Murata)
03:24 PM Bug #13880: `BigDecimal(string)` should raise on invalid values in `string`
https://github.com/ruby/bigdecimal/issues/79 mrkn (Kenta Murata)
03:23 PM Bug #13880 (Assigned): `BigDecimal(string)` should raise on invalid values in `string`
mrkn (Kenta Murata)
02:08 PM Revision e712ad9c (git): [DOC] Fix exception class [ci skip]
ref https://github.com/rurema/doctree/pull/816
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61212 b2dd03c8-39d4...
znz (Kazuhiro NISHIYAMA)
12:06 PM Revision 692e00f3 (git): vcs.rb: raise NotFoundError when command not found
* tool/vcs.rb (VCS#get_revisions): raise VCS::NotFoundError when
command not found.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
11:22 AM Revision e44a6f2f (git): Travis: the workaround needs sudo: required to work
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Eregon (Benoit Daloze)
11:13 AM Revision 6d9b55ec (git): Use the older Travis CI image
* The new one produces many warnings like:
warning: Insecure world writable dir /usr/local/clang-5.0.0/bin in PATH,...
Eregon (Benoit Daloze)
10:55 AM Revision f7fd4cb6 (git): NEWS: typo [DOC] [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e sorah (Sorah Fukumori)
10:43 AM Revision c0b6041e (git): test/ruby/test_env.rb: suppress a warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:41 AM Bug #14174 (Closed): TestProcess#test_maxgroups failures
Applied in changeset trunk|r61206.
----------
test_process.rb: fix error when empty groups
* test/ruby/test_process...
nobu (Nobuyoshi Nakada)
10:40 AM Revision 15908611 (git): test_process.rb: fix error when empty groups
* test/ruby/test_process.rb (test_maxgroups): set one element at
least get rid of ZeroDivisionError when no process...
nobu (Nobuyoshi Nakada)
10:26 AM Feature #14170 (Closed): Add allbits?, anybits and nobits? to Ripper::Lexer::State
Applied in changeset trunk|r61205.
----------
Ripper::Lexer bit predicates
* ext/ripper/lib/ripper/lexer.rb (Ripper...
nobu (Nobuyoshi Nakada)
10:26 AM Revision 32a4b080 (git): Ripper::Lexer bit predicates
* ext/ripper/lib/ripper/lexer.rb (Ripper::Lexer): added allbits?,
anybits? and nobits? methods, as well as Integer....
nobu (Nobuyoshi Nakada)
10:16 AM Revision b81ac515 (git): process.c: adjust indent
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:45 AM Revision cd284f10 (git): Avoid extra output in test_thread_interrupt_for_killed_thread
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Eregon (Benoit Daloze)
09:13 AM Feature #14097: Add union and difference to Array
> I'm not in favor of adding methods to the core classes simply because they are useful in certain cases. If we added... ana06 (Ana Maria Martinez Gomez)
08:38 AM Revision 4b4f7c42 (git): Revert r61054
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:47 AM Feature #13508: How remove/refactor code related mathn library.
I gave up to apply at Ruby 2.5. I try this next year. hsbt (Hiroshi SHIBATA)
05:52 AM Revision b9426859 (git): Bump version to etc-1.0.0 as default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
05:24 AM Revision 283bb70f (git): Bump version to csv-1.0.0 as default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
04:12 AM Feature #13984: BigDecimal should be immutable/frozen and return itself on #dup
The corresponding issue in GitHub: https://github.com/ruby/bigdecimal/issues/84 mrkn (Kenta Murata)
02:45 AM Feature #13984: BigDecimal should be immutable/frozen and return itself on #dup
I decided to make a BigDecimal is frozen and remove dup-support.
But it introduces incompatibilities, so during Ruby...
mrkn (Kenta Murata)
02:43 AM Revision 1c6a0d10 (git): Modify git clone command
The previous git clone command is not work, the protocol in URL should be https
[fix GH-1772]
git-svn-id: svn+ssh:...
hsbt (Hiroshi SHIBATA)
02:38 AM Feature #14112 (Rejected): Follow style conventions for Ruby code
hsbt (Hiroshi SHIBATA)
01:55 AM Bug #5060: Executables in bin folder conflict with their gem versions.
I understood this issue. I try to resolve current specification at Ruby 2.6. hsbt (Hiroshi SHIBATA)
01:10 AM Revision 564dd286 (git): parse.y: Revert r61196
* parse.y: Because top_stmts is generated from none (not "/* none */"),
@0 is not set by YYLLOC_DEFAULT. So @0 is a...
yui-knk (Kaneko Yuichiro)
12:38 AM Revision aac91cb7 (git): webrick: compile RE correctly for beginning and end match
Using ^ and $ in regexps means we can accidentally get fooled
by "%0a" in HTTP request paths being decoded to newline...
Eric Wong

12/12/2017

11:48 PM Revision 47f1d842 (git): parse.y: Fix the locations of an empty script
* parse.y: Fix the locations of NODE_BEGIN in
an empty script.
```
ruby --dump=p -e ''
```
* Before
``...
yui-knk (Kaneko Yuichiro)
11:41 PM Revision d5874f0f (git): Capture the values of globals in EnvUtil to restore to the original
* Avoids the thread-safety issues mentioned in r61192,
when thread concurrently modify default Encodings or $VERBOS...
Eregon (Benoit Daloze)
11:41 PM Revision cf4d4c32 (git): Revert r61192 and r61193
* More general fix coming.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Eregon (Benoit Daloze)
11:41 PM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
Thank you, matz.
I'll try this change after 2.5 is released.
mame (Yusuke Endoh)
09:05 AM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
I am sorry I missed this issue for a long time.
I agree with the rationale behind the proposal. I am slightly conc...
matz (Yukihiro Matsumoto)
10:37 PM Revision f356bd81 (git): Use EnvUtil.with_default_external in tests needing it
* Reverts part of r54522.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Eregon (Benoit Daloze)
09:51 PM Revision c32ce5fc (git): Do not change Encoding.default_internal in assert_raise_with_message
* It is not thread-safe: if two threads call it concurrently,
the default_internal Encoding might not be restored, ...
Eregon (Benoit Daloze)
09:32 PM Revision c895b54f (git): Check that global encodings are not changed in test-all
* Check that Encoding.default_internal and Encoding.default_external
are the same before and after every test.
git...
Eregon (Benoit Daloze)
08:09 PM Revision 3f2305f1 (git): Remove useless assertion in TestThread#test_handle_interrupt_blocking
* It was originally th.join(0.2), but th.join never returns nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6...
Eregon (Benoit Daloze)
07:48 PM Revision 7cb010e3 (git): Handle exception explicitly in TestBignum#test_interrupt_during_to_s
* Otherwise it produces a warning with Thread.report_on_exception=true.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
Eregon (Benoit Daloze)
06:51 PM Feature #14143: Thread.report_on_exception should be true by default
I committed the change in r61182 and adapted test-all to fix warnings in r61188.
The tests look improved by this cha...
Eregon (Benoit Daloze)
06:43 PM Feature #14143 (Closed): Thread.report_on_exception should be true by default
Applied in changeset trunk|r61183.
----------
Set Thread.report_on_exception=true by default to report exceptions in...
Eregon (Benoit Daloze)
02:07 PM Feature #14143: Thread.report_on_exception should be true by default
The current patch and progress is available at https://github.com/ruby/ruby/compare/trunk...eregon:thread_report_on_e... Eregon (Benoit Daloze)
01:56 PM Feature #14143: Thread.report_on_exception should be true by default
We discussed with @ko1 and @usa to add a hint to the warning produced by Thread.report_on_exception.
I am thinking t...
Eregon (Benoit Daloze)
10:27 AM Feature #14143: Thread.report_on_exception should be true by default
matz (Yukihiro Matsumoto) wrote:
> OK, it will be merged to 2.5RC1. If something (bad) happens, we will revert it.
...
Eregon (Benoit Daloze)
05:58 AM Feature #14143: Thread.report_on_exception should be true by default
Hi,
OK, it will be merged to 2.5RC1. If something (bad) happens, we will revert it.
Matz.
matz (Yukihiro Matsumoto)
06:44 PM Revision 15689ed7 (git): Fix test-all tests to avoid creating report_on_exception warnings
* The warnings are shown by Thread.report_on_exception defaulting to
true. [Feature #14143] [ruby-core:83979]
* Imp...
Eregon (Benoit Daloze)
06:44 PM Revision 967eab83 (git): Remove extra assert_nil in Rinda tests
* They are never executed since thread_join() raises.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61187 b2dd03...
Eregon (Benoit Daloze)
06:44 PM Revision 6671a826 (git): Fix tests which fail with extra stderr output when a Thread dies
* [Feature #14143] [ruby-core:83979].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61186 b2dd03c8-39d4-4d8f-98f...
Eregon (Benoit Daloze)
06:44 PM Revision 2dfbc64f (git): Rescue expected Interrupt in TupleSpaceTestModule#test_take_bug_8215
* test/rinda/test_rinda.rb (test_take_bug_8215): add rescue for
expected exception, which removes the warning by
...
Eregon (Benoit Daloze)
06:44 PM Bug #14171 (Closed): can't alloc thread (ThreadError) in DRbServer#main_loop
Applied in changeset trunk|r61184.
----------
Avoid creating a Thread for shutting down a DRbServer
* lib/drb/drb.r...
Eregon (Benoit Daloze)
01:28 PM Bug #14171 (Closed): can't alloc thread (ThreadError) in DRbServer#main_loop
The bug can be reproduced by adding `Thread.report_on_exception = true` at the top of lib/drb/drb.rb.
```
DRbTest...
Eregon (Benoit Daloze)
06:43 PM Revision ca1c3d41 (git): Avoid creating a Thread for shutting down a DRbServer
* lib/drb/drb.rb: avoid creating a Thread and call the shutdown logic
directly. Do not try to kill or join the curr...
Eregon (Benoit Daloze)
06:43 PM Revision 5a3c024d (git): Set Thread.report_on_exception=true by default to report exceptions in Threads
* [Feature #14143] [ruby-core:83979]
* vm.c (vm_init2): Set Thread.report_on_exception to true.
* thread.c (thread_st...
Eregon (Benoit Daloze)
04:05 PM Feature #11256: anonymous block forwarding
nobu (Nobuyoshi Nakada) wrote:
> Just to be clear, does it require both of the definition and the use, instead of on...
bughit (bug hit)
10:04 AM Feature #11256: anonymous block forwarding
Current patch.
```diff
diff --git a/parse.y b/parse.y
index 1026d5c896..2a98016002 100644
--- a/parse.y
+++ b/...
nobu (Nobuyoshi Nakada)
09:45 AM Feature #11256: anonymous block forwarding
Just to be clear, does it require both of the definition and the use, instead of only the latter?
I mean this is a...
nobu (Nobuyoshi Nakada)
08:34 AM Feature #11256: anonymous block forwarding
Accepted.
Matz.
matz (Yukihiro Matsumoto)
04:00 PM Feature #14169: PATCH: File.lstat(filename).ino on Windows.
merged. thx! usa (Usaku NAKAMURA)
03:03 PM Feature #14169 (Closed): PATCH: File.lstat(filename).ino on Windows.
Applied in changeset trunk|r61180.
----------
set ino at `File.lstat` on Windows
* win32/win32.c (winnt_stat): supp...
usa (Usaku NAKAMURA)
12:22 PM Feature #14169 (Closed): PATCH: File.lstat(filename).ino on Windows.
On Unix, the return values of File.stat(filename) and File.lstat(filename)
are same when the file isn't a symbolic l...
kubo (Takehiro Kubo)
03:36 PM Bug #14174 (Closed): TestProcess#test_maxgroups failures
I observe following test error on Fedora Rawhide:
~~~
1) Failure:
TestProcess#test_maxgroups [/builddir/build/...
vo.x (Vit Ondruch)
03:24 PM Feature #14112: Follow style conventions for Ruby code
ok, it is strange for me to read a documentation with different sintaxis, but it seems that it wouldn't be easy to ag... ana06 (Ana Maria Martinez Gomez)
03:12 PM Revision 2406207c (git): struct.c: don't explain implementation details
of keyword_init option. [DOC] [ci skip]
It's implemented to take Hash, but it's just implementation detail and
it's ...
k0kubun (Takashi Kokubun)
03:08 PM Misc #14173 (Closed): 2017-12-14 61242 all good with MinGW
To all that are working into the evening, Appveyor is a bit backed up, I just ran a manual build of ruby-loco, and a... MSP-Greg (Greg L)
03:03 PM Revision 8411f58e (git): struct.c: show `keyword_init: true` on inspect
for debugging if it's specified for the Struct class.
This follows up r61137.
We don't provide a method to check it ...
k0kubun (Takashi Kokubun)
03:02 PM Revision 1dcdb868 (git): set ino at `File.lstat` on Windows
* win32/win32.c (winnt_stat): support symbolic link and others.
* win32/win32.c (w32_stati128, wstati128, name_for_s...
U.Nakamura
03:01 PM Revision c9154899 (git): Add more example of `Enumerable#one?` [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:01 PM Revision 9982bfd1 (git): pattern and modulo are not keyword argument [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:01 PM Revision 4ea549e8 (git): Fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:01 PM Revision eccdc515 (git): atime,mtime,ctime of File::Stat are instance methods
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
znz (Kazuhiro NISHIYAMA)
03:01 PM Revision 38054f99 (git): Remove unnecessary `:`
Before:
`.../irb/init.rb:280: warning: :LoadError: cannot load such file -- hoge`
After:
`.../irb/init.rb:280: war...
znz (Kazuhiro NISHIYAMA)
03:01 PM Revision e03ea9c5 (git): Use printf instead of puts and sprintf
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
znz (Kazuhiro NISHIYAMA)
03:01 PM Revision 01c051f1 (git): * 2017-12-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:01 PM Revision b9253be5 (git): [DOC] Process.last_status may return nil
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
znz (Kazuhiro NISHIYAMA)
02:54 PM Bug #5060: Executables in bin folder conflict with their gem versions.
No, this is still not resolved (testing with r61169). Only Rake (which is "bundled" gem) appears to have RubyGems gen... vo.x (Vit Ondruch)
02:47 PM Revision f6a1ad41 (git): parse.y: Change the last location of none
* parse.y: Change the last location of none to be
equal to the first location of none.
Sometimes none has length ...
yui-knk (Kaneko Yuichiro)
02:28 PM Feature #14022: String#surround
@matz
Basically, in **my** practice (I can't speak for everyone of course) chaining is almost always a better way ...
zverok (Victor Shepelev)
02:12 PM Feature #14022: String#surround
I see `ary.join.surround("<",">")` to be no better than `"<#{ary.join}>"` or `"<"+ary.join+">"`.
If the wrapped expr...
matz (Yukihiro Matsumoto)
02:22 PM Bug #14172: Cannot create snapshot
It seems that "-srcdir=." helps to workaround the issue. But I am wondering if this command is supported, since it is... vo.x (Vit Ondruch)
01:59 PM Bug #14172 (Closed): Cannot create snapshot
~~~
$ tool/make-snapshot -packages=xz tmp
Exporting trunk@61166
/builddir/ruby/tool/vcs.rb:317:in `realpath': no i...
vo.x (Vit Ondruch)
02:21 PM Revision 3d6d6151 (git): parse.y: Set locations of nd_body in NODE_ITER explicitly
* parse.y: Same as r61168, but for brace_block.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61170 b2dd03c8-39d...
yui-knk (Kaneko Yuichiro)
02:11 PM Bug #13962 (Assigned): Change http://unicode.org to https
This commit break mswinci environment. https://rubyci.org/logs/mswinci.japaneast.cloudapp.azure.com/vc12-x64/ruby-tru... hsbt (Hiroshi SHIBATA)
09:01 AM Bug #13962 (Closed): Change http://unicode.org to https
duerst (Martin Dรผrst)
02:10 PM Revision 774f650b (git): Revert "switch from http to https for Unicode data file downloads"
This reverts commit 90de118a75921a08497b41de2950971073b3c924.
The environment of mswinci couldn't handle https dow...
hsbt (Hiroshi SHIBATA)
02:10 PM Revision 46e8a8ae (git): parse.y: Set locations of nd_body in NODE_ITER explicitly
* parse.y: Currently the location of do_body is set
by new_do_body. Sometimes the last part of do_body is
none, b...
yui-knk (Kaneko Yuichiro)
01:56 PM Revision 89c7e6de (git): irb/test_init.rb: add test to ensure $0
is not changed.
At first `ARGV.unshift('something')` was suggested for r61149,
but it wasn't sufficient because it m...
k0kubun (Takashi Kokubun)
01:47 PM Revision 64bb2b1c (git): test_struct.rb: rename constants to clarify
the intention. Follows up r61137.
They were forgotten to be renamed when :keyword_args is renamed to
:keyword_init.
...
k0kubun (Takashi Kokubun)
01:19 PM Revision bf232141 (git): ext/coverage/coverage.c: Add test cases
* ext/coverage/coverage.c (test_method_coverage_for_define_method):
Add test cases for method coverages which test ...
yui-knk (Kaneko Yuichiro)
01:07 PM Revision 1711b54b (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:07 PM Revision 6d325952 (git): NEWS: polish
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e sorah (Sorah Fukumori)
12:52 PM Feature #14170: Add allbits?, anybits and nobits? to Ripper::Lexer::State
If this request is added, I'll add supporting it at upstream:
https://github.com/ruby/rdoc
The corresponding file:
...
aycabta (aycabta .)
12:30 PM Feature #14170 (Closed): Add allbits?, anybits and nobits? to Ripper::Lexer::State
@nobu added Ripper::Lexer::State at @60665
https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/60665...
aycabta (aycabta .)
12:40 PM Revision 6c49079e (git): ignore lines (to catch up r61155).
* spec/ruby/library/net/ftp/return_code_spec.rb: check message body only.
* spec/ruby/library/net/http/http/set_debu...
ko1 (Koichi Sasada)
12:28 PM Feature #14168 (Closed): C call to raise FrozenError
tagomoris (Satoshi Tagomori)
12:25 PM Feature #14168: C call to raise FrozenError
Naruse told me about rb_check_frozen(), and it completely works as I expected.
Please close this ticket.
tagomori...
tagomoris (Satoshi Tagomori)
12:16 PM Feature #14168 (Closed): C call to raise FrozenError
Currently we need to check the object is frozen or not by `isFrozen` and raise error (RuntimeError or FrozenError) un... tagomoris (Satoshi Tagomori)
12:17 PM Revision d18fb887 (git): error.c(rb_error_write): Remove ec_ from its name
It's unrelated to rb_execution_context_t during writing the patch
r61154
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
sorah (Sorah Fukumori)
12:12 PM Feature #14142 (Closed): Add Method#===
Applied in changeset trunk|r61158.
----------
Add Method#=== that invokes #call
Patch by osyo via [Feature #14142]
Anonymous
08:25 AM Feature #14142: Add Method#===
LGTM.
Matz.
matz (Yukihiro Matsumoto)
12:12 PM Revision 29e1f56e (git): NEWS for Method#===
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matsuda (Akira Matsuda)
12:12 PM Revision 3baa1d23 (git): Unneeded assertion
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matsuda (Akira Matsuda)
12:12 PM Revision 476a539f (git): Add Method#=== that invokes #call
Patch by osyo via [Feature #14142]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61158 b2dd03c8-39d4-4d8f-98ff-8...
matsuda (Akira Matsuda)
12:10 PM Feature #12882 (Closed): Add caller/file/line information to internal Kernel#warn calls
Applied in changeset trunk|r61156.
----------
NEWS entry for [Feature #12882]
shyouhei (Shyouhei Urabe)
12:44 AM Feature #12882: Add caller/file/line information to internal Kernel#warn calls
The previously posted patch still applies and the tests still pass with it. I would like to get this committed befor... jeremyevans0 (Jeremy Evans)
12:10 PM Revision 2ce0847e (git): hotfix implicit-function-declaration
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e sorah (Sorah Fukumori)
12:10 PM Revision 9fa87ebe (git): NEWS entry for [Feature #12882]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
11:58 AM Feature #13731: inode for Windows on ReFS
็ขบ่ชใ‚ใ‚ŠใŒใจใ†ใ”ใ–ใ„ใพใ—ใŸใ€‚่ญฆๅ‘Šใ‚‚ๆถˆใ—ใฆใŠใใพใ—ใŸใ€‚ usa (Usaku NAKAMURA)
11:16 AM Feature #13731: inode for Windows on ReFS
ReFS ใจ NTFS ไธŠใงใฎ `File.stat(filename).ino` ใฎๅ€คใจใ€GetFileInformationByHandleEx()ใ‚’ไฝฟใฃใฆๅพ—ใŸ FILE_ID_128 ใฎๅ€คใŒไธ€่‡ดใ™ใ‚‹ใ“ใจใ‚’็ขบ่ชใ—ใพใ—ใŸใ€‚ใ‚ณใƒณใƒ‘ใ‚คใƒซ... kubo (Takehiro Kubo)
11:56 AM Revision f2a91397 (git): Add uplevel keyword to Kernel#warn and use it
If uplevel keyword is given, the warning message is prepended
with caller file and line information and the string "w...
shyouhei (Shyouhei Urabe)
11:47 AM Feature #14141 (Closed): Add a method to Exception for retrieving formatted exception for logging purpose (Exception#{formatted,display})
Applied in changeset trunk|r61154.
----------
error.c(exc_full_message): Exception#full_message
Add a method to ret...
sorah (Sorah Fukumori)
07:42 AM Feature #14141: Add a method to Exception for retrieving formatted exception for logging purpose (Exception#{formatted,display})
Hi,
`full_message` is approved.
Matz.
matz (Yukihiro Matsumoto)
07:28 AM Feature #14141: Add a method to Exception for retrieving formatted exception for logging purpose (Exception#{formatted,display})
In [DeveloperMeeting20171212Japan]. We concluded to add `Exception#formatted` in the proposed patch, as `#full_messag... sorah (Sorah Fukumori)
07:10 AM Feature #14141: Add a method to Exception for retrieving formatted exception for logging purpose (Exception#{formatted,display})
How about Exception#long_message or full_message ? akr (Akira Tanaka)
11:47 AM Revision 0d771889 (git): error.c(exc_full_message): Exception#full_message
Add a method to retrieve a String expression of an exception,
formatted in the same way that Ruby prints an uncaught ...
sorah (Sorah Fukumori)
11:43 AM Revision 838f23ae (git): remove unused variable
thanks kubo-san. c.f. [ruby-dev:50345]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61153 b2dd03c8-39d4-4d8f-9...
U.Nakamura
11:33 AM Feature #13224 (Closed): Add FrozenError as a subclass of RuntimeError
Applied in changeset trunk|r61152.
----------
NEWS entry for FrozenError [Feature #13224]
shyouhei (Shyouhei Urabe)
12:49 AM Feature #13224: Add FrozenError as a subclass of RuntimeError
Sorry, I missed this patch. Applied just now. shyouhei (Shyouhei Urabe)
12:26 AM Feature #13224: Add FrozenError as a subclass of RuntimeError
Only two weeks until the release of 2.5.0, and this hasn't been merged yet. I've tested and the patch still applies ... jeremyevans0 (Jeremy Evans)
11:33 AM Revision 27c7d498 (git): NEWS entry for FrozenError [Feature #13224]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
11:32 AM Revision 4fe2ca38 (git): irb/init.rb: make sure ARGV refers to toplevel one
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e k0kubun (Takashi Kokubun)
11:26 AM Feature #13173: Gemify webrick
Note: You can build webrick gem with `gem build lib/webrick/webrick.gemspec` on root directory of ruby repository. hsbt (Hiroshi SHIBATA)
11:25 AM Feature #13173 (Assigned): Gemify webrick
Hi, Eric.
I added owner grant of webrick gem to you.
https://rubygems.org/gems/webrick
Can you release v1.4....
hsbt (Hiroshi SHIBATA)
11:25 AM Bug #14162 (Closed): Invoking binding.irb destructively shifts ARGV
Applied in changeset trunk|r61149.
----------
irb.rb: preserve ARGV on binding.irb
This is not perfectly good solut...
k0kubun (Takashi Kokubun)
11:25 AM Revision 660d2d99 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:25 AM Revision da1ba137 (git): irb.rb: preserve ARGV on binding.irb
This is not perfectly good solution (at least we don't want to have ARGV
as default value of `argv` argument), but un...
k0kubun (Takashi Kokubun)
11:11 AM Feature #13248 (Closed): Gemify gdbm
Released at r61052 hsbt (Hiroshi SHIBATA)
11:00 AM Feature #5455: $SAFE should be removed
We should warn to use `$SAFE = 1` at Ruby 2.6 for Ruby 3.0. hsbt (Hiroshi SHIBATA)
10:58 AM Feature #13197 (Closed): Gemify fileutils
Applied in changeset trunk|r61148.
----------
Bump version to fileutils-1.0.1.
Update source code url metadata on...
hsbt (Hiroshi SHIBATA)
10:57 AM Revision 8d1d4e31 (git): Bump version to fileutils-1.0.1.
Update source code url metadata on rubygems.org.
[Feature #13197][ruby-core:79455]
git-svn-id: svn+ssh://ci.ruby-l...
hsbt (Hiroshi SHIBATA)
10:17 AM Feature #14151: Make Matrix#[]= public method
Intuitively I agree all numeric *values* should be immutable.
I'm less sure about "collections" of such numeric va...
Eregon (Benoit Daloze)
02:08 AM Feature #14151: Make Matrix#[]= public method
It is difficult for me to explain that all numeric objects are (basically) immutable because it looks obvious to me..... mame (Yusuke Endoh)
09:12 AM Feature #12753 (Closed): Useful operator to check bit-flag is true or false
Applied in changeset trunk|r61147.
----------
Integer#allbits?, Integer#anybits?, Integer#nobits? [Feature #12753]
naruse (Yui NARUSE)
09:12 AM Revision 0da34dbb (git): Integer#allbits?, Integer#anybits?, Integer#nobits? [Feature #12753]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:01 AM Revision 91df3e9b (git): Bump version to fileutils-1.0.0 as default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
09:00 AM Feature #14043 (Closed): Introduce Process.last_status as an alias for $?
Applied in changeset trunk|r61143.
----------
process.c: add Process.last_status
* process.c (proc_s_last_status): ...
mrkn (Kenta Murata)
08:17 AM Feature #14043: Introduce Process.last_status as an alias for $?
LGTM.
Matz.
matz (Yukihiro Matsumoto)
09:00 AM Revision 90de118a (git): switch from http to https for Unicode data file downloads
(patch from MSP-Greg (Greg L), this closes issue #13962)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61145 b2d...
duerst (Martin Dรผrst)
09:00 AM Revision 8adf1103 (git): NEWS: mention Process.last_status
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kenta Murata
09:00 AM Revision 8624cec9 (git): process.c: add Process.last_status
* process.c (proc_s_last_status): add Process.last_status
[ruby-core:83514] [Feature #14043]
* test/ruby/test_proc...
Kenta Murata
08:59 AM Feature #14052: Introduce SecureRandom.with_chars
I'd vote for `SecureRandom.random_chars(len=16, candidate_chars)`. knu (Akinori MUSHA)
08:49 AM Feature #14052: Introduce SecureRandom.with_chars
This function is called "sampling with replacement" in mathematics and statistics. mrkn (Kenta Murata)
08:47 AM Feature #14052: Introduce SecureRandom.with_chars
I don't like the name `with_chars`. It doesn't describe the intention and the behavior of the method.
Matz.
matz (Yukihiro Matsumoto)
08:54 AM Revision 79c2e6ec (git): parse.y: Fix the locations of NODE_ITER (cmd_brace_block)
* parse.y: Update the locations of NODE_ITER
when nd_iter is determined.
```
a (1) {|i|}
```
* Before
...
yui-knk (Kaneko Yuichiro)
08:44 AM Misc #13974 (Closed): Make sure Unicode files are only downloaded once, not repeatedly, for continuous integration
hsbt (Hiroshi SHIBATA) wrote:
> I confirmed that we didn't download unicode files on Travis CI.
Thanks for checki...
duerst (Martin Dรผrst)
08:40 AM Feature #4288 (Closed): Allow invoking arbitrary method names with foo."something" syntax
I thought I have closed this issue long ago. Use `send`.
Matz.
matz (Yukihiro Matsumoto)
08:35 AM Feature #14129: Feature Request: sockets - add support for recvmmsg
Is it possible to implement recvmmsg using other (popular) system calls? akr (Akira Tanaka)
08:35 AM Revision a6a1d7ab (git): mention support of emoji-related Unicode character properties in NEWS
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e duerst (Martin Dรผrst)
08:34 AM Bug #14163 (Closed): Pages of rdoc include files which are not documents
I ignored them at r61140 hsbt (Hiroshi SHIBATA)
08:34 AM Revision 47506881 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:34 AM Revision 84db29ce (git): Ignore gemspec under the lib directory for documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
08:31 AM Feature #6707 (Rejected): Remove checks for Ruby 1.9 in trunk
This feature already applied other changes like r47095. hsbt (Hiroshi SHIBATA)
08:27 AM Revision ed682479 (git): NEWS: add entry for r61137
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e k0kubun (Takashi Kokubun)
08:16 AM Feature #11925: Struct construction with kwargs
As Matz approved, I committed only keyword_init option which is equivalent to "Point.create(x: 1, y: 2)" in original ... k0kubun (Takashi Kokubun)
08:12 AM Feature #11925 (Closed): Struct construction with kwargs
Applied in changeset trunk|r61137.
----------
struct.c: add keyword_init option to Struct.new
to initialize struct ...
k0kubun (Takashi Kokubun)
08:06 AM Feature #11925: Struct construction with kwargs
knu (Akinori MUSHA) wrote:
> What if `Struct.new([:a, :b])` created a class with the desired constructor?
If you'...
herwin (Herwin W)
07:54 AM Feature #11925: Struct construction with kwargs
I vote for the keyword argument (e.g. `keyword_init:`) to `Struct#new`.
Matz.
matz (Yukihiro Matsumoto)
07:42 AM Feature #11925: Struct construction with kwargs
What if `Struct.new([:a, :b])` created a class with the desired constructor? knu (Akinori MUSHA)
08:12 AM Feature #13272 (Closed): Keyword argument to instantiate a subclass of Struct
Applied in changeset trunk|r61137.
----------
struct.c: add keyword_init option to Struct.new
to initialize struct ...
k0kubun (Takashi Kokubun)
08:12 AM Revision 02015974 (git): struct.c: add keyword_init option to Struct.new
to initialize struct with keyword arguments.
[Feature #11925] [close GH-1771]
git-svn-id: svn+ssh://ci.ruby-lang.or...
k0kubun (Takashi Kokubun)
08:09 AM Feature #13847 (Assigned): Gem activated problem for default gems
hsbt (Hiroshi SHIBATA)
06:22 AM Bug #14015: Enumerable & Hash yielding arity
Hi,
I admit inconsistency exists. The behavior has changed time to time.
I will make the compromise to minimize t...
matz (Yukihiro Matsumoto)
06:15 AM Revision a679472c (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:15 AM Revision 0d862f34 (git): * remove trailing spaces, append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:15 AM Revision a1a20cfa (git): Merge 1-16-stable branch of bundler.
It's rc version for bundler-1.16.1. I'm going to update it version
after official release from bundler team.
git-s...
hsbt (Hiroshi SHIBATA)
05:46 AM Bug #8352: URI squeezes a sequence of slashes in merging paths when it shouldn't
Naruse-san, could you review the attached patch? knu (Akinori MUSHA)
05:42 AM Bug #14165 (Closed): 61096 - support 128bit ino on Windows (if available) - MinGW Problems - compile & fiddle / libffi
Thank you for checking, Greg! usa (Usaku NAKAMURA)
05:39 AM Bug #14167 (Closed): Segmentation fault with Vagrant 2.0.1
Please look at the attached logfile for details. Philip (Philip Kirchhoff)
01:13 AM Revision f1c33950 (git): parse.y: Fix locations of NODE_ARRAY of mlhs_head
* parse.y: Fix to only include a range of mlhs_item
(exclude ',' form range).
e.g. The locations of the NODE_ARR...
yui-knk (Kaneko Yuichiro)
12:56 AM Revision a1061f55 (git): catch up r61131.
* spec/ruby/core/kernel/autoload_spec.rb: should use FrozenError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
ko1 (Koichi Sasada)
12:46 AM Revision b57915ed (git): Add FrozenError as a subclass of RuntimeError
FrozenError will be used instead of RuntimeError for exceptions
raised when there is an attempt to modify a frozen ob...
shyouhei (Shyouhei Urabe)
12:28 AM Revision 0b31ce00 (git): parse.y: Fix locations of NODE_ARRAY in NODE_CALL(:=~)
* parse.y (match_op_gen): Fix to only include a range of node2.
e.g. The locations of the NODE_ARRAY is fixed:
...
yui-knk (Kaneko Yuichiro)
12:20 AM Revision 9b1d8ab7 (git): ext/coverage/coverage.c: remove COVERAGE_EXPERIMENTAL_MODE
A NEWS entry is also added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61129 b2dd03c8-39d4-4d8f-98ff-823fe69b...
mame (Yusuke Endoh)
12:12 AM Revision e44f2b7d (git): parse.y: Fix locations of NODE_ARRAY of opt_call_args
* parse.y: Fix to only include a range of assocs
(exclude ',' form range).
e.g. The locations of the NODE_ARRAY ...
yui-knk (Kaneko Yuichiro)

12/11/2017

11:50 PM Revision 33913f1a (git): NEWS: add changes for Matrix [ci-skip] [doc]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
11:38 PM Revision f9d8003c (git): parse.y: Fix locations of NODE_ARRAY in NODE_BLOCK_PASS
* parse.y: Fix to only include a range of assocs.
e.g. The locations of the NODE_ARRAY is fixed:
```
m1(str: ...
yui-knk (Kaneko Yuichiro)
11:20 PM Revision 1f4ac886 (git): Fix a method name
* test/ruby/test_optimization.rb (test_fixnum_ge):
Fix a method name to suppress method redefinition warnings.
git...
yui-knk (Kaneko Yuichiro)
11:13 PM Revision 2d719aef (git): parse.y: Change locations of NODE_DVAR in NODE_MASGN
* parse.y: Change the last location of NODE_DVAR to
be equal to the first location of NODE_DVAR.
NODE_DVAR of NOD...
yui-knk (Kaneko Yuichiro)
10:07 PM Feature #13583 (Closed): Adding `Hash#transform_keys` method
Nevermind, I just remembered that ActiveSupport also defines `transform_keys!`, so best match its behavior. marcandre (Marc-Andre Lafortune)
09:28 PM Feature #13583 (Open): Adding `Hash#transform_keys` method
I'm not sure I like the current behavior of `transform_keys!`.
Two possibilities: `transform_keys!` is `each_key {...
marcandre (Marc-Andre Lafortune)
10:00 PM Bug #12285: Date.iso8601 does not properly handle partial date strings
I had submitted a patch to an issue that got marked as a 'duplicate' (though it is still "open"). My ticket is not "a... jonwolski (Jon Wolski)
09:59 PM Feature #9108 (Closed): Hash sub-selections
marcandre (Marc-Andre Lafortune)
08:30 PM Revision 568c0a2d (git): remove vm_opt_binop_dispatch().
* vm_insnhelper.c (vm_opt_binop_dispatch): removed because this function
has several issues for micro-benchmark. Wr...
ko1 (Koichi Sasada)
07:39 PM Feature #14151: Make Matrix#[]= public method
Thanks mame for the input.
It's a tough case I think, in particular because matrices can be big and thus expensive...
marcandre (Marc-Andre Lafortune)
05:12 PM Feature #14151: Make Matrix#[]= public method
`Matrix` should be kept immutable, IMO. I guess what OP wants is [NArray](https://github.com/ruby-numo/narray). mame (Yusuke Endoh)
04:02 PM Feature #14151: Make Matrix#[]= public method
In summary, I'm ok to make `Matrix` mutable. I'm updating your PR. marcandre (Marc-Andre Lafortune)
03:48 PM Feature #14151: Make Matrix#[]= public method
greggzst (Grzegorz Jakubiak) wrote:
> I see your point but Arrays are immutable
Arrays are most definitely mutabl...
marcandre (Marc-Andre Lafortune)
12:13 PM Feature #14151: Make Matrix#[]= public method
marcandre (Marc-Andre Lafortune) wrote:
> The method []= as it is written is also dangerous as it doesn't do any typ...
greggzst (Grzegorz Jakubiak)
08:27 AM Feature #14151: Make Matrix#[]= public method
marcandre (Marc-Andre Lafortune) wrote:
> The library was originally written such that Matrices are immutable. I can...
greggzst (Grzegorz Jakubiak)
07:23 PM Bug #14165: 61096 - support 128bit ino on Windows (if available) - MinGW Problems - compile & fiddle / libffi
Thanks to Usaka & Kubo, all is okay with the ruby-loco MinGW build as of 61121.
Okay to close... Greg
MSP-Greg (Greg L)
04:58 PM Bug #14165: 61096 - support 128bit ino on Windows (if available) - MinGW Problems - compile & fiddle / libffi
MSP-Greg (Greg L) wrote:
> I noticed that RubyGems fails on compile warnings. Does mkmf.rb do the same? The fiddle...
jeremyevans0 (Jeremy Evans)
04:37 PM Bug #14165: 61096 - support 128bit ino on Windows (if available) - MinGW Problems - compile & fiddle / libffi
Usaka,
> And I do not understand why changes in Ruby affect to build libffi.
I noticed that RubyGems fails on c...
MSP-Greg (Greg L)
04:11 PM Bug #14165 (Assigned): 61096 - support 128bit ino on Windows (if available) - MinGW Problems - compile & fiddle / libffi
hmm, `SIZEOF_STRUCT_STAT_ST_INO` is defined in ruby.h, so I expects that it's also defined in MinGW build.
And I do ...
usa (Usaku NAKAMURA)
04:06 PM Bug #14165 (Closed): 61096 - support 128bit ino on Windows (if available) - MinGW Problems - compile & fiddle / libffi
Applied in changeset trunk|r61119.
----------
undef previous definition of `SIZEOF_STRUCT_STAT_ST_INO`
trying to so...
usa (Usaku NAKAMURA)
02:07 PM Bug #14165: 61096 - support 128bit ino on Windows (if available) - MinGW Problems - compile & fiddle / libffi
@kubo,
Thank you for the patch. That does allow MinGW to build. I'll add it to ruby-loco.
Both my system, rub...
MSP-Greg (Greg L)
12:53 PM Bug #14165: 61096 - support 128bit ino on Windows (if available) - MinGW Problems - compile & fiddle / libffi
How about the attached patch?
It doesn't define SIZEOF_STRUCT_STAT_ST_INO in include/x64-mingw32/ruby/config.h if ta...
kubo (Takehiro Kubo)
03:57 AM Bug #14165: 61096 - support 128bit ino on Windows (if available) - MinGW Problems - compile & fiddle / libffi
Did a vc140 build, all okay as far as 61096/61097.
Checked again on the MinGW build, and the issue above exists, b...
MSP-Greg (Greg L)
07:22 PM Feature #13731: inode for Windows on ReFS
Usaka (and Kubo),
Thank you, with 61121 ruby-loco MinGW build is passing. I'll see what happens with a local Win7...
MSP-Greg (Greg L)
05:32 PM Feature #13731: inode for Windows on ReFS
kubo (Takehiro Kubo) wrote:
> stati128_handle() ใฎไปฅไธ‹ใฎ้ƒจๅˆ†
>
> ~~~
> st->st_ino = *((unsigned __int64 *)&fii);
...
usa (Usaku NAKAMURA)
11:26 AM Feature #13731: inode for Windows on ReFS
ๅฏพๅฟœใ‚ใ‚ŠใŒใจใ†ใ”ใ–ใ„ใพใ™ใ€‚ReFSใงใฎๅ‹•ไฝœใƒ†ใ‚นใƒˆใฏๆ˜Žๆ—ฅ่กŒใ„ใพใ™ใ€‚
stati128_handle() ใฎไปฅไธ‹ใฎ้ƒจๅˆ†
~~~
st->st_ino = *((unsigned __int64 *)&fii);
...
kubo (Takehiro Kubo)
07:17 PM Revision 975e3a19 (git): do not disable `trace_` prefix insns.
* vm.c: introduce `ruby_vm_event_enabled_flags` which represents which
event flags are enabled before.
* vm_trace....
ko1 (Koichi Sasada)
05:31 PM Revision 9e9498c2 (git): fixed typo
* win32/win32.c (get_ino): forgotten to specify the member. thanks kubo-san.
git-svn-id: svn+ssh://ci.ruby-lang.or...
U.Nakamura
04:07 PM Revision b5d5cce1 (git): vm_exec.h: introduce macros for abstarction.
* vm_exec.h: declare two macros
* START_OF_ORIGINAL_INSN()
* DISPATCH_ORIGINAL_INSN()
instead of inserting labe...
ko1 (Koichi Sasada)
04:06 PM Revision f623428d (git): undef previous definition of `SIZEOF_STRUCT_STAT_ST_INO`
trying to solve build problem of MinGW. see [Bug #14165]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61119 b...
U.Nakamura
03:47 PM Feature #8661: Add option to print backtrace in reverse order (stack frames first and error last)
I like this change. It's unbelievable.
I thought that I don't like this feature because I was confused Python's ba...
kou (Kouhei Sutou)
03:30 PM Revision a9aad1f8 (git): * 2017-12-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:30 PM Revision decd21c3 (git): Update test-unit to 3.2.7
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sutou Kouhei
12:09 PM Revision 189ecfd2 (git): extern rb_time_utc_offset to get utc offset
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
11:57 AM Bug #14163 (Assigned): Pages of rdoc include files which are not documents
`*.gemspec` are still there. znz (Kazuhiro NISHIYAMA)
01:04 AM Bug #14163 (Closed): Pages of rdoc include files which are not documents
Applied in changeset trunk|r61104.
----------
Ignore to generate documentation for template files of bundler.
[Bu...
hsbt (Hiroshi SHIBATA)
10:17 AM Bug #14166 (Third Party's Issue): vagrant
trying to get laravel installed on slackware14.2 .Virtualbox up & running. Installed vagrant package from slackbuilds... andybrookestar (andy brookes)
08:37 AM Revision 848e6cfe (git): Bump version to zlib-1.0.0 as default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
08:18 AM Revision 93880b4a (git): Bump version to scanf-1.0.0 as default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
06:48 AM Revision 5f208392 (git): Bump version to sdbm-1.0.0 as default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
06:03 AM Revision 4000f70d (git): Bump version to fcntl-1.0.0 as default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
04:46 AM Revision 612af3b7 (git): lib/pp.rb: remove alias for suppressing a redefinition warning.
Because there is now the same guard in prelude.rb (alias pp pp).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6...
mame (Yusuke Endoh)
03:56 AM Revision 6b669d88 (git): Bump version to date-1.0.0 as default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
03:27 AM Revision 2d86fe2a (git): Bump version to cmath-1.0.0 as default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
02:30 AM Revision 61045e03 (git): bccwin is no longer supported
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
02:30 AM Revision 4ed018d9 (git): depend on win32.h on Windows
* lib/mkmf.rb (depend_rules): all objs should depend on win32.h on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
U.Nakamura
02:19 AM Revision aaf30997 (git): parse.y: Fix locations of NODE_DSTR generated by evstr2dstr_gen
* parse.y (evstr2dstr_gen): Fix to only include a range of node.
e.g. The locations of the NODE_DSTR is fixed:
...
yui-knk (Kaneko Yuichiro)
01:41 AM Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
samuel@oriontransfer.org wrote:
> I think that the work being done here is great. However I feel that this PR requi...
normalperson (Eric Wong)
01:04 AM Revision 9a742110 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:04 AM Revision ef839356 (git): Ignore to generate documentation for template files of bundler.
[Bug #14163][ruby-core:84141]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61104 b2dd03c8-39d4-4d8f-98ff-823fe6...
hsbt (Hiroshi SHIBATA)
12:28 AM Revision ec073534 (git): parse.y: Remove not used argument
* parse.y (list_append_gen): location is not used.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61103 b2dd03c8-...
yui-knk (Kaneko Yuichiro)
12:06 AM Revision 14b6dc4c (git): parse.y: Fix locations of NODE_SCOPE in NODE_MODULE
* parse.y: Fix to only include a range of bodystmt.
e.g. The locations of the NODE_SCOPE is fixed:
```
module...
yui-knk (Kaneko Yuichiro)

12/10/2017

11:59 PM Feature #14151 (Feedback): Make Matrix#[]= public method
greggzst (Grzegorz Jakubiak) wrote:
> I don't even understand why this method hasn't been public since the beginning...
marcandre (Marc-Andre Lafortune)
11:44 PM Revision e038b794 (git): parse.y: Fix the last location of NODE_COLON2
* parse.y: Fix to only include a range from primary_value to tCONSTANT.
e.g. The locations of the NODE_COLON2 is f...
yui-knk (Kaneko Yuichiro)
11:28 PM Revision f1728527 (git): mention about [Feature #13726] and [Feature #13731]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
11:27 PM Revision ad321cde (git): parse.y: Change the first location of NODE_ARRAY in NODE_DSTR (nd_next->nd_next)
* parse.y (list_append_gen): Change the first location to
start with the location of item if new list is generated....
yui-knk (Kaneko Yuichiro)
11:24 PM Feature #13731: inode for Windows on ReFS
ๅ…ฅใ‚‰ใชใ„ใ‹ใ‚‚ใจ่จ€ใ„ใพใ—ใŸใŒใ€ใชใ‚“ใจใ‹้–“ใซๅˆใ‚ใ›ใฆใฟใพใ—ใŸใ€‚
ใ—ใ‹ใ—ReFSใงใฎ็ขบ่ชใฏ็’ฐๅขƒใŒใชใใฆใงใใฆใชใ„ใฎใงใ€ๅ•้กŒใŒใ‚ใฃใŸใ‚‰ๆ•™ใˆใฆใใ ใ•ใ„ใ€‚
usa (Usaku NAKAMURA)
05:27 PM Feature #13731 (Closed): inode for Windows on ReFS
Applied in changeset trunk|r61096.
----------
support 128bit ino on Windows (if available)
* win32/win32.c, include...
usa (Usaku NAKAMURA)
10:41 PM Feature #11286 (Closed): [PATCH] Add case equality arity to Enumerable's sequence predicates.
Thank you Matz
D.E. Akers: thanks for the patch! I adapted it for better handling of enumerables yielding multiple...
marcandre (Marc-Andre Lafortune)
10:36 PM Revision a9770bac (git): Add case equality arity to Enumerable#all?, any?, none? and one?,
and specialized Array#any? and Hash#any?
Based on patch by D.E. Akers [#11286]
git-svn-id: svn+ssh://ci.ruby-lang.or...
Marc-Andre Lafortune
10:30 PM Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
I think that the work being done here is great. However I feel that this PR requires far more scrutiny than it's rece... ioquatix (Samuel Williams)
07:50 PM Bug #14165 (Closed): 61096 - support 128bit ino on Windows (if available) - MinGW Problems - compile & fiddle / libffi
Last ruby-loco build has warnings & test failures after 61097. Build log (attached) has 329 instances of:
```
in...
MSP-Greg (Greg L)
07:42 PM Feature #10903 (Closed): [PATCH] Matrix#zip returns a matrix
marcandre (Marc-Andre Lafortune)
07:41 PM Bug #14074 (Closed): TracePoint#new without a block should not raise ThreadError
marcandre (Marc-Andre Lafortune)
05:26 PM Revision 86a794a6 (git): * 2017-12-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:26 PM Revision 91de3d65 (git): support 128bit ino on Windows (if available)
* win32/win32.c, include/ruby/win32.h (stati128, rb_{,u,l,ul}stati128): rename
from stati64ns, change the type of s...
U.Nakamura
06:47 AM Feature #11925: Struct construction with kwargs
In case that my suggestion of the name is accepted, I wrote a patch for Struct.new(:a, :b, keyword_args: true).
http...
k0kubun (Takashi Kokubun)
04:33 AM Bug #14078: Test Failure - OpenSSL::TestSSLSession#test_ctx_server_session_cb - with OpenSSL 1.1.0g
@rhenium
Re the beta, thought I'd update with recent OpenSSL::TestSSLSession#test_ctx_server_session_cb results, a...
MSP-Greg (Greg L)
04:22 AM Bug #14162: Invoking binding.irb destructively shifts ARGV
Also, the shifted value becomes $0 (and @CONF[:SCRIPT]).
I guessed they are not intentional and created a patch th...
k0kubun (Takashi Kokubun)

12/09/2017

06:05 PM Feature #12275: String unescape
I updated patch as v2.patch to satisfy 3 points that mentioned in [note-15](https://bugs.ruby-lang.org/issues/12275#n... tad (Tadashi Saito)
05:25 PM Feature #14164: [Suggestion] Type system for ruby 3x to be usable for e. g. rubocop or autogenerating crystal code and so forth
Here are some thoughts:
Although Crystal looks very similar syntactically, the semantics are fairly different: no ru...
Eregon (Benoit Daloze)
03:40 PM Feature #14164 (Open): [Suggestion] Type system for ruby 3x to be usable for e. g. rubocop or autogenerating crystal code and so forth
Hello everyone, especially the ruby core team, nobu and of course matz,
This is an idea for ruby 3.x, but the idea...
shevegen (Robert A. Heiler)
01:34 PM Bug #14163 (Closed): Pages of rdoc include files which are not documents
https://docs.ruby-lang.org/en/trunk/ includes `*.tt`, `*.gemspec`, Executable, Executable.bundler, Executable.standal... znz (Kazuhiro NISHIYAMA)
01:13 PM Revision 4cfc1aa9 (git): parse.y: Fix locations of NODE_ARRAY in NODE_ATTRASGN (nd_args)
* parse.y (arg_append_gen): Fix to only include a range of
node2 if new list is generated.
e.g. The locations of...
yui-knk (Kaneko Yuichiro)
11:58 AM Revision 84ae8dc9 (git): test_process.rb (test_maxgroups): add assertions
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:44 AM Revision 51d863e0 (git): parse.y: Change locations of NODE_BLOCK in NODE_RESBODY (nd_body)
* parse.y: Change to only include a range from exc_var to compstmt.
e.g. The locations of the NODE_BLOCK is change...
yui-knk (Kaneko Yuichiro)
03:52 AM Revision 7a79d881 (git): parse.y: Fix locations of NODE_SCOPE in NODE_SCLASS
* parse.y: Fix to only include a range of bodystmt.
e.g. The locations of the NODE_SCOPE is fixed:
```
class ...
yui-knk (Kaneko Yuichiro)
03:46 AM Revision dceb897e (git): Dir#chdir keeps GVL if passed block
On further examination, Dir.chdir with a block from multiple
threads is thread-unsafe given our use of the chdir_bloc...
Eric Wong
03:18 AM Revision 933fabd1 (git): parse.y: Fix locations of NODE_ARRAY in NODE_OPCALL(nd_args)
* parse.y: Fix to only include a range of arg1.
e.g. The locations of the NODE_ARRAY is fixed:
```
1 + 2
``...
yui-knk (Kaneko Yuichiro)
03:03 AM Revision 79aba225 (git): parse.y: Fix locations of NODE_SCOPE in NODE_CLASS
* parse.y: Fix to only include a range of bodystmt.
e.g. The locations of the NODE_SCOPE is fixed:
```
class ...
yui-knk (Kaneko Yuichiro)

12/08/2017

10:51 PM Revision 80e852d8 (git): doc/syntax/refinements.rdoc: fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e stomar (Marcus Stollsteimer)
10:43 PM Revision c66f5601 (git): bignum.c: [DOC] simplify comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e stomar (Marcus Stollsteimer)
10:43 PM Revision 67d9cd73 (git): NEWS: grammar fix
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e stomar (Marcus Stollsteimer)
10:42 PM Revision 9a26a4c1 (git): ext/strscan/strscan.c: [DOC] grammar fixes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e stomar (Marcus Stollsteimer)
09:54 PM Bug #4841: WEBrick threading leads to infinite loop
Thank you for your quick response! mame (Yusuke Endoh)
07:21 PM Bug #4841: WEBrick threading leads to infinite loop
mame@ruby-lang.org wrote:
> normal, could you please check this ticket?
>
> ------------------------------------...
normalperson (Eric Wong)
06:52 PM Bug #4841 (Closed): WEBrick threading leads to infinite loop
Applied in changeset trunk|r61083.
----------
webrick: allow shutdown after StartCallback
We must to ensure the @st...
Anonymous
12:38 PM Bug #4841: WEBrick threading leads to infinite loop
normal, could you please check this ticket? mame (Yusuke Endoh)
06:51 PM Revision 86ea8dfe (git): * 2017-12-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:51 PM Revision 22474d8f (git): webrick: allow shutdown after StartCallback
We must to ensure the @status ivar is set to :Running before
running StartCallback, otherwise Webrick::Server#stop wi...
Eric Wong
06:03 PM Feature #14151: Make Matrix#[]= public method
@marcandre can you take a look? Eregon (Benoit Daloze)
12:55 PM Feature #14151: Make Matrix#[]= public method
I created pull request related to this feature/issue. - https://github.com/ruby/ruby/pull/1769 greggzst (Grzegorz Jakubiak)
02:26 PM Bug #14162 (Closed): Invoking binding.irb destructively shifts ARGV
~~~ ruby
$ ruby -v
ruby 2.5.0dev (2017-12-05 trunk 61034) [x86_64-linux]
$ cat script.rb
binding.irb
binding.irb...
k0kubun (Takashi Kokubun)
02:12 PM Bug #5060: Executables in bin folder conflict with their gem versions.
@hsbt-san, I might be wrong but has this issue been solved by default/bundled gems? mame (Yusuke Endoh)
01:36 PM Feature #4963 (Closed): Refine and Document the Issue Tracking Process
I'm closing this ticket since it is not about ruby's feature. I think it should be discussed at ruby-core mailing list. mame (Yusuke Endoh)
12:31 PM Bug #14161 (Closed): Getting segmentation fault some time while running rspec
While running rspec with Rails 5.1.1
/home/xxx/.rvm/gems/ruby-2.3.3@everyday/gems/mail-2.6.5/lib/mail/elements/con...
jaikryonruby@gmail.com (Ravi Shrivastava)
11:19 AM Bug #14160: JSON#generate documentation wrong/misleading
You are right, the statement in the documentation that .generate() only allows "objects
or arrays" is technically no...
shevegen (Robert A. Heiler)
10:12 AM Bug #14160 (Closed): JSON#generate documentation wrong/misleading
https://docs.ruby-lang.org/en/trunk/JSON.html#module-JSON-label-Generating+JSON
That says `JSON.generate` only allow...
StefanPochmann (Stefan Pochmann)
08:50 AM Feature #4787 (Closed): Integer#each_modulo(n)
This was resolved by #12447. mrkn (Kenta Murata)
08:38 AM Revision 6d8f47fd (git): lib/pp.rb: no rdoc of alias to suppress a warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:35 AM Revision bd61ccef (git): test_file_exhaustive.rb: get rid of failures
* test/ruby/test_file_exhaustive.rb (test_utime_symlinkfile):
under some condition, symlink file is also affected b...
nobu (Nobuyoshi Nakada)
07:17 AM Revision 60771d13 (git): pp.rb: rdoc
* lib/pp.rb (pp): move pp alias before its rdoc, not to prevent
parsing.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
nobu (Nobuyoshi Nakada)
07:13 AM Revision ec74acd1 (git): test_file_exhaustive.rb: test_utime_symlinkfile
* test_file_exhaustive.rb (test_utime_symlinkfile): investigate
failures on some platforms. wait a second to tell ...
nobu (Nobuyoshi Nakada)
06:24 AM Revision d52ef754 (git): test_file_exhaustive.rb: fix arguments order
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:20 AM Revision 23c86d84 (git): win32.c: check error code
* win32/win32.c (w32_io_info): check GetFileInformationByHandleEx
error code to fallback to GetFileInformationByHan...
nobu (Nobuyoshi Nakada)
05:51 AM Feature #13883 (Closed): Change from gperf 3.0.4 to gperf 3.1
Applied in changeset trunk|r61076.
----------
support gperf 3.1
* tool/gperf.sed: extracted sed commands to a scrip...
nobu (Nobuyoshi Nakada)
05:51 AM Revision a4804fbd (git): support gperf 3.1
* tool/gperf.sed: extracted sed commands to a script. ANSI-C code
produced by gperf 3.1 declares length arguments ...
nobu (Nobuyoshi Nakada)
01:27 AM Bug #14159 (Third Party's Issue): [BUG] Segmentation fault at 0x0000000000000000 ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-linux] - Mailcatcher
moskkitow (Marcelo Cruz) wrote:
> c:0010 p:---- s:0049 e:000048 CFUNC :release_machine
> c:0009 p:0036 s:0045 e:00...
shyouhei (Shyouhei Urabe)
12:45 AM Revision f8659dfd (git): parse.y Fix compile error
ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
git-svn-id: svn+ssh://ci.ruby-lang...
yui-knk (Kaneko Yuichiro)
12:33 AM Revision c6b31b76 (git): parse.y: Fix locations of modifier_rescue
* parse.y: Fix to only include a range from modifier_rescue
to stmt (or arg).
e.g. The locations of the NODE_RES...
yui-knk (Kaneko Yuichiro)

12/07/2017

11:36 PM Revision 3bc080ba (git): * 2017-12-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:35 PM Revision f026add3 (git): parse.y: Fix locations of string
* parse.y: Fix to include locations of tSTRING_BEG and tSTRING_END.
e.g. The locations of the NODE_STR is fixed:
...
yui-knk (Kaneko Yuichiro)
09:02 PM Bug #14156: broken bundler install
hsbt (Hiroshi SHIBATA) wrote:
> Can you try it with Ruby 2.2.10?
hi,
I'm sorry, I returned to ubuntu 16.04 and I...
JJ (Jonathan Monsalve)
02:01 AM Bug #14156 (Feedback): broken bundler install
Can you try it with Ruby 2.2.10? hsbt (Hiroshi SHIBATA)
08:51 PM Bug #13997 (Closed): Bundler gem binstub broken
hsbt (Hiroshi SHIBATA) wrote:
> It fixed r60174 maybe. Can you try current HEAD(r60928)?
Hi @hsbt, thanks for loo...
hone (Terence Lee)
03:59 PM Bug #14159 (Third Party's Issue): [BUG] Segmentation fault at 0x0000000000000000 ruby 2.4.2p198 (2017-09-14 revision 59899) [x86_64-linux] - Mailcatcher
Good afternoon,
While trying to access the Mailcatcher service on my project, I found out a bug. I can access the ...
moskkitow (Marcelo Cruz)
11:49 AM Bug #4487 (Closed): require_relative fails in an eval'ed file
Now, it works. I'm unsure who changed the behavior... Anyway, closing. mame (Yusuke Endoh)
11:37 AM Feature #13731: inode for Windows on ReFS
2.5 ใซๅ…ฅใ‚‰ใชใ„ใ‹ใ‚‚ใ—ใ‚Œใชใ„ใจใฎใ“ใจใ€ไบ†่งฃใงใ™ใ€‚
ใคใ„ใงใงใ™ใŒใ€ReFSใƒœใƒชใƒฅใƒผใƒ ใ‚’ไฝœใฃใฆใƒ•ใ‚กใ‚คใƒซใ‚’2ใคไฝœๆˆใ—ใ€FILE_ID_INFO ใฎ128ใƒ“ใƒƒใƒˆใฎๅ€คใจ nFileIndexHigh/Low ใฎ64ใƒ“ใƒƒใƒˆใฎๅ€คใ‚’ๅ–ๅพ—ใ—ใฆใฟ...
kubo (Takehiro Kubo)
08:08 AM Revision c0217435 (git): Follow up r60970 for bundler's examples.
r60970 break Gemfile.lock format with file protocol after bundle
install/update. I addd hostname to these examples....
hsbt (Hiroshi SHIBATA)
08:06 AM Bug #9705 (Feedback): Installing ruby 2.1.1 fails while compiling (after: rvm install 2.1.1)
Ruby 2.1 was EOL status. Can you try to build with Ruby 2.3 or 2.4? hsbt (Hiroshi SHIBATA)
07:57 AM Bug #14139 (Rejected): [BUG] Segmentation fault
https://github.com/railsinstaller/railsinstaller-windows/issues/102 is already closed.
And this issue is same as #...
hsbt (Hiroshi SHIBATA)
07:44 AM Bug #14072 (Feedback): Ruby interpreter
Can you try with Ruby 2.3.5 ? It's latest old-stable version. hsbt (Hiroshi SHIBATA)
07:18 AM Feature #4264 (Feedback): General type coercion protocol for Ruby
mame (Yusuke Endoh)
06:38 AM Revision 15c97780 (git): parse.y: Fix locations of array
* parse.y (make_array): Set locations of ary to
include locations of start token (tLBRACK, tWORDS_BEG, ...)
and e...
yui-knk (Kaneko Yuichiro)
06:06 AM Feature #14158 (Assigned): Update racc library with changes from upstream
hsbt (Hiroshi SHIBATA)
12:00 AM Feature #14158 (Closed): Update racc library with changes from upstream
The racc parser that is included in mri ruby currently lists version 1.4.5 as the racc version. Tenderlove's upstream... haus (Matthaus Litteken)
04:42 AM Revision 284e3ae1 (git): win32/win32.c: removed a stale comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:32 AM Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
Too late for 2.5, but I'll maintain and periodically rebase this
in hope it can be accepted for 2.6. I've updated ...
normalperson (Eric Wong)
04:12 AM Revision db2d28b0 (git): parse.y: fix for old compilers
* parse.y (arg_value): initialization of aggregation type with
non-constant values is not allowed in C89.
git-svn-...
nobu (Nobuyoshi Nakada)
04:03 AM Revision 185133fd (git): win32.c: fallback to old API
* win32/win32.c (w32_io_info, rb_w32_file_identical_p): fallback
to GetFileInformationByHandle if GetFileInformatio...
nobu (Nobuyoshi Nakada)
03:15 AM Bug #14157 (Feedback): You may have encountered a bug in the Ruby interpreter or extension libraries.
shevegen (Robert A. Heiler) wrote:
> I am not sure that this is enough information for the ruby core team to
I'm ...
duerst (Martin Dรผrst)
03:00 AM Revision 803d1753 (git): parse.y: Fix locations of dsym
* parse.y: Fix to only include a range from tSTRING_BEG to tLABEL_END.
e.g. The locations of the NODE_LIT is fixed...
yui-knk (Kaneko Yuichiro)
02:48 AM Revision acf7e52d (git): parse.y: Fix locations of dsym
* parse.y (dsym_node_gen): Always set locations
to include locations of tSYMBEG and tSTRING_END.
e.g. The locati...
yui-knk (Kaneko Yuichiro)
02:36 AM Revision 2c018e96 (git): parse.y: Fix locations of regexp
* parse.y (new_regexp_gen): Always set locations
to include locations of tREGEXP_BEG and tREGEXP_END.
e.g. The l...
yui-knk (Kaneko Yuichiro)
02:25 AM Revision d2d4839a (git): parse.y: Fix locations of xstring
* parse.y (new_xstring_gen): Always set locations
to include locations of tXSTRING_BEG and tSTRING_END.
e.g. The...
yui-knk (Kaneko Yuichiro)
 

Also available in: Atom