Highlights
- 43 discussions answered
Pinned
1,824 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Opened 22 pull requests in 9 repositories
MagicStack/immutables
6
merged
edgedb/edgedb
4
merged
MagicStack/uvloop
1
open
2
merged
edgedb/edgedb-python
3
merged
MagicStack/asyncpg
1
open
1
merged
MagicStack/httptools
1
open
edgedb/edgedb-docker
1
open
edgedb/edgedb-cli
1
merged
MagicStack/py-pgproto
1
merged
Reviewed 36 pull requests in 6 repositories
edgedb/edgedb 16 pull requests
- Generate slightly less silly code when unpacking
- Slight refactor of set_to_array
- Be smarter about how and when we materialize
- Add a bunch of tests of failing scope tests
- [toy-model] Put select result in a subquery if there is a result alias
- Update the make scripts that use the dev server.
- Add more explicit description of link properties to the docs.
- Change the path to _localdev
- Documentation fixes for beta3
- Fix some materialization issues involving FOR
- Update terminology in historical changelogs.
- Do some optimizations of AST.__init__
-
Use --trust and --quiet in
edb cli - Speed up server startup by caching _get_pickled_init_args
- Rename "anonymous shape" to "free shape"
- Get rid of automatic inference of container factories in ast.base
edgedb/edgedb-cli 10 pull requests
-
Better format
--help -
Add an about section to
--help - Do not show all CONNECTION OPTIONS by default.
- Error out upgrading linked instance
- expand command suggestion when project needs init
-
Move
server upgradetoinstance upgrade - Undeprecate 'edgedb query'; add '--file' option to it.
- Add 'edgedb info' command
- Fix typo, update instance messages
-
Remove
allow-non-emptyoption