issues
search
XmacsLabs
/
mogan
Mogan STEM Suite (based on GNU TeXmacs): Enjoy exploring science and technology!
https://mogan.app
GNU General Public License v3.0
389
stars
31
forks
source link
[70_18] Fix wrong hash code and empty first line
#2102
Closed
UnbSky
closed
2 months ago
UnbSky
commented
2 months ago
What
An incorrect
hash (tree)
can lead to an inability to recompile.
The first line being empty can cause rendering errors.
Why
An additional item has been added to the hash_code.
Change
change_line_high > 0
to
change_line_high >= 0
.
What
hash (tree)
can lead to an inability to recompile.Why
change_line_high > 0
tochange_line_high >= 0
.