Damian Gryski

Results 286 comments of Damian Gryski

If this ends up being part of https://github.com/tinygo-org/tinygo/issues/2735 then we could close this one.

Closing. We fixed the the issue and the original code was unsafe anyway.

Note that binaries built with `tinygo` report the permissions correctly. This bug has to do with how tinygo sets up the sub-processes.

Dup of https://github.com/tinygo-org/tinygo/issues/3131

Closing for now. There have been improvements in the garbage collector. If you're still encountering errors, please provide a test case for us to debug with.

Yeah, there was some tricks involved to get all the proper directories added for testing `compress/flate`: https://github.com/tinygo-org/tinygo/blob/release/main.go#L254

I wonder if this would be useful for the `vmops` output format too. Obviously it would mean making the interpreter vm a bit smarter.

Note that Ragel https://www.colm.net/open-source/ragel/ has some extensions that allow it to create not-strictly-regular languages involving counters (such as nested parentheses). It might be interesting to see how it solves a...

We "just" need to include the TypeParams when constructing the data field in `compiler/interface.go`, and then pull it out correctly in `src/reflect/type.go`.

Is there anything else left unaddressed before we merge?