You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
garble/testdata
lu4p d892f980c6 fix implementedOutsideGo, fixes #56
Injected functions were mistaken for functions implemented outside go.

Asm functions:
obj.Scope().Pos() == 0
obj.Scope().End() == 0

Injected functions:
obj.Scope().Pos() == 0
obj.Scope().End() == 1

We now check for the End instead of the Pos.
5 years ago
..
mod support building modules which require other modules 5 years ago
scripts fix implementedOutsideGo, fixes #56 5 years ago