Alessandro Arzilli
Alessandro Arzilli
Presumably the linker is picking up a static build of lua (as in libluasomething.a).
Try removing the `-static` flag.
We never implemented this. The code that writes the prompt is the `promptForInput` function in pkg/terminal/terminal.go.
If for some reason you are working with multiple versions of go you wouldn't want to have, for example, multiple copies of staticcheck, each compiled with a different version of...
Why would we do this? To have a better error when doing type assertions to map types? If there is a way to successfully use this constructed type (for example...
You could by overwriting the CALL with a series of NOPs.
This was brought up before #2515
We need ^C and ^Z to deliver signals in a specific way, these aren't tested automatically because we don't know how to write automated tests for it so it would...
PS the library you are proposing has no tagged versions, a single importer and no activity for the past 3 years.
TestStaticcheck and TestDefaultBinary are failing.