Christopher Jefferson

Results 226 comments of Christopher Jefferson

So, I'm not totally convinced by this (although I'm happy to be convinced). I worry that auto-completing on Digraph(" is a bit specific -- if someone wanted to make their...

I'm having a look. One practical question, is there a "known good" target I can run to get a sage release? 'develop' seems currently broken (not sure if the issue...

The problem with the docs is that I if I see "no content found", my assumption is not that I should be looking at the docs about which directories are...

I'd also love a LICENSE file. I did a couple of short tutorials (which I intended to open source!) using parts of the arcade book, and have only just noticed...

Sorry for the updated post, I definately don't mind this not going under the GPL license or anything, but can I make other material (including my own worksheets / short...

One thing I'd be happy to do is switch `.tst` to ignore whitespace at the end of lines. I'd personally argue (I've used the same thing in other programs) that...

To be concrete, my suggestion is to add a new `uptotws` (up to trailing whitespace) comparison function, and then make that the default. We can add an `"exact"`, for people...

I think this is (a little poorly) explained in the documentation -- when reading from a program, `ReadAll` reads until there is no more immediately available output, but there might...

Never seen anything like this before. Reading the gcc bugzilla, the issue seems to be incorrect longjmp/setjmp in sage itself, needing more volatile? Or did I read it wrong?

Yes, this is just normal GAP rules, you need lots more volatile. Might be tricky to do with pyx, not sure if it is making variables behind the scenes you...