-
The REPL interpreter crashes when executing this sequence of statements:
```ruby
[1, 2].select do end
[1, 2].map do |i| i - 1a end
```
Each statement runs OK individually.
The error is:
…
-
See https://github.com/goby-lang/goby/pull/473#discussion_r146619445.
Additional note: Ruby commandline interface gives the `-r` option, which requires library before the code is evaluated. Maybe s…
-
-
Using the `while` syntax without `do` (in Ruby, `do` is optional) will cause the interpreter to hang:
while true
puts 1
end
-
Looks like #475 causes the following.
Just entering an uninitialized constant on toplevel in REPL causes panic:
```ruby
Goby 0.1.3 😶 😆 😏
» Bar
panic: NameError: uninitialized constant Bar
fr…
-
Note: Try to integrate with the Go `os` library
-
_____________________________________________________________________________________________________________
I encountered a bug or warning of some kind in one of my scripts. It concerns the use …
-
I'm adding this for tracking purposes, based on the Slack discussion.
I'm not sure I will have the time over the next couple of weeks, however, I'm posting here the reference to the commit introduc…
-
I'm wondering the behavior of `Hash#map_value`:
* While the API says "This method does not change the keys and the receiver hash values", this method actually changes the receiver.
* The actual re…
-
- Your operating system: `sw_vers`
- ProductName: Mac OS X
- ProductVersion: 10.13.1
- BuildVersion: 17B48
- How did you install Goby: `go get github.com/goby-lang/goby`
- Goby version…