kyonides (Edwin Acuña)
- Login: kyonides
- Registered on: 10/13/2022
- Last sign in: 02/03/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
02/03/2023
-
03:58 AM Ruby Bug #19405 (Rejected): Prevent Use of include CustomModule in a Nested Class
- Bug present ever since **Ruby 1.8**.
Tested in **Ruby 2.7 and 3.0** as well.
I would like to request the developers to prevent any person from doing something as illogical and useless as the code I have provided you with right below....
10/27/2022
-
05:47 PM Ruby Bug #19086: Dir#entries and Dir#glob fail in stand-alone CRuby app
- mame (Yusuke Endoh) wrote in #note-1:
> I guess you need to call `ruby_init` and `ruby_options` instead of `ruby_setup`. I think `Dir.glob` is defined in `ruby_options`.
=_=¡ I was hoping the solution wouldn't be that simple because it ...
10/26/2022
-
07:16 PM Ruby Bug #19086 (Closed): Dir#entries and Dir#glob fail in stand-alone CRuby app
- Whenever I call Dir.entries or Dir.glob using an app compiled against Ruby 3.0 on Ubuntu 22.04, I expect to get a list of files or directories present there. This does not happen if you are calling it from a stand-alone app like the one ...