Bug 359192 - Cantor reads Sagemath version incorrectly
Summary: Cantor reads Sagemath version incorrectly
Status: RESOLVED FIXED
Alias: None
Product: cantor
Classification: Applications
Component: sage-backend (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Filipe Saraiva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-09 17:05 UTC by Antonio Rojas
Modified: 2016-02-09 17:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio Rojas 2016-02-09 17:05:13 UTC
Using latest git with sagemath 7.0, cantor reads the sagemath version backwards, causing it to incorrectly use the old init system:

found version:  ("SageMath Version 7.0", "Math", "7", "0")
using an old version of sage:  0 . 7 . Using the old init command


Reproducible: Always
Comment 1 Filipe Saraiva 2016-02-09 17:44:26 UTC
Hello Antonio, could you confirm if the code tested have this commit https://phabricator.kde.org/rCANTOR6586a64bc5ae ?
Comment 2 Antonio Rojas 2016-02-09 17:52:06 UTC
It didn't indeed, this commit fixes the problem.