[#101179] Spectre Mitigations — Amel <amel.smajic@...>
Hi there!
5 messages
2020/12/01
[#101180] Re: Spectre Mitigations
— Chris Seaton <chris@...>
2020/12/01
I wouldn’t recommend using Ruby to run in-process untrusted code in the first place. Are people doing that?
[#101694] Ruby 3.0.0 Released — "NARUSE, Yui" <naruse@...>
We are pleased to announce the release of Ruby 3.0.0. From 2015 we
4 messages
2020/12/25
[ruby-core:101423] [Ruby master Feature#5607] Inconsistent reaction in Range of String
From:
mame@...
Date:
2020-12-12 04:18:24 UTC
List:
ruby-core #101423
Issue #5607 has been updated by mame (Yusuke Endoh).
Status changed from Assigned to Closed
The almost same issue #13663 has been closed.
----------------------------------------
Feature #5607: Inconsistent reaction in Range of String
https://bugs.ruby-lang.org/issues/5607#change-89189
* Author: maso (Yen-Nan Lin)
* Status: Closed
* Priority: Normal
* Assignee: duerst (Martin Dst)
----------------------------------------
=begin
When I tried to access excel file, I found some inconsistent behavior about range of string.
ruby-1.9.3-p0 :001 > ("A".."AB").to_a
=> ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "AA", "AB"]
This behavior is as what I thought.
ruby-1.9.3-p0 :002 > ("X".."AB").to_a
=> []
However, I tried to access "X" to "AB", and its reaction is inconsistent with above example.
I hope that behavior would be consistent in future release.
Thanks!
=end
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>