Changes between Version 15 and Version 16 of Ticket #11021
- Timestamp:
- 07/07/11 05:18:18 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11021
-
Property
Authors
changed from
Leif Leonhardy
toLeif Leonhardy, Kelvin Li
-
Property
Priority
changed from
minor
tomajor
- Property Keywords BUILD sage-env sage-sage added
-
Property
Reviewers
changed from
Kelvin Li
toKelvin Li, Leif Leonhardy
-
Property
Authors
changed from
-
Ticket #11021 – Description
v15 v16 1 1 One of the patches at #9960 did a lot of clean-up to the file `sage-spkg`: quoting environment variables, replacing tabs with spaces, etc., also adding comments and TODOs. Since those changes were not related to the issue at #9960, I've split them off and put them here instead. The main change of any content is to look at the file `SPKG.txt` rather than `SAGE.txt` when the "`-info`" flag is passed so `sage-spkg` (through `sage -info ...`). Also, warnings and error messages are now redirected to `stderr`. 2 2 3 Apply '''only''' [attachment:trac_11021-sage-spkg-cleanup-v2-rebased_to_4.7.1.alpha4.patch] to the '''scripts repo'''. 3 Apparently support for `sage -info ...` was removed at some point (or never existed); the patch to `sage-sage` fixes that. 4 5 The patch to `sage-env` fixes a bug caused or enabled by #10469, which through the patch to `sage-spkg` now becomes more visible and potentially worse. 6 7 Apply 8 1. [attachment:trac_11021-sage-spkg-cleanup-v2-rebased_to_4.7.1.alpha4.patch] 9 1. [attachment:trac_11021-support_and_document_sage_-info_in_sage-sage.scripts.patch] 10 1. [attachment:trac_11021-export_BUILD_in_sage-env.scripts.patch] 11 to the '''scripts repo'''.