Changes between Initial Version and Version 1 of Ticket #18456, comment 18
- Timestamp:
- 05/30/15 12:37:57 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18456, comment 18
initial v1 9 9 That's what I tried first, i.e. fix `sage --standard`. But then you have some problems, like undefined environment variables, and you must re-parse everything in `standard_packages` again. 10 10 11 I thought a bit about making this script dependent on sage, and I actually ended up wondering whether .... we need those `sage -standard` scripts. Right now they are totally broken, and... Well, if we do not need them then perhaps we should stop maintaining them. 11 I thought a bit about making this script dependent on sage, and I actually ended up wondering whether .... we need those `sage -standard` scripts. Right now they are totally broken, and... Well, if we do not need them then perhaps we should stop maintaining them. They returned outdated information long before they broke. 12 12 13 13 > (In my brief tests, by the way, this does fix the Sage functions as intended. But I haven't looked at the actual changes to see if they make sense.)