Files
tinygo/builder
Ayke van Laethem f866d5cc38 builder: refactor Build function to not use a callback
The only reason a callback was used, was so that the temporary directory
gets removed once `Build` returns. But that is honestly a really bad
reason: the parent function can simply create a temporary function and
remove it when it returns. It wasn't worth the code complexity that this
callback created.

This change should not cause any observable differences in behavior (it
should be a non-functional change).

I have no reason to do this now, but this unclean code has been bugging
me and I just wanted to get it fixed.
2022-10-16 10:48:34 +02:00
..
2022-05-18 15:20:09 +02:00
2022-04-23 08:45:46 +02:00
2022-01-09 11:04:10 +01:00
2022-04-23 08:45:46 +02:00
2022-10-13 13:38:02 +02:00