Changes between Version 1 and Version 2 of Ticket #13963
- Timestamp:
- 01/17/13 11:47:53 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13963 – Description
v1 v2 1 It seems that nothing really guarantees the existence of the directory 2 {{{ 3 $SAGE_ROOT/local/share/sage/ext 4 }}} 5 apart from the installers of some packages. 1 It seems that nothing really guarantees the existence of the directory `SAGE_EXTCODE` ({{{$SAGE_ROOT/local/share/sage/ext}}}) apart from the installers of some packages. 6 2 7 3 When Sage is started when that directory doesn't exist: … … 30 26 }}} 31 27 28 This is a regression because conway_polynomials from #12205 '''runs Sage code at build time''' at a time when the existence of `SAGE_EXTCODE` is not guaranteed. 29 32 30 See also #13123, which (indirectly) caused this issue.