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/scripts
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
..
asm.txt reduce unnecessary std imports in tests 5 years ago
basic.txt don't leak build version information via a const either 5 years ago
cgo.txt reduce unnecessary std imports in tests 5 years ago
debugdir.txt allow easy inpection of garbled code 5 years ago
help.txt clarify usage text, add help flags 5 years ago
implement.txt start supporting asm functions better 5 years ago
imports.txt blacklist struct fields with reflection too 5 years ago
ldflags.txt reduce unnecessary std imports in tests 5 years ago
modinfo.txt reduce unnecessary std imports in tests 5 years ago
panic.txt add runtime API to suppress printing fatal errors 5 years ago
plugin.txt support building ad-hoc plugin packages 5 years ago
seed.txt make -seed=random use the same random seed for all packages 5 years ago
strings.txt fix implementedOutsideGo, fixes #56 5 years ago
syntax.txt handle embedded struct fields with universe scope 5 years ago
test.txt testdata: add sections to scripts/test.txt 5 years ago