Highlights
- 3 discussions answered
Block or Report
Block or report msullivan
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
1,004 contributions in the last year
Less
More
Contribution activity
February 2022
Created 8 commits in 1 repository
Created a pull request in python/cpython that received 1 comment
bpo-46764: Fix wrapping bound method with @classmethod
Since #8405, @classmethod now has special case behavior to call its argument's tp_descr_get if it exists. This breaks wrapping a bound method with …
+12
−8
•
1
comment
Opened 7 other pull requests in 1 repository
edgedb/edgedb
7
merged
- Fix crash when filtering on a composite exclusive constraint
- Add some tests for codegen optimizations
- Add some machinery for writing assertions about the generated SQL
- Produce a real error message when an annotation value is not a string
- Reject setting a non-empty type as abstract
- Fix a collection of DDL bugs involving multi links and inhviews
- Reduce the number of calls to delta_schema in the migration happy path
Reviewed 4 pull requests in 1 repository
Created an issue in edgedb/edgedb that received 2 comments
Setting a type as abstract preserves existing data
edgedb> create type Foo;
OK: CREATE TYPE
edgedb> insert Foo;
{default::Foo {id: 6d4cab68-8528-11ec-b417-ab253b541761}}
edgedb> alter type Foo { set…
2
comments

