Michael J. Sullivan
Michael J. Sullivan
(This isn't *really* an edgedb repo issue, but is a meta issue) As a follow-up to https://github.com/edgedb/edgedb/issues/7733, we need to: - [x] Upload and serve extension packages from our website...
See [RFC 1027 - Simplifying path resolution](https://github.com/edgedb/rfcs/blob/master/text/1027-no-factoring.rst)
This was skipped in the initial implementation
We need to support upgrading between from one installed version of an extension to another.
We want a scheme for daily regression tests or something like that. Here's a starter list of things that should be in it: * [ ] Testing of the trashcan...
All of our IR-based passes are pretty clean but emit is kind of grody, since it is all just pasting together strings of C code and does some pretty substantial...
Currently we just directly assert the IR output matches the test case, which has a bunch of problems: 1. Any given test usually only cares about certain salient features of...
I landed a really dodgy hack in CPyType_FromTemplate involving changing out the metaclass to avoid some checks we were failing in certain cases. Revisit it to figure out why exactly...
When we immediately box an int literal, we should instead just grab the literal from a static. When we immediately box a tuple, we should instead just directly create the...