D3f0 / coreemu

Automatically exported from code.google.com/p/coreemu
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

GUI should detect cored.py version mismatch and imn version stamp #118

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The GUI and cored.py should exchange version numbers and verify they are 
matching. Furthermore, cored.py should detect the version number of the 
imported core module and throw an exception when there is a mismatch.

Version and date information could be saved to the top of each imn file.

This can be problematic when installing from source, and Python modules end up 
in /usr/local/lib/python2.7/dist-packages and the binary package is also 
installed to /usr/lib/python2.7/dist-packages.

Exceptions occur in unexpected places only after starting a new session.

Original issue reported on code.google.com by ahrenh...@gmail.com on 10 Feb 2012 at 4:40

GoogleCodeExporter commented 9 years ago
Also store version information in ~/.core directory. Old preferences, node 
types, etc. could be detected upon upgrade.

Original comment by ahrenh...@gmail.com on 16 Aug 2013 at 6:09