tinygo icon indicating copy to clipboard operation
tinygo copied to clipboard

release directory isn't properly overwritten by "make release"

Open rogpeppe opened this issue 5 years ago • 2 comments

As remarked on by @aykevl here, when the release directory is messed up, one needs to run make clean to make it OK again. This is a problem waiting for newcomers to trip over - it would be nice if make release could produce a valid release directory regardless of the current contents of that directory.

rogpeppe avatar Aug 26 '20 14:08 rogpeppe

@aykevl @rogpeppe is this still a problem or can we close this issue now?

deadprogram avatar Nov 30 '24 09:11 deadprogram

This has not been fixed. And I'm not sure what the best fix for it would be - with the way make works you can't easily remove everything before a command.

Better docs might be one way to improve the situation.

aykevl avatar Oct 01 '25 10:10 aykevl