This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
magic
mirror of
https://github.com/RTimothyEdwards/magic.git
Watch
1
Star
0
Fork
You've already forked magic
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a6e57093f8
magic
/
VERSION
2 lines
8 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Realized a very stupid error in the handling of the "use" lines when reading in a .mag file. The routine was not checking for whether a "use" entry in the file was the first one encountered or not. The path is only ever given for the first use of any cell def, so for any cell after the first, the path should have already been resolved. This fix avoids lots of unnecessary error messages when reading a file in a different directory. Also, because the routine now checks for the first use in a file, any error messages that do occur will only be displayed for the first use, not all of them.
2021-11-21 02:54:51 +01:00
8.3.230