Hi,
Thanks for the advice. At some point I'd hope to do something along the
lines
discussed in this thread.
https://groups.google.com/forum/#!topic/sage-devel/9lHpGgG3nsI
But more and more I'm figuring out those plans are going to have to be
longer term than I initially, perhaps naively, th
Joseph Hundley wrote:
> Quick update: removing the backslash seems to fix the problem with
> all.py. It was probably a stray character introduced when I went in to
> do some other minor fixes.
Yes. I didn't say explicitly, but I of course meant "remove it if it's
also in the corresponding file be
Quick update: removing the backslash seems to fix the problem with all.py.
It was probably a stray character introduced when I went in to do some
other minor fixes.
Unfortunately, it appears that the merge tool I used (Apple's FileMerge)
has introduced a bunch of indentation errors in another
Yes, and yes. Both /Users/jahundle/sage/local/lib/python2.7/site-packages/
sage/categories/all.py
and $SAGEROOT/src/sage/categories/all.py start with a backslash.
Using a merge program to compare them confirms that they're identical.
On a hunch I decided to compare $SAGEROOT/src/sage/categories
Joseph Hundley wrote:
>
> On Friday, August 12, 2016 at 12:13:08 PM UTC-4, Joseph Hundley wrote:
>
> [...] I ran
>
> git reset --hard HEAD
> make clean
> make doc-clean
>
> and am now back to a state where make works.
>
> hundleymac:sage jahundle$ git status
>
>
On Friday, August 12, 2016 at 1:15:44 PM UTC-4, leif wrote:
>
> Joseph Hundley wrote:
> >
> > On Friday, August 12, 2016 at 10:53:10 AM UTC-4, Dima Pasechnik wrote:
> >
> > On Friday, August 12, 2016 at 3:41:07 PM UTC+1, Jeroen Demeyer
> wrote:
> >
> > Your email is quite vague
Joseph Hundley wrote:
>
> On Friday, August 12, 2016 at 10:53:10 AM UTC-4, Dima Pasechnik wrote:
>
> On Friday, August 12, 2016 at 3:41:07 PM UTC+1, Jeroen Demeyer wrote:
>
> Your email is quite vague (for example, what is "version 16821")?
>
> I guess it's the current branch on
Dima Pasechnik wrote:
>
> On Friday, August 12, 2016 at 3:41:07 PM UTC+1, Jeroen Demeyer wrote:
>
> Your email is quite vague (for example, what is "version 16821")?
>
> I guess it's the current branch on https://trac.sagemath.org/ticket/16821
>
> Normally speaking, you want to continue wor
Interestingly enough
hundleymac:sage jahundle$ git reset --hard
begets response
HEAD is now at b630b41 Updated SageMath version to 7.3
after which sage -br
causes Sage to run, but "make" still fails at the same point.
JH
On Friday, August 12, 2016 at 10:28:31 AM UTC-4, Joseph Hundl