sascha (Sascha Willuweit)
- Login: sascha
- Registered on: 09/03/2021
- Last sign in: 09/03/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
09/03/2021
-
09:32 AM Ruby Bug #18147: URI is not loaded anymore since ruby-2.7.0
- Wow, that was fast. Thanks! The problem is, that it changes the behavior between plain `ruby` and any wrapper like `irb`. But nevertheless, it's certainly not a ruby but a rubygems issue. So this bug report can be closed.
-
09:12 AM Ruby Bug #18147 (Closed): URI is not loaded anymore since ruby-2.7.0
- It's not a big thing but may break things: Starting with ruby-2.7.0 the URI module is not auto-loaded. Please check/reproduce this using `ruby -e "URI"` since ruby-2.7.0
it throws an `uninitialized constant URI (NameError)` whereas in ...