simondedeo (Simon DeDeo)
- Login: simondedeo
- Registered on: 03/08/2021
- Last sign in: 01/17/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
03/08/2021
-
06:53 PM Ruby Bug #17681: irb3.0 exits after "source" command
- Now resolved; I needed to update irb by gem3.0 install irb.
-
06:42 PM Ruby Bug #17681 (Closed): irb3.0 exits after "source" command
- in contrast to previous versions of irb, irb3.0 exits (with "nil") on executing a "source". Here's an example:
ayerie:simon$ cat > test.rb
print "hello"
ayerie:simon$ irb3.0
irb(main):001:0" source "test.rb"
test.rb(main):002:... -
06:24 PM Ruby Bug #17680 (Closed): tab completion no longer works on irb3.0
- in irb2.5:
rb(main):001:0> source 'li [then I hit tab...]
linking.rb list_load.rb list_load_OLD.rb
irb(main):001:0> source 'lis [then I hit tab again...]
list_load.rb list_load_OLD.rb
irb(main):001:0> source '...