Conversation
We use this a bunch. Upstream switched to `internal/strconv` which is much heavier.
|
New interp error building hello, world. |
| @@ -26,7 +26,7 @@ func NewConfig(options *compileopts.Options) (*compileopts.Config, error) { | |||
|
|
|||
| // Version range supported by TinyGo. | |||
| const minorMin = 19 | |||
There was a problem hiding this comment.
Shouldn't minorMin also match the go.mod version?
|
@deadprogram We can, but the llvm/syscall issue is going to need work. (Changing CI base won't fix this) |
|
Started looking at this again. Seems like the llvm issue is maybe related to https://github.com/tinygo-org/tinygo/blob/release/compiler/syscall.go#L378 . |
|
Hmm.. maybe we just need to implement |
|
Ok, have a patch to the syscall package that allows code to build and run on mac, but only if |
|
The LLVM IR verify's fine. So it's going to be something with how |
|
There's something about the arguments to this |
|
@niaow Any help with the interp issues would be appreciated. |
No description provided.