Embed Notice
HTML Code
Corresponding Notice
- Embed this notice@lanodan yesn't, but mostly rc_parallel which i wanna make the default eventually (and hopefully soon), tho even in serial mode it dos sometimes break
the way ebegin/eend works atm is that ebegin prints the ` * Doing nya ...`, then eend just emits "cursor up, cursor $COLUMNS - 5, print [ ok ]"
this obviously doesn't work in parallel since there will be multiple processes outputting at once, and it doesn't work in serial if there's any other output between the ebegin
i have an idea of how to fix that, but i'll have to test it later and hope it's a decent design