[#97086] [Ruby master Bug#16612] Enumerator::ArithmeticSequence#last with float range produces incorrect value — muraken@...
Issue #16612 has been updated by mrkn (Kenta Murata).
4 messages
2020/02/07
[#97307] [Ruby master Feature#16663] Add block or filtered forms of Kernel#caller to allow early bail-out — headius@...
Issue #16663 has been reported by headius (Charles Nutter).
29 messages
2020/02/28
[ruby-core:97095] [PATCH] Modify shebang of libexec/y2racc and libexec/racc2y.
From:
Wang Mingyu <wangmy@...>
Date:
2020-02-08 16:14:56 UTC
List:
ruby-core #97095
change /usr/local/bin/ruby to /usr/bin/env ruby. Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> --- libexec/racc2y | 2 +- libexec/y2racc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/racc2y b/libexec/racc2y index f88d73ed2c..74e49cfa21 100755 --- a/libexec/racc2y +++ b/libexec/racc2y @@ -1,4 +1,4 @@ -#!/usr/local/bin/ruby +#!/usr/bin/env ruby # # $Id$ # diff --git a/libexec/y2racc b/libexec/y2racc index 7933f94153..36daf864e1 100755 --- a/libexec/y2racc +++ b/libexec/y2racc @@ -1,4 +1,4 @@ -#!/usr/local/bin/ruby +#!/usr/bin/env ruby # # $Id$ # -- 2.17.1 Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>