goby icon indicating copy to clipboard operation
goby copied to clipboard

Goby - Yet another programming language written in Go

Results 34 goby issues
Sort by recently updated
recently updated
newest added

runtime error: invalid memory address ornil pointer dereference

Before you submit the issue, please provide us following information: - Your operating system Windows 10 - How did you install Goby go get - Goby version go.mod: ``` github.com/goby-lang/goby...

Before you submit the issue, please provide us following information: - Your operating system > Linux AND Windows, both 64 bit - How did you install Goby > git clone...

Travis has become somewhat slow & unstable in recent years. Although it doesn't affect us yet, I'd like to migrate our current CI to GitHub Actions for a more promising...

Testing

Before you submit the issue, please provide us following information: - Your operating system - How did you install Goby - Goby version - The value of `$GOBY_ROOT` - Error...

question

I saw current codes have not been formatted yet, so just added a travis ci step to check it, and I think this should work since this PR is failed...

These are the feedback from @yawniek on slack - [x] the vm.New vm.New and v.ExecInstructions methods would profit from some minimal documentation, especially what all the "paths" actually mean. some...

Documentation

Currently, we allow raising errors from `vm` with any given string, like ```go t.vm.InitErrorObject("ErrorWithoutAClass", ....) ``` This is a bad practice because any internal error should have a corresponding error...

Refactoring
VM

Found the issue in #560, on REPL. Unary operator `+` or `-` just after semicolon `;` returns invalid values like: ```ruby » a=1;a #» 1 # correct » a=1; -a...

bug