Activity
From 07/20/2018 to 07/26/2018
07/26/2018
-
08:40 PM Feature #13683: Add strict Enumerable#single
- nobu (Nobuyoshi Nakada) wrote:
> How about `Enumerable#just(num=1)` or `Enumerable#only(num=1)`?
Or maybe a sligh... -
07:52 PM Feature #14915: Deprecate String#crypt
- I've released a string-crypt gem based on the previous patch: https://github.com/jeremyevans/ruby-string-crypt
The... -
06:51 PM Feature #14718: Use jemalloc by default?
- > vo.x (Vit Ondruch) wrote:
> > Thx :) I think that at least in Fedora/RHEL case, the decision will be based on this... - 06:46 PM Revision c0e478ed (git): * 2018-07-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:46 PM Revision 5219adf4 (git): lib/ostruct: Remove unnecessary `__send__`
- Patch by yuuji.yaginuma [Fix GH-1890]
Since `remove_method` is public.
Ref: https://bugs.ruby-lang.org/issues/14133
... -
03:32 PM Feature #14183: "Real" keyword argument
- @shevegen Of course, we will take plenty of time to migrate before making it a keyword.
If we made the decision, we ... -
10:38 AM Feature #14183: "Real" keyword argument
- I don't want to write too much, so just one comment - I would also prefer foo(kw: 1)
to retain being a Hash rather t... -
03:21 PM Feature #14938: Provide API to get same result as ruby -wc
- I want to get 3 things.
1. Type (warning or error)
2. Message
3. Location
I think location interface should b... -
06:25 AM Feature #14938: Provide API to get same result as ruby -wc
- Good idea. Do you have an idea about API and implementation?
Maybe parse.y should be modified (== difficult). -
01:05 PM Revision 781c3ca5 (git): mjit.c: o -> so is not compilation
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:48 PM Revision 2bfc1334 (git): dir.c: fix glob with base when no DT_UNKNOWN
- * dir.c (do_stat, do_lstat, do_opendir): need the length of the base
path for fstatat() when fd is valid.
* dir.c ... -
12:47 PM Revision f6ae1ed6 (git): Add missing escape
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:04 PM Revision d6df54cc (git): process.c: conditionally used functions
- * process.c (before_fork_ruby, after_fork_ruby): used only if fork()
or daemon() is available.
git-svn-id: svn+ssh... -
11:07 AM Bug #14096 (Assigned): Psych allows invalid single quote escape character
-
09:34 AM Revision dff596be (git): dladdr() is declared with non-const pointer on Solaris
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:32 AM Revision 05316c40 (git): fork() is deprecated on Solaris
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:42 AM Bug #14939: [PATCH] cont.c (ec_switch): prevent delayed/missed trap interrupt race
- [email protected] wrote:
> Good point. Seems good. Thank you!
OK, commited as r64062
> BTW, I forget that why the... -
08:30 AM Bug #14939 (Closed): [PATCH] cont.c (ec_switch): prevent delayed/missed trap interrupt race
- Applied in changeset trunk|r64062.
----------
cont.c (ec_switch): prevent delayed/missed trap interrupt race
timer-... -
06:40 AM Bug #14939: [PATCH] cont.c (ec_switch): prevent delayed/missed trap interrupt race
- Oops, sorry forget about `sleep` lines.
-
06:39 AM Bug #14939: [PATCH] cont.c (ec_switch): prevent delayed/missed trap interrupt race
- Good point. Seems good. Thank you!
BTW, I forget that why the trap handler is limited to main thread.
```
tr... -
08:30 AM Misc #14937 (Closed): [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
- Applied in changeset trunk|r64062.
----------
cont.c (ec_switch): prevent delayed/missed trap interrupt race
timer-... - 08:30 AM Revision 97538e81 (git): cont.c (ec_switch): prevent delayed/missed trap interrupt race
- timer-thread may set trap interrupt with rb_threadptr_check_signal
at any time independent of GVL. This means timer-... -
07:23 AM Revision d3df0de6 (git): ignore built files
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:32 AM Feature #14940: Support bcrypt password hashing in webrick
- Thanks, applied as r64060.
I needed to add RUBYLIB=/path/to/bcrypt/lib to my make command
line to test bcrypt; b... -
03:21 AM Feature #14940 (Closed): Support bcrypt password hashing in webrick
- Applied in changeset trunk|r64060.
----------
webrick: Support bcrypt password hashing
This adds a password_hash ke... - 03:21 AM Revision 9749bfbf (git): webrick: Support bcrypt password hashing
- This adds a password_hash keyword argument to
WEBrick::HTTPAuth::Htpasswd#initialize. If set to :bcrypt, it
will cre... -
02:16 AM Feature #13534 (Assigned): Checking installation results of default gems
-
02:13 AM Bug #9366 (Assigned): "make -j32 check TESTS=-j32" occasionally fails on rubygems/specification
-
02:12 AM Feature #12639 (Assigned): Speed up require in RubyGems by 5x
-
02:12 AM Bug #12764 (Assigned): rubygems with multi default gem problem
-
02:12 AM Bug #13834 (Assigned): RubyGems test suite occasionally changes working directory and breaks the rest of test suite
07/25/2018
-
11:36 PM Feature #14940 (Closed): Support bcrypt password hashing in webrick
- Related to #14915, this adds bcrypt password hash support when using htpasswd files with Webrick basic auth, allowing...
- 10:32 PM Revision 1516b85d (git): test/ruby/test_io.rb (test_select_leak): skip with MJIT
- We need better ways to test for leaks :<
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64059 b2dd03c8-39d4-4d8f-... -
09:37 PM Bug #14939 (Closed): [PATCH] cont.c (ec_switch): prevent delayed/missed trap interrupt race
- ko1: I noticed this while working on timer-thread elimination/lazy-spawning.
However, it looks like a bug we introdu... -
06:31 PM Feature #14938: Provide API to get same result as ruby -wc
- This may also be useful for irb/pry add-ons, I think.
Perhaps Koichi-san can comment on the issue if he has time. -
03:58 PM Feature #14938 (Open): Provide API to get same result as ruby -wc
- I'm the author of an implementation of Ruby Language Server.
Currently, it uses `RubyVM::InstructionSequence.compile... -
06:09 PM Revision 3b60f4a5 (git): [Doc] Recover example about Queue
- `trunk@42862` dropped example's last line.
https://github.com/ruby/ruby/commit/e334bb2ce5d8876b020ab681f21595e2e1c9d... -
06:06 PM Revision ac1193d3 (git): Remove obsolete comment from Module#define_method documentation
- Since 2.5, Module#define_method is public. (feature #14133)
Co-Authored-By: Miguel Landaeta <[email protected]>
git-... -
06:04 PM Revision 655b3da0 (git): Fixes the File::CREAT logger documentation
- Co-Authored-By: Matias Korhonen <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64056 b2dd0... - 06:00 PM Revision a818fca3 (git): * 2018-07-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:00 PM Revision e6282ef0 (git): Add docs to RubyVM::AST
- Co-Authored-By: Robert Mosolgo <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64054 b2dd03c... -
05:54 PM Bug #14634: Queue#push seems to crash after fork
- Hi, we've been hitting this bug at work too. I tested these commits (backported them on to Ruby 2.5) and they seem t...
-
03:31 PM Misc #14921: DevelopersMeeting20180809Japan
- (Sorry for this short comment but I think the issue here is filed under
"Bug" presently, but should perhaps be moved... -
02:55 PM Revision a763bc3c (git): insns.def: s/handles_frame/handles_sp/
- because it's more suitable to describe the current behavior now.
tool/ruby_vm/models/bare_instructions.rb: ditto.
to... -
02:36 PM Revision 218aa03c (git): mjit.c: split build stages for unix
- I'm going to build a large .so file that combines multiple .o files.
For that change, I want to confirm the impact to... -
01:54 PM Revision 40bb70c7 (git): mjit.c: completely separate compile_c_to_so
- by whether on mswin or not.
This is needed because I'm going to renew the compilation process for
unix, keeping mswi... -
12:33 PM Revision f10582d8 (git): mjit.c: prevent memory leak on realloc failure
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:31 PM Revision 3a1e3d35 (git): Update latest default gems on maintainers.rdoc and standard_library.rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:28 PM Revision 8d884d94 (git): Promote Mutex_m to Default gems.
- * lib/mutex_m.gemspec: Added initial gemspec.
* lib/mutex_m.rb: Added Mutex_m::VERSION for gemspec.
* tool/sync_d... - 12:26 PM Revision 27785eec (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:26 PM Revision 82f55bae (git): Promote Exception2MessageMapper to Default gems.
- * lib/e2mmap.gemspec: Added initial gemspec.
* lib/e2mmap/version.rb: Added Exception2MessageMapper::VERSION for ge... -
12:21 PM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
- @normalperson
Eric,
In addition to the build mentioned above, there have been two more ruby-loco builds, both w... -
08:32 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
- On 2018/07/25 17:20, Eric Wong wrote:
> I don't know, current behavior seems intentional and documented
> in RDoc:... -
08:22 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
- Koichi Sasada <[email protected]> wrote:
> I need to read your proposal with more concentrations, but one thing:
Tha... -
08:12 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
- [email protected] wrote:
> Tested with the attached patch. When Appveyor is busy, and
> with test-all using ret... -
01:03 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
- @normalperson
Eric,
Tested with the attached patch. When Appveyor is busy, and with test-all using retry, an... -
12:42 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
- > > git repository also available at:
> > https://80x24.org/ruby.git tt-lazy
> > (commit a2990cefccba55300ad44... -
12:22 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
- > git repository also available at:
> https://80x24.org/ruby.git tt-lazy
> (commit a2990cefccba55300ad44275ee4... -
12:04 AM Misc #14937: [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
- > https://bugs.ruby-lang.org/issues/14937
Hi Greg, Can you try the patch in this ticket? It shouldn't
affect wi... - 12:15 PM Revision ddb6e1f7 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:15 PM Revision bbb5dbe8 (git): Promote ThWait to Default gems.
- * lib/thwait.gemspec: Added initial gemspec.
* lib/thwait/version.rb: Added ThWait::VERSION for gemspec.
* tool/s... -
11:59 AM Revision 2b80b8bc (git): Removed duplicate task in default gems that used single test file
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:53 AM Revision 26e6462b (git): Promote Forwardable to default gems.
- * lib/forwardable.rb: Added Forwardable::VERSION and re-use it.
* lib/forwardable/forwardable.gemspec: Added initia... -
11:51 AM Revision fd87d680 (git): Removed duplicate task in default gems
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:47 AM Revision 3772c47d (git): Support logger.gemspec
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:34 AM Revision c8edd788 (git): Update latest versions of bundled gems.
- * net-telnet-0.2.0
* power_assert-1.1.3
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64039 b2dd03c8-39d4-4d8f... -
10:07 AM Bug #14898 (Open): test/lib/test/unit/parallel.rb: TestSocket#test_timestamp stuck sometimes
-
10:07 AM Bug #14898: test/lib/test/unit/parallel.rb: TestSocket#test_timestamp stuck sometimes
- http://ci.rvm.jp/results/trunk-test@frontier/1153126
doesn't fixed yet :( -
07:44 AM Feature #14922 (Assigned): Resolv getaddresses ignores AAAA records for IPv6
- Mmm, I think this is a real bug.
RUBYOPT does not work well in this case because resolve.rb is a library while RUB... -
06:22 AM Bug #14934: Unicode: Hangul normalize bug
- I have quickly looked at the tests. I understand what issue they are checking (NFC in case of a mix of current Hangul...
-
06:18 AM Feature #14915: Deprecate String#crypt
- jeremyevans0 (Jeremy Evans) wrote:
> So there are no security issues in the `sub(/\A\$2y\$/, '$2a$')`.
Great. T... -
05:09 AM Feature #14915: Deprecate String#crypt
- normalperson (Eric Wong) wrote:
> Allowing options which other servers do not support is not
> something I want, ... -
04:58 AM Feature #14915: Deprecate String#crypt
- shyouhei (Shyouhei Urabe) wrote:
> Off topic but,
>
> jeremyevans0 (Jeremy Evans) wrote:
> > Apache htpasswd gen... -
03:12 AM Feature #14915: Deprecate String#crypt
- [email protected] wrote:
> normalperson (Eric Wong) wrote:
> > Can you do it as a single option which... -
02:33 AM Feature #14915: Deprecate String#crypt
- Off topic but,
jeremyevans0 (Jeremy Evans) wrote:
> Apache htpasswd generates passwords using `$2y$`, but the has... -
12:34 AM Bug #14936 (Rejected): Ruby 2.5.1 crahes when running on Mac OS X High Sierra 10.13.6
- It is 2.2, which has reached the EOL.
https://www.ruby-lang.org/en/news/2018/06/20/support-of-ruby-2-2-has-ended/ -
12:33 AM Bug #14935 (Rejected): Inconsitent behaviour with puts and enumerator with different block format.
07/24/2018
-
11:48 PM Misc #14937 (Closed): [PATCH] thread_pthread: lazy-spawn timer-thread only on contention
- [ruby-core:87773]
```
thread_pthread: lazy-spawn timer-thread only on contention
To reduce resource use and redu... -
11:19 PM Feature #14915: Deprecate String#crypt
- normalperson (Eric Wong) wrote:
> Can you do it as a single option which doesn't involve having
> users copy+past... -
10:42 PM Feature #14915: Deprecate String#crypt
- <snip> Thanks for the research on this matter
[email protected] wrote:
> Should I prepare a patch to... -
10:00 PM Feature #14915: Deprecate String#crypt
- jeremyevans0 (Jeremy Evans) wrote:
> .htpasswd is an Apache-specific format, and Apache currently supports only 5 pa... -
11:04 PM Feature #14183: "Real" keyword argument
- Here's an alternative proposal, with the basic idea that behavior for historical ruby 1.6+ code that doesn't use keyw...
-
08:24 PM Revision f1186a3d (git): Revert "dir.c: fix glob with base when no DT_UNKNOWN"
- This reverts commit r63982.
It breaks build on Solaris 11.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64038 b... -
07:22 PM Feature #14922: Resolv getaddresses ignores AAAA records for IPv6
- Greetings. I work behind Donovan (this bug's reporter) and am also dealing with this same issue. I tracked down the s...
-
05:13 PM Bug #14935: Inconsitent behaviour with puts and enumerator with different block format.
- I think this is because `do ... end` blocks has lower precedence than `{...}` blocks. As documented in [1]. So, proba...
-
03:54 PM Bug #14935: Inconsitent behaviour with puts and enumerator with different block format.
- #puts returns `nil`, so when you're mapping you end up with `[nil, nil, nil]`, which prints with #puts as three blank...
-
12:29 PM Bug #14935 (Rejected): Inconsitent behaviour with puts and enumerator with different block format.
- ### Case: 1
```
➜ ~ ruby
puts [1,2,3].map do |i|
puts i
end
#<Enumerator:0x007ffe930b76d0>
➜ ~
# block do... -
05:01 PM Bug #14936 (Rejected): Ruby 2.5.1 crahes when running on Mac OS X High Sierra 10.13.6
- When attempting to run Arachni 1.5.1 on my Mac OS X High Sierra, I get a Ruby crash every time. I am attaching the R...
-
03:40 PM Revision cd2eaf2a (git): mjit.c: handle memory allocation failure
- which was missing in r64033.
Prior to r64033, memory allocation failure had been checked by
TRY_WITH_GC and handled ... - 03:17 PM Revision 461c79f1 (git): * 2018-07-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:17 PM Revision ba8413c2 (git): vm.c: simplify the implementation of r64031
- because such inconsistency may result in the regression fixed in r64034.
vm_exec is not touched since renaming it ma... -
02:43 PM Revision 63f51f52 (git): transform_mjit_header.rb: fix performance regression
- on r64031. Compiling vm_search_method_slowpath is very slow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64034... -
02:36 PM Revision 83c9263b (git): mjit.c: prevent GC on MJIT worker
- mjit_compile.c: ditto.
REALLOC_N, ALLOC_N and xmalloc trigger GC but it's not expected.
Other allocation calls in mj... -
12:19 PM Revision e8df28d9 (git): test_jit.rb: give up debugging cc1 issue
- in a short term, and add retries to prevent random CI failures by it.
I remember this and will address it later for ... -
12:15 PM Bug #14934: Unicode: Hangul normalize bug
- > Can you provide some test case(s)?
That is what frustrated me. I simply translated Python's test-cases for this ... -
06:07 AM Bug #14934: Unicode: Hangul normalize bug
- @MaLin: Can you provide some test case(s)?
All the test data provided by Unicode (e.g. https://www.unicode.org/Pub... -
05:15 AM Bug #14934: Unicode: Hangul normalize bug
- I'm not a expert of Ruby, I would suggest to examine the code of Hangul normalize, it looks too simple than the Unico...
-
04:56 AM Bug #14934 (Closed): Unicode: Hangul normalize bug
- I was involved to fix a similar bug in Python, I found Ruby also has bug code.
We should fix this line[1] like thi... -
12:12 PM Revision afba9cd7 (git): prefix symbols exported for mjit
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:54 AM Revision a67f47c4 (git): test_jit.rb: suppress unused variable warning
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:15 AM Revision 004f5521 (git): Try to suppress warning on some CI
- http://ci.rvm.jp/results/trunk-asserts-nopara@silicon-docker/1149270
```
/home/ko1/ruby/src/trunk-asserts-nopara/proc... -
07:47 AM Bug #14860 (Closed): Time.strptime does not work with Julian dates using %j
- Applied in changeset trunk|r64028.
----------
time.rb: yday support
* lib/time.rb (Time.make_time): added yday supp... -
07:47 AM Bug #14933 (Closed): Time.strptime with ordinal dates
- Applied in changeset trunk|r64028.
----------
time.rb: yday support
* lib/time.rb (Time.make_time): added yday supp... -
07:47 AM Revision 728b75bc (git): time.rb: yday support
- * lib/time.rb (Time.make_time): added yday support.
[ruby-core:87545] [Bug #14860]
git-svn-id: svn+ssh://ci.ruby-l... -
06:03 AM Revision 727f6ee8 (git): dsymutil needs the object files
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:38 AM Revision 8099b927 (git): * 2018-07-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:38 AM Revision 97e05dad (git): UNREACHABLE_RETURN
- * include/ruby/ruby.h (UNREACHABLE_RETURN): UNREACHABLE at the end
of non-void functions.
git-svn-id: svn+ssh://ci... -
04:59 AM Feature #14912: Introduce pattern matching syntax
- egi (Satoshi Egi) wrote:
> Let me propose you to import the functions for non-linear pattern matching with backtrack... -
04:49 AM Feature #14912: Introduce pattern matching syntax
- Let me propose you to import the functions for non-linear pattern matching with backtracking that I have implemented ...
-
04:57 AM Feature #5446: at_fork callback API
- normalperson (Eric Wong) wrote:
> Maybe Sequel and AR can have add optional PID checks
> ($$ != expected_pid), wh... -
04:42 AM Feature #5446: at_fork callback API
- [email protected] wrote:
> normalperson (Eric Wong) wrote:
> > [email protected] wrote:
> > > I want ... -
04:41 AM Feature #5446: at_fork callback API
- tenderlovemaking (Aaron Patterson) wrote:
> I think library authors can make things easier though. Web frameworks, ... -
02:02 AM Feature #10982: Clarify location of NoMethod error
- I just ran into a `SyntaxError` on heapy today (in Ruby 2.1.6) and it did exactly what I wish would occur for `NoMeth...
07/23/2018
-
10:51 PM Feature #5446: at_fork callback API
- normalperson (Eric Wong) wrote:
> [email protected] wrote:
> > normalperson (Eric Wong) wrote:
> > > It's been... -
04:17 PM Feature #14915: Deprecate String#crypt
- normalperson (Eric Wong) wrote:
> Can you provide pre-defined, accepted-as-secure implementations
> of these whic... -
03:03 PM Feature #14915: Deprecate String#crypt
- [email protected] wrote:
> shyouhei (Shyouhei Urabe) wrote:
> > - Basic authentication itself does no... -
02:00 AM Feature #14915: Deprecate String#crypt
- shyouhei (Shyouhei Urabe) wrote:
> Maybe this was my misunderstanding. Are BasicAuth and DigestAuth
> made API-c... -
01:32 AM Feature #14915: Deprecate String#crypt
- On Fri, Jul 20, 2018 at 5:51 PM, Eric Wong <[email protected]> wrote:
> "Urabe, Shyouhei" <[email protected]... -
03:52 PM Misc #14921: DevelopersMeeting20180809Japan
- > https://bugs.ruby-lang.org/issues/14921
[Feature #14717] thread: allow disabling preempt -
03:06 PM Bug #14933 (Closed): Time.strptime with ordinal dates
- Using `Time`, I cannot parse an ordinal date (https://en.wikipedia.org/wiki/ISO_8601#Ordinal_dates).
It should work ... - 09:56 AM Revision c7894575 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:56 AM Revision 0a5c78b9 (git): Revert previous commit and split lib/tracer/version.rb
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:49 AM Revision 043e17db (git): Revert partially to avoid test error temporarily
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:49 AM Revision 5b666803 (git): Fix a typo [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:22 AM Revision 7ca648e9 (git): 60 sec is not enough at all
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:08 AM Revision b2f9deee (git): increase timeout seconds.
- * test/ruby/test_io.rb (test_select_leak): increase timeout seconds
to pass this test on a high-load machine.
git... -
03:18 AM Feature #14924 (Rejected): // floor division operator
- Closing this ticket as per OP's request. Thank you for your understanding.
-
03:10 AM Feature #14183: "Real" keyword argument
- Jeremy, thank you for discussing this issue seriously.
jeremyevans0 (Jeremy Evans) wrote:
> If that was the only ... -
01:49 AM Feature #14183: "Real" keyword argument
- mame (Yusuke Endoh) wrote:
> jeremyevans0 (Jeremy Evans) wrote:
> > For a method definition like:
> >
> > ~~~
>... -
01:20 AM Feature #14183: "Real" keyword argument
- Sorry, it seems my original description was unclear. I think it can be rephased very simply:
* keyword argument M... -
01:06 AM Feature #14183: "Real" keyword argument
- jeremyevans0 (Jeremy Evans) wrote:
> For a method definition like:
>
> ~~~
> def foo(hsh={})
> end
> ~~~
>
... -
01:54 AM Feature #14912: Introduce pattern matching syntax
- ktsj (Kazuki Tsujimoto) wrote:
> Thanks for the feedback.
>
> > But I feel the deconstruct method of Struct in th... -
12:24 AM Feature #14912: Introduce pattern matching syntax
- ktsj (Kazuki Tsujimoto) wrote:
> > - Deconstruction seems fragile; For instance the following case statement matche... - 01:07 AM Revision 8a3ed368 (git): Revert "thread.c (rb_thread_fd_select): remove unnecessary rb_fd_resize calls"
- This reverts commit r64017
(git commit 2ff85621690f4f5b0dff9226ac68418a950a6919).
Nevermind, haven't had enough coff... - 12:51 AM Revision 2ff85621 (git): thread.c (rb_thread_fd_select): remove unnecessary rb_fd_resize calls
- There's no need to resize each rb_fdset_t to match the size of
the biggest one. This can allow some small memory sav...
07/22/2018
-
10:55 PM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- > I've proposed String#space_only?, like String#ascii_only?.
I very much support `#space_only?`, it still fills th... -
10:45 PM Feature #14932 (Open): Dynamically adjust method cache size at runtime
- I am not sure exactly how we can pull this off, but this very much fits into our mission of making Ruby fast
http:... -
09:59 PM Bug #14928: [BUG] Segmentation fault | Fiddle with Windows APIs
- > The second argument of RtlMoveMemory is source pointer, not the size.
> And, buf is an array of single char string... -
02:55 PM Bug #14928 (Rejected): [BUG] Segmentation fault | Fiddle with Windows APIs
-
02:55 PM Bug #14928 (Feedback): [BUG] Segmentation fault | Fiddle with Windows APIs
- This is a bug in your code, not ruby's.
```
rtl_move_memory.call(ptr.to_i, buf.size.to_i, shellcode_calc.size.to_... -
06:42 PM Feature #14924: // floor division operator
- > Out of curiosity what are you doing that needs integer division? :)
For example in my window manager I have som... - 04:03 PM Revision 0c32ffc7 (git): * 2018-07-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:03 PM Revision 02cae85e (git): object.c: prefer base optarg
- * object.c (rb_f_integer): prefer `base` optional argument over
keyword arguments. this issue should be resolved m... -
10:47 AM Bug #14926 (Closed): Different results between Enumerable#sum and #reduce when Float::INFINITY present
- Applied in changeset trunk|r64014.
----------
fix sum on infinity
* array.c (rb_ary_sum): consider non-finite float... -
10:47 AM Revision 67cacdb8 (git): fix sum on infinity
- * array.c (rb_ary_sum): consider non-finite floats.
[ruby-core:88024] [Bug #14926]
* enum.c (sum_iter): ditto.
gi... -
10:02 AM Revision b22352af (git): Remove needless `nacl` check
- `nacl` support already removed by https://github.com/ruby/ruby/pull/1726.
[Fix GH-1920]
From: yuuji.yaginuma <yuuji... -
08:53 AM Feature #14931 (Open): [DOC] exception keyword argument is not documented in some methods
- Some methods accept exception keyword argument since 2.6.0, but it is not documented in rdoc yet.
In NEWS,
* ... -
07:42 AM Feature #14859: [PATCH] implement Timeout in VM
- [email protected] wrote:
> normalperson (Eric Wong) wrote:
> > Yes. The "timeout scheduler" is the same ide... -
04:39 AM Feature #14930: sample/trick2018
- sample/trick2018/03-tompng ですが、trunk では動かないようです。
* `Gemfile` で `ruby '2.5.0'` に固定されているので、そのままだと trunk で bundle ins... - 02:53 AM Revision 0cc4bb7d (git): * 2018-07-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:53 AM Revision 4e1f2067 (git): test_rubyoptions.rb: allow passing test_verbose
- with --jit.
`./ruby --jit -Itest/lib test/ruby/test_rubyoptions.rb -n "TestRubyOptions#test_verbose"`
has failed wit...
07/21/2018
-
10:37 PM Bug #14926: Different results between Enumerable#sum and #reduce when Float::INFINITY present
- Yes, definitely a bug in the algorithm trying to minimize floating errors. Result must be `Float::INFINITY`.
sheve... -
01:07 PM Feature #14930 (Closed): sample/trick2018
- Applied in changeset trunk|r64008.
----------
sample/trick2018/: adds the top-five entries of TRICK 2018
See https:... -
12:54 PM Feature #14930 (Closed): sample/trick2018
- まだ TRICK FINAL の上位作品が sample に追加されていないようです。
https://github.com/tric/trick2018
過去の回も含めて情報を探してみると以下のように、何作品を追加するのかは... - 01:07 PM Revision 85402fa3 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:07 PM Revision c5229a94 (git): * append newline at EOF.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:07 PM Revision e613cdd5 (git): sample/trick2018/: adds the top-five entries of TRICK 2018
- See https://github.com/tric/trick2018 for TRICK 2018.
Fixes #14930.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
12:49 PM Feature #14924: // floor division operator
- ~~~ text
I think it may be subjective, 99 % of the time I do want integer
~~~
Out of curiosity what are you do... -
09:29 AM Misc #14917 (Assigned): Add RDoc documents to tar ball
- We welcomed your feature. But We have some concerns.
The bundled documents increases tarball size caused by many of ... -
08:09 AM Feature #14859: [PATCH] implement Timeout in VM
- normalperson (Eric Wong) wrote:
> Yes. The "timeout scheduler" is the same idea I used for auto-fiber.
> It uses... -
04:19 AM Feature #14915: Deprecate String#crypt
- normalperson (Eric Wong) wrote:
> [email protected] wrote:
> > Personally, I think it's best to punt a... -
03:26 AM Bug #14929 (Closed): [PATCH] thread.c (do_select): fix leak on exception
- Applied in changeset trunk|r64007.
----------
thread.c (do_select): fix leak on exception
When do_select is interru... -
03:04 AM Bug #14929 (Closed): [PATCH] thread.c (do_select): fix leak on exception
- ```
thread.c (do_select): fix leak on exception
When do_select is interrupted and raise happens from
RUBY_VM_CHE... - 03:26 AM Revision 8d0f5f1b (git): thread.c (do_select): fix leak on exception
- When do_select is interrupted and raise happens from
RUBY_VM_CHECK_INTS_BLOCKING, the original FD sets we copied
do n... -
12:34 AM Feature #14912: Introduce pattern matching syntax
- Thanks for the feedback.
> But I feel the deconstruct method of Struct in the sample code is tricky
> because it ...
07/20/2018
- 10:30 PM Revision 33c74657 (git): * 2018-07-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:30 PM Revision 8f78430d (git): test/-ext-/gvl/test_last_thread.rb: skip under MJIT
- Spurious wakeup is unavoidable with MJIT; and any real
code must be able to deal with spurious wakeup anyways.
[ruby... -
09:06 PM Bug #14928 (Rejected): [BUG] Segmentation fault | Fiddle with Windows APIs
- Hello guys
I need help in `Fiddle` it's really missing documentation and examples
I have the following code (htt... -
08:52 PM Feature #5446: at_fork callback API
- [email protected] wrote:
> normalperson (Eric Wong) wrote:
> > It's been a known problem for decades, now (at le... -
12:06 PM Feature #5446: at_fork callback API
- normalperson (Eric Wong) wrote:
> It's been a known problem for decades, now (at least since the
> days of mod_pe... -
10:22 AM Feature #5446: at_fork callback API
- [email protected] wrote:
> IMHO, this is is still very much needed for cases using plain fork().
> The default cl... -
08:23 PM Feature #14927: Loading multiple files at once
- Dir glob has to find all files, sort them, create objects.
Then require loads them again from the filesystem...
I... -
07:17 PM Feature #14927: Loading multiple files at once
- I wanted to propose a more sophisticated load-process in ruby some time ago, but I never got
around it. I am even th... -
06:13 PM Feature #14927 (Assigned): Loading multiple files at once
- Just a proof concept I wanted to share. Maybe it could be useful?
Say you want to load all the .rb files in your l... -
07:26 PM Bug #14926: Different results between Enumerable#sum and #reduce when Float::INFINITY present
- I sort of agree; I would have expected the same result.
Other arrays with numbers output the same result:
[... -
04:25 PM Bug #14926 (Closed): Different results between Enumerable#sum and #reduce when Float::INFINITY present
- When `Float::INFINITY` is present in array, `Enumerable#sum` and `Enumerable#reduce(0, &:+)` are giving different res...
-
05:32 PM Feature #14924: // floor division operator
- > In my job, I have to do many math operations. And it's kind of a pain because of integer division (3 / 2 == 1). I ...
-
01:45 PM Feature #14924: // floor division operator
- Oh too bad regular expressions use the same synthax. :(
Yes, it's a big breaking change to always return a float w... -
01:35 PM Feature #14924: // floor division operator
- Changing the behavior of Integer#/ has been already rejected.
https://bugs.ruby-lang.org/issues/5512#note-12
> ... -
01:32 PM Feature #14924: // floor division operator
- There was an exactly same proposal (I can't remember the issue number), but rejected because it conflicted with a Reg...
-
01:13 PM Feature #14924 (Rejected): // floor division operator
- Hello!
In my job, I have to do many math operations. And it's kind of a pain because of integer division (3 / 2 ==... -
05:31 PM Bug #14923: Segmentation fault when running tests
- Please, disregard this bug.
-
02:39 PM Feature #14925: Kernel#assert(expression)
- I can't say whether it is necessary or not; I test my ruby code
quite differently (and really sparingly) compared to... -
01:27 PM Feature #14925 (Open): Kernel#assert(expression)
- Sometimes, you want to quickly test your code, but it's overkill to reach for a unit test library.
So could it be ... -
10:53 AM Feature #12306: Implement String #blank? #present? and improve #strip and family to handle unicode
- I've proposed `String#space_only?`, like `String#ascii_only?`.
-
09:04 AM Feature #14915: Deprecate String#crypt
- [email protected] wrote:
> Personally, I think it's best to punt and require the user
> provide implem... -
08:52 AM Feature #14915: Deprecate String#crypt
- "Urabe, Shyouhei" <[email protected]> wrote:
> normalperson (Eric Wong) wrote:
> > It's only the BasicAuth c... -
02:24 AM Revision d6ec1241 (git): Promote Shell library to default gems.
- * doc/*: Move entry to default gems category from standard library.
* lib/shell/*: Added `Shell::VERSION` and re-us... -
01:48 AM Revision 6d4a5caa (git): Fixed wrong library patFixed wrong library pathh
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:40 AM Revision 5e4ab84d (git): Do not use `git ls-files` for file listing.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:26 AM Revision 997830cd (git): * 2018-07-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:25 AM Revision 43fbdfe8 (git): Promote Tracer to default gems.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom