[#118415] [Ruby master Bug#20601] Configuration flags are not properly propagated to assembler — "vo.x (Vit Ondruch) via ruby-core" <ruby-core@...>

Issue #20601 has been reported by vo.x (Vit Ondruch).

7 messages 2024/07/02

[#118467] [Ruby master Feature#20610] Float::INFINITY as IO.select timeout argument — "akr (Akira Tanaka) via ruby-core" <ruby-core@...>

Issue #20610 has been reported by akr (Akira Tanaka).

8 messages 2024/07/07

[#118483] [Ruby master Bug#20614] Integer#size returns incorrect values on 64-bit Windows — surusek via ruby-core <ruby-core@...>

SXNzdWUgIzIwNjE0IGhhcyBiZWVuIHJlcG9ydGVkIGJ5IHN1cnVzZWsgKMWBdWthc3ogU3VyKS4N

10 messages 2024/07/08

[#118577] [Ruby master Bug#20631] Build failure with Xcode 16 beta and macOS 15 (Sequoia) Beta — "hsbt (Hiroshi SHIBATA) via ruby-core" <ruby-core@...>

Issue #20631 has been reported by hsbt (Hiroshi SHIBATA).

9 messages 2024/07/12

[#118682] [Ruby master Misc#20652] Memory allocation for gsub has increased from Ruby 2.7 to 3.3 — "orisano (Nao Yonashiro) via ruby-core" <ruby-core@...>

Issue #20652 has been reported by orisano (Nao Yonashiro).

28 messages 2024/07/25

[ruby-core:118525] [Ruby master Bug#20622] irb: invalid byte sequence in UTF-8

From: "chmaynard (Craig Maynard) via ruby-core" <ruby-core@...>
Date: 2024-07-09 20:32:26 UTC
List: ruby-core #118525
Issue #20622 has been updated by chmaynard (Craig Maynard).


Ruby $ irb
/opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline/config.rb:172:in `match': invalid byte sequence in UTF-8 (ArgumentError)

      next if line.match(/\A\s*#/)
                         ^^^^^^^^
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline/config.rb:172:in `match'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline/config.rb:172:in `block in read_lines'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline/config.rb:171:in `each'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline/config.rb:171:in `each_with_index'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline/config.rb:171:in `read_lines'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline/config.rb:127:in `read'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline.rb:316:in `inner_readline'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline.rb:268:in `block (2 levels) in readmultiline'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline/ansi.rb:162:in `block in with_raw_input'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline/ansi.rb:162:in `raw'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline/ansi.rb:162:in `with_raw_input'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline.rb:267:in `block in readmultiline'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline.rb:261:in `synchronize'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline.rb:261:in `readmultiline'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/forwardable.rb:240:in `readmultiline'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/irb/input-method.rb:474:in `gets'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/irb.rb:1073:in `block in read_input'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/irb.rb:1380:in `signal_status'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/irb.rb:1071:in `read_input'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/irb.rb:1093:in `readmultiline'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/irb.rb:1118:in `block in each_top_level_statement'
	from <internal:kernel>:187:in `loop'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/irb.rb:1117:in `each_top_level_statement'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/irb.rb:1040:in `eval_input'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/irb.rb:1021:in `block in run'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/irb.rb:1020:in `catch'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/irb.rb:1020:in `run'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/irb.rb:904:in `start'
	from /opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/gems/3.3.0/gems/irb-1.13.1/exe/irb:9:in `<top (required)>'
	from /opt/homebrew/opt/ruby/bin/irb:25:in `load'
	from /opt/homebrew/opt/ruby/bin/irb:25:in `<main>'


----------------------------------------
Bug #20622: irb: invalid byte sequence in UTF-8
https://bugs.ruby-lang.org/issues/20622#change-109045

* Author: chmaynard (Craig Maynard)
* Status: Open
* ruby -v: ruby 3.3.3 (2024-06-12 revision f1c7b6f435) [arm64-darwin23]
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
Ruby $ irb
/opt/homebrew/Cellar/ruby/3.3.3/lib/ruby/3.3.0/reline/config.rb:172:in `match': invalid byte sequence in UTF-8 (ArgumentError)

      next if line.match(/\A\s*#/)
                         ^^^^^^^^




-- 
https://bugs.ruby-lang.org/
 ______________________________________________
 ruby-core mailing list -- ruby-core@ml.ruby-lang.org
 To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
 ruby-core info -- https://ml.ruby-lang.org/mailman3/lists/ruby-core.ml.ruby-lang.org/


In This Thread