Kale Kundert
Kale Kundert
Alright, I'm glad there's some interest. I might make a PR if I ever get some time, but if anyone else is interested in working on this, don't let me...
Update: The "connection closed" is unrelated to the "url" thing. Looking into that now.
And the "url" thing was me being stupid (I was defining "repository" in `settings` and not realizing that it was also defined in `home`).
Yeah, the confusing thing is that it says "emborg warning", when really it's an avendesora warning. No need to remove the warning, it's a good warning, it just confused me...
If it helps to have an example of `unordered` in a real test, here's one I wrote just the other day: [stepwise/tests/test_reaction.py](https://github.com/kalekundert/stepwise/blob/a116c2de35c0f30bebb578472aeab0c5a72950ee/tests/test_reaction.py#L1018-L1023). This is exactly one of the cases that...
Ok, thanks for the reply. I probably won't get around to making a PR anytime in the near future, but it seems like a fun project, maybe I'll find some...
That sounds like a good API to me. No promises that I'll get around to this super-soon, but good to know that a PR is welcome.
Sorry for the slow reply. I'll try to look at this over the weekend. I might have introduced this bug when I tried to fix the last one, we'll see...
I haven't gotten to this yet, but I haven't forgot about it. I'll try to keep you updated...
Ok, I finally got around to this today, but unfortunately I wasn't able to reproduce the behavior you described. Can you make a minimal working example that exhibits the bug?