gnusim8085-devel team mailing list archive
-
gnusim8085-devel team
-
Mailing list archive
-
Message #00273
[Bug 680462] [NEW] data loss - implicit file saving when assembling a file
Public bug reported:
when assembling an opened file, the original file will get IMPLICITLY
overwritten if it has been modified in the editor.
It would be better to ASK the user if he wants to save the changes, or
if he just wants to assemble "in memory", without saving.
Refer to the function eef_asm_assemble in 8085-asm.c
http://bazaar.launchpad.net/~gnusim8085-admins/gnusim8085/trunk/annotate/head%3A/src/8085-asm.c
There is the call to file_op_editor_save();
** Affects: gnusim8085
Importance: Undecided
Status: New
--
data loss - implicit file saving when assembling a file
https://bugs.launchpad.net/bugs/680462
You received this bug notification because you are a member of
GNUSim8085 developers, which is subscribed to gnusim8085.
Status in gnusim8085: New
Bug description:
when assembling an opened file, the original file will get IMPLICITLY overwritten if it has been modified in the editor.
It would be better to ASK the user if he wants to save the changes, or if he just wants to assemble "in memory", without saving.
Refer to the function eef_asm_assemble in 8085-asm.c http://bazaar.launchpad.net/~gnusim8085-admins/gnusim8085/trunk/annotate/head%3A/src/8085-asm.c
There is the call to file_op_editor_save();
Follow ups
References