Stuart Mumford

Results 329 comments of Stuart Mumford

You *could* but given that circle ci provides that feature for free why would you?

Yes please, you are very well placed to write docs, you have just about the perfect level of familiarity and recent trauma from reading our current docs! :stuck_out_tongue:

So that I understand the scope a little better here, can you explain what you are planning on doing in followups and what's in here? I see you have #5875...

Well xdrlib we need to maintain the genx reader, so we can't not use it. Luckily it's only ~250 lines long: https://github.com/python/cpython/blob/main/Lib/xdrlib.py so we can just vendor that. Note when...

It's not that complex and I bet our existing tests for genx cover a bunch of it anyway, I kinda feel like we might as well just adopt it? Not...

I wonder how tricky it would be to persuade cibuildwheel to run a subset of the tests on aarch64? Maybe just io and image?

IIRC The raspberry pi 4 amongst other things.

Nice, I was meaning to look into this when chatting about #6154. If this actually works reliably (would be interesting to try and find some pip reference so that we...

Oh we should probably document this well and maybe customise the error raised if you try and load an ana file without the extension.

Conda doesn't care, each platform gets it's own package there.