Christopher Jefferson

Results 110 comments of Christopher Jefferson

I agree getting the messages from the AvailabilityTests is useful, I will think about the best way to do that (without having to go change all the packages, as that...

We could probably find a spare bit in instructions, but the problem would be figuring out how to set it -- we don't currently really have a way of walking...

I should add, I won't have time to work on this in the near future, but if anyone else wants to, I can quickly explain the code you would want...

I would prefer to drop it -- we already have to do weird things on windows (copy DLLs built by packages into the .libs directory) to work around libtool issues...

Just for reference, here is the weird code from semigroups's Makefile.am: ``` all-local: semigroups.la $(mkdir_p) $(top_srcdir)/$(BINARCHDIR) if SYS_IS_CYGWIN cp .libs/semigroups.dll $(GAPINSTALLLIB) if WITH_INCLUDED_LIBSEMIGROUPS # Cygwin will only look in this...

Can you give an example of what makes the initial . hard to recognise, or is it just because they were added later in a slightly hacky way?

I'm not super-enthusiastic about this, while I'd be happy to have never accepted `.0`, I'm a bit worried about breaking it now. The rules around how `.`, and floats in...

fixed at some point -- not sure exactly what fixed it, but looks good from the output to me

Let's see what other people have to say before you make further changes, but I wonder if this should be a per-stream option (like the existing PrintFormattingStatus), rather than a...

Just to say, I'm generally in support of this -- I don't think it will make things any worse for GAP, and I can understand how it will improve integration...