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

  1. An incorrect hash (tree) can lead to an inability to recompile.
  2. The first line being empty can cause rendering errors.

Why

  1. An additional item has been added to the hash_code.
  2. Change change_line_high > 0 to change_line_high >= 0.