You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If only a few lines of code have changed chances are high that the version number maxima believes to have isn't updated according to "git describe". This means that for compiled share packages the old folder is recycled which can lead to odd results.
For the defsystem wizards: Do we need to introduce a new defsystem package that contains the version number and is always built?
The text was updated successfully, but these errors were encountered:
Well, git describe is executed by configure. I don't think the output of git describe depends on how many lines were changed, but rather on what the current commit is -- if there is a new commit, then git describe has a different output.
Did you execute configure? That should ensure that Maxima has a different version when there are new commits.
Although I see the problem with the version number not being updated automatically every time make is executed, there is a simple workaround, and since it is not a user-visible issue, there is not much incentive to change it. Also, the build machinery is delicate and complex and it would be easy to accidentally introduce another problem by trying to resolve this one. That said, if someone has a specific proposal to implement this feature, I would be interested to take a look at it. Until then I'm going to mark this item as won't fix.
Imported from SourceForge on 2024-07-09 19:32:11
Created by peterpall on 2021-05-21 05:56:33
Original: https://sourceforge.net/p/maxima/bugs/3783
If only a few lines of code have changed chances are high that the version number maxima believes to have isn't updated according to "git describe". This means that for compiled share packages the old folder is recycled which can lead to odd results.
For the defsystem wizards: Do we need to introduce a new defsystem package that contains the version number and is always built?
The text was updated successfully, but these errors were encountered: