Opened 9 years ago
Closed 9 years ago
#14026 closed defect (fixed)
PolyBoRi should depend on IPython
Reported by: | jdemeyer | Owned by: | GeorgSWeber |
---|---|---|---|
Priority: | minor | Milestone: | sage-5.9 |
Component: | build | Keywords: | |
Cc: | vbraun | Merged in: | sage-5.9.beta1 |
Authors: | Jeroen Demeyer | Reviewers: | Alexander Dreyer |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
PolyBoRi
contains an IPython
-based shell (ipbori
). spkg/standard/deps
should reflect this.
Attachments (1)
Change History (8)
comment:1 Changed 9 years ago by
- Description modified (diff)
Changed 9 years ago by
comment:2 Changed 9 years ago by
- Status changed from new to needs_review
comment:3 Changed 9 years ago by
- Cc vbraun added
- Priority changed from blocker to critical
comment:4 Changed 9 years ago by
- Priority changed from critical to minor
comment:5 Changed 9 years ago by
Indeed, it's not needed, since ipbori can fall back to a plain python shell at runtime. But it won't hurt and ensures that the best shell is used. So positively reviewed.
comment:6 Changed 9 years ago by
- Status changed from needs_review to positive_review
comment:7 Changed 9 years ago by
- Merged in set to sage-5.9.beta1
- Resolution set to fixed
- Reviewers set to Alexander Dreyer
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
I'm not entirely sure this patch is really needed, but it can't possibly hurt.