You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During VM initialization (in vm/vm.go), Goby will find and store a path (called libPath) for loading Goby's standard libraries that are written in Goby code.
Currently, there are some improvements need to be done on the mechanism, e.g. use brew command to find goby's installation path. But because it doesn't have enough test coverage yet, we need to first add some integration test cases for it.
The text was updated successfully, but these errors were encountered:
During VM initialization (in
vm/vm.go
), Goby will find and store a path (calledlibPath
) for loading Goby's standard libraries that are written in Goby code.Currently, there are some improvements need to be done on the mechanism, e.g. use brew command to find goby's installation path. But because it doesn't have enough test coverage yet, we need to first add some integration test cases for it.
The text was updated successfully, but these errors were encountered: