Mike Birtwell

Results 12 comments of Mike Birtwell

That's a very kind offer. I don't see myself wanting to take this over long term, because I don't really expect to be involved in translation long term. But I'm...

Oh I forgot to actually ask the questions I had to continue: - I was trying to build the 0.7 branch because that seemed like it was likely to be...

I think I might have just seen another version of this. We had some code that did something similar to: ``` class Escape2(EnvExperiment): def build(self): self.setattr_device("core") self.s = "" def...

I'll try and take a look at this today or tomorrow.

So it seems like this wasn't really intended to be supported by smoltcp. smoltcp used to have a feature where it would fill the neighbour cache from any packet that...

Except that there is no default route, nor currently any support for setting one.

I think doing the work to add the default gateway configuration is the best way forwards. I don't mind doing that, but it's not likely to be soon.

I've managed to make a start of on this: https://github.com/m-labs/artiq/commit/d0fe2c5cc863f50c542e165f3c9538a2e8669db7, but it's not tested yet.

> > It doesn't have the same checking as when creating datasets > > Why not? There were two ways of doing checking: the `Creator` which does a pyon parse...

> Unfortunately this attitude results in code that is worse than much of the existing one. We can add this as a `experimental-features` patch if not doable nicely. I don't...