Jan-Erik Rediger
Jan-Erik Rediger
Didn't notice this issue until just now. Glean builds for Python, see [its setup.py](https://github.com/mozilla/glean/blob/main/glean-core/python/setup.py). We don't use `setuptools_rust`, we have a tiny bit of code that works for us.
I like the idea of building that on CI and pushing that right away. Building that image on each push to `main` might be a bit much. What do you...
Strings have to serialize their length. The length is stored as a 64-bit integer, therefore the additional 8 bytes. This simplifies deserialization. Also see #109 which would mean the user...
In this repository or on bincode itself? I might have missed that here.
We [used to have links to the crashes we saw](https://github.com/mozilla/rkv/commit/52292d076f08d80ee39b96e23f993653351f3b12) ([bug 1538539](https://bugzilla.mozilla.org/show_bug.cgi?id=1538539), [bug 1538541](https://bugzilla.mozilla.org/show_bug.cgi?id=1538541)), not sure why/when we removed them. These are directly in LMDB (as @nyanpasu64 also mentioned), so...
> This is pretty much permanent failure daily. @badboy Yikes. In that case we can disable it for now. We won't get around to taking a closer look for another...
I commited faulty code, so instead of fixing it I just shifted around what error message we'll see.
Should hopefully be fixed now with #12631 landed
I'll take a look this week.
I think I now know what's going on: A weird interaction of different tests running. I'm looking into how to best fix that.