Project

General

Profile

Activity

From 04/17/2023 to 04/23/2023

04/23/2023

10:10 PM Misc #19613 (Closed): Add version information to all function documentation
hsbt (Hiroshi SHIBATA)
05:02 PM Misc #19613: Add version information to all function documentation
Ruby solves this problem by generating separate documentation for each version: https://docs.ruby-lang.org/en/ . If ... jeremyevans0 (Jeremy Evans)
02:41 PM Misc #19613: Add version information to all function documentation
fix fulldecent (William Entriken)
02:27 PM Misc #19613: Add version information to all function documentation
still editin issue... hold on a sec fulldecent (William Entriken)
02:27 PM Misc #19613 (Closed): Add version information to all function documentation
Ruby does not properly support semantic versioning. [1]
Therefore, for example, the function File#exist? should sp...
fulldecent (William Entriken)
06:41 PM Revision ec211ad5 (git): [ruby/irb] fix typo in tracer (https://github.com/ruby/irb/pull/565)
https://github.com/ruby/irb/commit/2f567f3d3e Yusuf Daniju
04:26 AM Bug #19612 (Feedback): Embed error
I suspect the `CC` is different from the compiler used to build the ruby. nobu (Nobuyoshi Nakada)
02:18 AM Bug #19612 (Feedback): Embed error
Makefile:
```makefile
INC_DIRS=$(HOME)/.rvm/rubies/ruby-3.2.0/include/ruby/
LIB=$(HOME)/.rvm/rubies/ruby-3.2.0/li...
hdiwan415 (Hasan Diwan)
03:01 AM Revision dafbaabc (git): Check the precision of `getrusage` at runtime
nobu (Nobuyoshi Nakada)

04/22/2023

12:21 PM Revision c5529aa5 (git): Fix a guard of `Process.times`
`GETRUSAGE_BASED_CLOCK_PROCESS_CPUTIME_ID` clock uses `getrusage`
always if available as the name states. That is if...
nobu (Nobuyoshi Nakada)
12:21 PM Revision 4cff7a92 (git): Fix an example of `Process.times`
Prior to commit 5806c54447439f2ba22892e4045e78dd80f96f0c, it was "at
least one result with precision beyond milliseco...
nobu (Nobuyoshi Nakada)
06:58 AM Revision 1702b0f4 (git): Remove unused opt_call_c_function insn (#7750)
k0kubun (Takashi Kokubun)

04/21/2023

03:39 PM Feature #19607: Introduce `Hash#symbolize_keys`.
nobu (Nobuyoshi Nakada) wrote in #note-4:
> I have never needed such operation.
> What’s the use case?
dealing w...
janosch-x (Janosch Müller)
01:24 PM Revision de5cd5a6 (git): Use shorter path as `SPEC_TEMP_DIR`
The temporary directory under the build directory may be too long as a
UNIX socket path. On macOS, the default `TMPD...
nobu (Nobuyoshi Nakada)
01:17 PM Revision e956052f (git): Skip when unix socket path is too long
Eventually the path directly under "/tmp" is complained by `rm_r` in
spec/mspec/lib/mspec/helpers/fs.rb.
nobu (Nobuyoshi Nakada)
12:50 PM Misc #19608: Being a co-maintainer of the ruby/openssl for the OpenSSL FIPS mode
@hsbt thanks for your help!
Everyone, any other comments?
jaruga (Jun Aruga)
12:28 PM Revision 39bbbd76 (git): Add rubyspec-capiext on mswin
nobu (Nobuyoshi Nakada)
12:20 PM Bug #19611 (Closed): Ruby hangs up with `while true && true`
Fails to run this code. It hangs up. Ctrl+C does not work.
~~~ruby
def hoge
while true && true
end
end
~~~
...
tompng (tomoya ishida)
07:23 AM Misc #19599: DevMeeting-2023-05-10 @ Matsumoto, Japan
* [Feature #18368] Range#step semantics change for non-Numeric ranges (zverok)
* Implementation is provided, but ...
zverok (Victor Shepelev)
06:22 AM Revision 94a418d0 (git): [ruby/rinda] Expose Rinda::VERSION
https://github.com/ruby/rinda/commit/fa3865ac48 hsbt (Hiroshi SHIBATA)
04:46 AM Revision b9b43a10 (git): [ruby/win32ole] Reuse WIN32OLE_VERSION for gem version
https://github.com/ruby/win32ole/commit/bff3ea8b0b hsbt (Hiroshi SHIBATA)
04:21 AM Revision 9702a814 (git): [ruby/fcntl] Expose Fcntl::VERSION
https://github.com/ruby/fcntl/commit/cb8e414e9f hsbt (Hiroshi SHIBATA)

04/20/2023

11:09 PM Revision 072ef7a1 (git): YJIT: invokesuper: Remove cme mid matching check
This check was introduced to match an assertion in the C YJIT when this
was originally introduced. I don't believe it...
jhawthorn (John Hawthorn)
10:35 PM Revision a42c36c0 (git): YJIT: Merge lower_stack into the split pass (#7748)
k0kubun (Takashi Kokubun)
08:53 PM Revision ae90fa98 (git): [DOC] Documentation for flags of RClass
peterzhu2118 (Peter Zhu)
08:31 PM Revision 277098bd (git): Fix inaccurate comment
maximecb (Maxime Chevalier-Boisvert)
08:08 PM Revision 64a25977 (git): YJIT: Merge csel and mov on arm64 (#7747)
* YJIT: Refactor arm64_split with &mut insn
* YJIT: Merge csel and mov on arm64
k0kubun (Takashi Kokubun)
05:05 PM Revision 995b960c (git): YJIT: Avoid splitting mov for small values on arm64 (#7745)
* YJIT: Avoid splitting mov for small values on arm64
* Fix a comment
Co-authored-by: Alan Wu <[email protected]...
k0kubun (Takashi Kokubun)
04:31 PM Feature #19610: GC.delay_promotion
I think this will be beneficial to most Rails apps (and probably most workloads in general), so I do agree that it wo... peterzhu2118 (Peter Zhu)
04:10 PM Feature #19610: GC.delay_promotion
Is there really a substantial benefit in putting it behind a flag?
From my understanding, old objects for the most...
byroot (Jean Boussier)
03:51 PM Feature #19610 (Rejected): GC.delay_promotion
GitHub Pull Request: https://github.com/ruby/ruby/pull/7683
I'm proposing `GC.delay_promotion`, which is a feature...
peterzhu2118 (Peter Zhu)
03:54 PM Misc #19599: DevMeeting-2023-05-10 @ Matsumoto, Japan
* [Feature #19610] GC.delay_promotion (peterzhu2118)
* This feature changes the GC to not immediately promote youn...
peterzhu2118 (Peter Zhu)
01:27 PM Bug #19609 (Open): net/http ignores open_timeout, read_timeout on Windows
This small sample works fine on Linux (it takes 2 seconds to finish) but on Windows, it always fails with a timeout a... inversion (Yura Babak)
01:57 AM Revision ce38ad69 (git): [rubygems/rubygems] util/rubocop -A
https://github.com/rubygems/rubygems/commit/784e5e2fe5 hsbt (Hiroshi SHIBATA)
01:57 AM Revision b42f0094 (git): [rubygems/rubygems] Support Symbol and URL keys
https://github.com/rubygems/rubygems/commit/3bda049c73 hsbt (Hiroshi SHIBATA)
01:57 AM Revision 4bb0e01d (git): [rubygems/rubygems] warn message when RubyGems handle invalid yaml like 'invalid: foo: bar'
https://github.com/rubygems/rubygems/commit/b8d0c25b7e hsbt (Hiroshi SHIBATA)
01:57 AM Revision dbcdac00 (git): [rubygems/rubygems] Revert "Bundler::YAMLSerializer.load couldn't raise error when invalid yaml was provided"
This reverts commit https://github.com/rubygems/rubygems/commit/cfcfde04c783.
https://github.com/rubygems/rubygems/c...
hsbt (Hiroshi SHIBATA)
01:29 AM Revision 5579cbe2 (git): Ignore ASCII-incompatible scripts under spec/ruby [ci skip]
nobu (Nobuyoshi Nakada)
01:28 AM Revision ad4a1602 (git): Exit explicitly instead of !
nobu (Nobuyoshi Nakada)
01:25 AM Revision 2d301945 (git): Run source file checks on all branches
nobu (Nobuyoshi Nakada)
12:57 AM Revision 7821708c (git): Use ASCII-compatible encoding for tests
Since these files are written in a wide character encoding, stop at
first NUL byte and are actually empty. ASCII-inc...
nobu (Nobuyoshi Nakada)
12:25 AM Revision d2d0954c (git): YJIT: Replace Mov with LoadInto on arm64 (#7744)
* YJIT: Replace Mov with LoadInto on arm64
* YJIT: Add a test for the new pass
k0kubun (Takashi Kokubun)

04/19/2023

11:30 PM Revision 5fc11f30 (git): YJIT: Tweak asm comments (#7743)
k0kubun (Takashi Kokubun)
08:08 PM Revision 2531bb0b (git): YJIT: Remove Insn::RegTemps (#7741)
* YJIT: Remove Insn::RegTemps
* Update a comment
Co-authored-by: Maxime Chevalier-Boisvert <maximechevalierb@gmail....
k0kubun (Takashi Kokubun)
09:26 AM Feature #15017: Provide extended information about Signal
With a passing interest, since I've worked in the guts of this code, I believe the situation you are describing sound... ioquatix (Samuel Williams)
08:20 AM Feature #19560: IO#close_on_fork= and IO#close_on_fork?
I found an issue about O_CLOFORK after the meeting.
It closes FD in a child process at fork.
But it does not close ...
akr (Akira Tanaka)
06:59 AM Revision 74772840 (git): Hide Gem::MockGemUi. It's only used by tests
hsbt (Hiroshi SHIBATA)
06:56 AM Revision d1c42da7 (git): [rubygems/rubygems] To use Gem::YAMLSerializer in Bundler
https://github.com/rubygems/rubygems/commit/5351e01b32 hsbt (Hiroshi SHIBATA)
06:56 AM Revision 40d1a000 (git): [rubygems/rubygems] Copy YAMLSerializer from Bundler
https://github.com/rubygems/rubygems/commit/6a97346708 hsbt (Hiroshi SHIBATA)
06:56 AM Revision 62e5ba53 (git): [rubygems/rubygems] Added tests for load_with_rubygems_config_hash and dump_with_rubygems_yaml
https://github.com/rubygems/rubygems/commit/0393f24119 hsbt (Hiroshi SHIBATA)
06:56 AM Revision 8b95b33a (git): [rubygems/rubygems] Bundler::YAMLSerializer.load couldn't raise error when invalid yaml was provided
https://github.com/rubygems/rubygems/commit/cfcfde04c7 hsbt (Hiroshi SHIBATA)
06:56 AM Revision 92ab4e41 (git): [rubygems/rubygems] Replaced Gem::ConfigFile.dump_with_rubygems_yaml for saveing configuration
https://github.com/rubygems/rubygems/commit/46438e61cd hsbt (Hiroshi SHIBATA)
06:56 AM Revision ef54a9ae (git): [rubygems/rubygems] Introduce self.load_with_rubygems_config_hash
https://github.com/rubygems/rubygems/commit/9175b8cf2a hsbt (Hiroshi SHIBATA)
06:56 AM Revision 644d7df0 (git): [rubygems/rubygems] Introduce self.dump_with_rubygems_yaml
https://github.com/rubygems/rubygems/commit/3d3b0d80a1 hsbt (Hiroshi SHIBATA)
06:56 AM Revision 45655089 (git): [rubygems/rubygems] Removed trailing-slash for domain
https://github.com/rubygems/rubygems/commit/81ba58f445 hsbt (Hiroshi SHIBATA)
06:56 AM Revision cdc2e3de (git): [rubygems/rubygems] Wrap self.convert_rubygems_config_hash from Bundler::YAMLSerializer.load
https://github.com/rubygems/rubygems/commit/080880ac23 hsbt (Hiroshi SHIBATA)
06:56 AM Revision 7b959f62 (git): [rubygems/rubygems] Move all changes only in RubyGems
https://github.com/rubygems/rubygems/commit/d842e2092f hsbt (Hiroshi SHIBATA)
06:56 AM Revision 30b3290f (git): [rubygems/rubygems] Added guard condition for replacing __ variable in YAML keys
https://github.com/rubygems/rubygems/commit/e7d31405ea hsbt (Hiroshi SHIBATA)
06:56 AM Revision d0dc6179 (git): [rubygems/rubygems] Replaced load_yaml_file with Bundler::YAMLSerializer
https://github.com/rubygems/rubygems/commit/1ed5fc018e hsbt (Hiroshi SHIBATA)
06:56 AM Revision 3988b1d4 (git): [rubygems/rubygems] api_key is always contained string
https://github.com/rubygems/rubygems/commit/925f7f6717 hsbt (Hiroshi SHIBATA)
06:56 AM Revision bf8d8ce1 (git): [rubygems/rubygems] Keep compatiblity of Bundler specs
https://github.com/rubygems/rubygems/commit/b211eeacba hsbt (Hiroshi SHIBATA)
06:56 AM Revision 364c2fea (git): [rubygems/rubygems] Replaced empty hash to nil value in YAML
https://github.com/rubygems/rubygems/commit/8771fbf53d hsbt (Hiroshi SHIBATA)
06:56 AM Revision 7e537e96 (git): [rubygems/rubygems] Only convert old URL key name when it's contained double underscore
https://github.com/rubygems/rubygems/commit/a4bfa2ef94 hsbt (Hiroshi SHIBATA)
06:56 AM Revision e684eb9e (git): [rubygems/rubygems] Added missing require for Bundler::YAMLSerializer
https://github.com/rubygems/rubygems/commit/55ef32fdd7 hsbt (Hiroshi SHIBATA)
06:56 AM Revision 9365492f (git): [rubygems/rubygems] Fix regexp for Symbol
https://github.com/rubygems/rubygems/commit/9a3ed682a0 hsbt (Hiroshi SHIBATA)
06:56 AM Revision 1225eff3 (git): [rubygems/rubygems] Don't use Psych
https://github.com/rubygems/rubygems/commit/d6555aaa28 hsbt (Hiroshi SHIBATA)
06:56 AM Revision 038c6e77 (git): [rubygems/rubygems] Added explicitly loading for Gem::SafeYAML
https://github.com/rubygems/rubygems/commit/3d9d587dd7 hsbt (Hiroshi SHIBATA)
06:56 AM Revision 2c91ec08 (git): [rubygems/rubygems] We need to convert empty string for nil value
https://github.com/rubygems/rubygems/commit/348c82311f hsbt (Hiroshi SHIBATA)
06:56 AM Revision fd981ebf (git): [rubygems/rubygems] Handle Symbol value
https://github.com/rubygems/rubygems/commit/c98677d073 hsbt (Hiroshi SHIBATA)
06:56 AM Revision 2014dc5e (git): [rubygems/rubygems] Handle Symbol key and Interger and Boolean values
https://github.com/rubygems/rubygems/commit/63efdac045 hsbt (Hiroshi SHIBATA)
06:56 AM Revision 6f50ecfe (git): [rubygems/rubygems] Try to use pure-ruby YAML serializer for configuration
https://github.com/rubygems/rubygems/commit/3268d40974 hsbt (Hiroshi SHIBATA)
05:53 AM Revision 628e4327 (git): fix `NameError` message
The following code produces two NameErrors respectively
and they are independent, but the second one can show
`privat...
ko1 (Koichi Sasada)
05:02 AM Bug #19401 (Closed): [Doc] Broken links in CSV documentation
This issue is generation problem by https://github.com/ruby/docs.ruby-lang.org. We should move to docs.ruby-lang.org ... hsbt (Hiroshi SHIBATA)
04:08 AM Revision 62781d47 (git): * remove trailing spaces. [ci skip]
git[bot]
04:08 AM Revision a1c2c274 (git): Refactor `Regexp#match` cache implementation (#7724)
* Refactor Regexp#match cache implementation
Improved variable and function names
Fixed [Bug 19537] (Maybe fixed in ...
make_now_just (Hiroya Fujinami)
02:06 AM Misc #19608 (Assigned): Being a co-maintainer of the ruby/openssl for the OpenSSL FIPS mode
+1
I'll support @jaruga if you need extra permissions of our resources.
hsbt (Hiroshi SHIBATA)
01:21 AM Feature #19607: Introduce `Hash#symbolize_keys`.
The typical implementation `transform_keys(&:to_sym)` seems fairly common.
https://github.com/search?q=%22transform_...
ioquatix (Samuel Williams)
12:34 AM Feature #19607: Introduce `Hash#symbolize_keys`.
ioquatix (Samuel Williams) wrote in #note-5:
> https://github.com/search?q=repo%3Arails%2Frails%20symbolize_keys&typ...
nobu (Nobuyoshi Nakada)
12:05 AM Feature #19607: Introduce `Hash#symbolize_keys`.
https://github.com/search?q=repo%3Arails%2Frails%20symbolize_keys&type=code
or more generally:
https://github.c...
ioquatix (Samuel Williams)
12:23 AM Revision 8023da74 (git): Adjust indent [ci skip]
nobu (Nobuyoshi Nakada)
12:23 AM Revision 7b3932a9 (git): Ignore markdown files only commits [ci skip]
Removed from compilers.yml at 90c8f7ca6bef734d4f347f1ddd3b541ba4ebdea8
carelessly, and seems copied to annocheck.yml ...
nobu (Nobuyoshi Nakada)
12:16 AM Revision 21082eac (git): * expand tabs. [ci skip]
Please consider using misc/expand_tabs.rb as a pre-commit hook. git[bot]
12:16 AM Feature #18897 (Closed): Add a new instruction for sending messages to ephemeral stack arrays
Applied in changeset commit:git|c5fc1ce975ecdf1c6818714e47579c5d3531c4ca.
----------
Emit special instruction for ar...
tenderlovemaking (Aaron Patterson)
12:16 AM Revision bdffcd6d (git): Update RJIT to support newarray_send
This also adds max / hash support tenderlovemaking (Aaron Patterson)
12:16 AM Revision b816ea87 (git): Implement opt_newarray_send in YJIT
This commit implements opt_newarray_send along with min / max / hash for
stack allocated arrays
tenderlovemaking (Aaron Patterson)
12:16 AM Revision 66938fc7 (git): updating bindgen
tenderlovemaking (Aaron Patterson)
12:16 AM Revision c5fc1ce9 (git): Emit special instruction for array literal + .(hash|min|max)
This commit introduces a new instruction `opt_newarray_send` which is
used when there is an array literal followed by...
tenderlovemaking (Aaron Patterson)

04/18/2023

11:56 PM Revision 3016f30c (git): Return NULL to indicate the next shape isn't found
During compaction we must fix up shapes on objects who were extended but
then became embedded. `rb_shape_traverse_fr...
tenderlovemaking (Aaron Patterson)
11:52 PM Feature #19607: Introduce `Hash#symbolize_keys`.
ioquatix (Samuel Williams) wrote:
> This is a very common operation.
I have never needed such operation.
What’s ...
nobu (Nobuyoshi Nakada)
09:46 PM Feature #19607: Introduce `Hash#symbolize_keys`.
I did some more research.
The actual JSON RFC https://www.rfc-editor.org/rfc/rfc8259 refers to `name/value` pairs....
ioquatix (Samuel Williams)
11:06 AM Feature #19607: Introduce `Hash#symbolize_keys`.
One part of my motivation for creating this issue is to bring attention to the following inconsistencies:
- https://...
ioquatix (Samuel Williams)
11:02 AM Feature #19607 (Open): Introduce `Hash#symbolize_keys`.
This is a very common operation.
It can currently be implemented using `Hash#transform_keys(&:to_sym)`.
It's cu...
ioquatix (Samuel Williams)
11:20 PM Feature #19591 (Closed): Add symbolize_names to MatchData#named_captures
Merged, thanks for your contribution to Ruby. ioquatix (Samuel Williams)
11:19 PM Revision b09f5c7b (git): MatchData#named_captures: add optional symbolize_names keyword (#6952)
palkan (Vladimir Dementyev)
11:08 PM Bug #19603 (Closed): Rails CI got "ruby: YJIT has panicked." since 08413f982cc35cbc7692616dd11ae9bf33de42df and RUBY_YJIT_ENABLE=1
alanwu (Alan Wu)
11:02 PM Feature #15541 (Third Party's Issue): Add alias symbolize_keys for symbolize_names kwarg for JSON.parse
hsbt (Hiroshi SHIBATA)
09:51 PM Feature #15541: Add alias symbolize_keys for symbolize_names kwarg for JSON.parse
I was a strong proponent of this proposal, however I checked the JSON RFC <https://www.rfc-editor.org/rfc/rfc8259> fo... ioquatix (Samuel Williams)
10:15 PM Feature #18825 (Rejected): Specialized instruction for "array literal + `.hash`"
Closing in favor of #18897 tenderlovemaking (Aaron Patterson)
02:09 PM Revision 2dff1d4f (git): YJIT: Fix raw sample stack lengths in exit traces (#7728)
yjit-trace-exits appends a synthetic sample for the instruction being
exited, but we didn't increment the size of the...
jhawthorn (John Hawthorn)
01:07 PM Misc #19608 (Closed): Being a co-maintainer of the ruby/openssl for the OpenSSL FIPS mode
## Motivation and context
Recently I have been working for the [ruby/openssl](https://github.com/ruby/openssl) to ...
jaruga (Jun Aruga)
12:50 PM Feature #15017: Provide extended information about Signal
I have another use case.
Resque sends SIGTERM to terminate jobs (which run by default in a child process). That rais...
fxn (Xavier Noria)
10:27 AM Feature #6242: Ruby should support lists
i agree with you and see more about punk clothing.
https://jacketskingdom.com/collections/punk-leather-jacket
jacketskingdom (Jackets Kingdom)
06:11 AM Bug #19606 (Closed): addr2line.c broken on Fedora 38
I'm running the Fedora 38 beta on my machine, and the Ruby crash reporter is itself crashing while trying to print C-... kjtsanaktsidis (KJ Tsanaktsidis)
03:38 AM Revision d8a6db72 (git): Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.3.6 to 1.4.0.
- [Release notes...
dependabot[bot]
01:48 AM Bug #19605 (Closed): Please backport "Update how to subscribe mailing lists"
I think how to subscribe should update.
Because sending mail to `[email protected]` causes `Address not...
znz (Kazuhiro NISHIYAMA)
01:41 AM Revision 8519d94d (git): Update how to subscribe mailing lists
- Update mailing lists domain
- Use 'join' instead of an alias 'subscribe'.
- Command should be in subject instead of...
znz (Kazuhiro NISHIYAMA)
12:28 AM Revision 2f6539fc (git): Sort by URL [ci skip]
znz (Kazuhiro NISHIYAMA)

04/17/2023

11:58 PM Revision 4574ace6 (git): [rubygems/rubygems] Bump rb-sys
Bumps [rb-sys](https://github.com/oxidize-rb/rb-sys) from 0.9.71 to 0.9.72.
- [Release notes](https://github.com/oxid...
dependabot[bot]
11:49 PM Bug #19603: Rails CI got "ruby: YJIT has panicked." since 08413f982cc35cbc7692616dd11ae9bf33de42df and RUBY_YJIT_ENABLE=1
Confirmed the 293913905e87c799c00c113900814987dce994e7 address this issue.
```
$ ruby -v
ruby 3.3.0dev (2023-04-...
yahonda (Yasuo Honda)
11:21 PM Bug #19603 (Feedback): Rails CI got "ruby: YJIT has panicked." since 08413f982cc35cbc7692616dd11ae9bf33de42df and RUBY_YJIT_ENABLE=1
Thanks for the report!
This should be fixed by commit:293913905e87c799c00c113900814987dce994e7.
Let us know if it's...
alanwu (Alan Wu)
02:02 AM Bug #19603: Rails CI got "ruby: YJIT has panicked." since 08413f982cc35cbc7692616dd11ae9bf33de42df and RUBY_YJIT_ENABLE=1
Here is the output with `RUST_BACKTRACE=1` as suggested "note: run with `RUST_BACKTRACE=1` environment variable to di... yahonda (Yasuo Honda)
02:00 AM Bug #19603 (Closed): Rails CI got "ruby: YJIT has panicked." since 08413f982cc35cbc7692616dd11ae9bf33de42df and RUBY_YJIT_ENABLE=1
Rails CI against Ruby master with yjit-enabled fails https://buildkite.com/rails/rails/builds/95649#018781f5-9389-478... yahonda (Yasuo Honda)
09:58 PM Revision 29391390 (git): YJIT: Fixes failure reported by rails for opt+splat+rest (#7727)
Jimmy Miller
09:57 PM Revision 5aa3be65 (git): YJIT: Spill a caller stack as late as possible (#7726)
k0kubun (Takashi Kokubun)
04:07 PM Bug #19246: Rebuilding the loaded feature index much slower in Ruby 3.1
> But the current API rb_provide isn't ideal for this scenario. Partly because the string passed in needs to always l... byroot (Jean Boussier)
02:41 PM Bug #19246: Rebuilding the loaded feature index much slower in Ruby 3.1
thomthom (Thomas Thomassen) wrote in #note-9:
> Is this something that could be considered? (Maybe best if I log a s...
jeremyevans0 (Jeremy Evans)
11:18 AM Bug #19246: Rebuilding the loaded feature index much slower in Ruby 3.1
Thank you very much for looking into this. We'll be testing the patch to see how the performance is with our applicat... thomthom (Thomas Thomassen)
03:28 PM Feature #19604 (Open): XOAUTH2 support in net-pop
I would like to add support to XOAUTH2 in the net-pop library.
I've opened a PR on the GitHub repo and I would like ...
cheez331 (Alessio Cosenza)
01:34 PM Revision 165ef42b (git): * append newline at EOF. [ci skip]
nobu (Nobuyoshi Nakada)
12:18 PM Bug #16951: Consistently referer dependencies
@hsbt would it be possible to get an update on this? Has there been any progress over the past couple of years?
I'...
iMacTia (Mattia Giuffrida)
11:48 AM Bug #19392: Endless method and parsing priorities
@matz With all due respect, I don't believe the current behaviour is acceptable. Considering the behaviour affects no... zverok (Victor Shepelev)
05:28 AM Bug #19392 (Closed): Endless method and parsing priorities
Analogous to `a = b and c` parsed as `(a = b) and c`, `def a = b and c` should be parsed as `(def a = b) and c`.
Con...
matz (Yukihiro Matsumoto)
08:29 AM Revision f3979aec (git): Add spec for `Warning[:performance]`
[Feature #19538] byroot (Jean Boussier)
 

Also available in: Atom