[#100689] [Ruby master Feature#17303] Make webrick to bundled gems or remove from stdlib — hsbt@...
Issue #17303 has been reported by hsbt (Hiroshi SHIBATA).
11 messages
2020/11/02
[#100852] [Ruby master Feature#17326] Add Kernel#must! to the standard library — zimmerman.jake@...
Issue #17326 has been reported by jez (Jake Zimmerman).
24 messages
2020/11/14
[#100930] [Ruby master Feature#17333] Enumerable#many? — masafumi.o1988@...
Issue #17333 has been reported by okuramasafumi (Masafumi OKURA).
10 messages
2020/11/18
[#101071] [Ruby master Feature#17342] Hash#fetch_set — hunter_spawn@...
Issue #17342 has been reported by MaxLap (Maxime Lapointe).
26 messages
2020/11/25
[ruby-core:100878] [Ruby master Feature#17328] Extend `un.rb` to be usable by everyone
From:
merch-redmine@...
Date:
2020-11-16 16:00:23 UTC
List:
ruby-core #100878
Issue #17328 has been updated by jeremyevans0 (Jeremy Evans). This has the potential to introduce security issues. Avoiding security issues by not automatically loading files in the current directory is the reason `.` was removed from the default `$LOAD_PATH` in Ruby 1.9. ---------------------------------------- Feature #17328: Extend `un.rb` to be usable by everyone https://bugs.ruby-lang.org/issues/17328#change-88525 * Author: sdwolfz (Codruț Gușoi) * Status: Open * Priority: Normal ---------------------------------------- I've opened the PR here: https://github.com/ruby/ruby/pull/3771, although if you need me to submit a patch just let me know. Basically I want to be able to use `ruby -run` for more than just running a http server, and thought it could require a local `run.rb` file with code that end users provide. Not sure if this was proposed before but let me know what you think. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>