Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
d71be727 11/06/2024 04:31 AM nobu (Nobuyoshi Nakada)

[Bug #20873] Consider -FIXNUM_MIN overflow

-FIXNUM_MIN is usually greater than FIXNUM_MAX on platforms using
two's complement representation.

18c3e2d9 11/06/2024 03:58 AM nobu (Nobuyoshi Nakada)

Assert newly added warning in JSON.load

c690ca03 11/06/2024 03:37 AM nobu (Nobuyoshi Nakada)

Ignore return value of into_raw_fd

Fix as the compiler orders:

warning: unused return value of `into_raw_fd` that must be used
   --> ../src/yjit/src/disasm.rs:123:21
    |
123 |                     file.into_raw_fd(); // keep the fd open
    |                     ^^^^^^^^^^^^^^^^^^...
ab7ab9e4 11/06/2024 02:06 AM ko1 (Koichi Sasada)

Warning[:strict_unused_block]

to show unused block warning strictly.

class C
  def f = nil
end

class D
  def f = yield
end

[C.new, D.new].each{|obj| obj.f{}}

In this case, D#f accepts a block. However C#f doesn't
accept a block. There are some cases passing a block with...

4203c70d 11/05/2024 10:08 PM kddnewton (Kevin Newton)

Allow eval to see top scope

Fixes [Bug #20856]

Co-Authored-By: Aaron Patterson

4120f2ba 11/05/2024 05:00 PM byroot (Jean Boussier)

[ruby/json] Appease ruby/ruby CI

https://github.com/ruby/json/commit/bc2c970ce4

633f65e4 11/05/2024 05:00 PM byroot (Jean Boussier)

[ruby/json] Strip whitespaces

https://github.com/ruby/json/commit/e85107197b

99872986 11/05/2024 05:00 PM byroot (Jean Boussier)

Update depend files

ca8f21ac 11/05/2024 05:00 PM byroot (Jean Boussier)

[ruby/json] Resync

e8522f06 11/05/2024 05:00 PM Eregon (Benoit Daloze)

[ruby/json] Re-enable passing test

https://github.com/ruby/json/commit/82d21f01c5

View all revisions | View revisions

Also available in: Atom