uli / basicengine-firmware

BASIC Engine Firmware
78 stars 16 forks source link

RENUM does not check for RESTORE command and change the line number #21

Closed bitartrate closed 4 years ago

bitartrate commented 4 years ago

When using RENUM does not check for RESTORE commands to change the line number it points to. Would like it to function as it does for GOTO commands.

konimaru commented 4 years ago

Fixed in my branch despite having messed up the commit comment. It's still early here :)

bitartrate commented 4 years ago

I saw that you had made that commit right before I went to bed. I knew what you meant ;) I have verified that your fix to RENUM does interact with RESTORE correctly now. Thank you!

uli commented 4 years ago

Please do not close bugs until they have been fixed and tested in this repository.

bitartrate commented 4 years ago

Sorry about that Uli. I'm understanding the workflow slowly but surely.

uli commented 4 years ago

FIxed in commit ee38433d5b074dc01200ef0ef4a74633959c79cf. Please close if it works now.

bitartrate commented 4 years ago

I have compiled today and verified it works as intended. Thank you.