File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,10 @@ module default {
83
83
link rootDirectory: Directory;
84
84
85
85
overloaded link projectContext: Project:: Context {
86
- default := (insert Project:: Context);
86
+ default := (insert Project:: Context {
87
+ # https://github.com/edgedb/edgedb/issues/3960
88
+ # projects := {__subject__},
89
+ });
87
90
}
88
91
# Setting the new project as its own context should be the immediate next thing that happens
89
92
# So enforce that that happens (as best we can), and assert that the context is ever only itself.
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ select { `Added Projects` := new.name }
60
60
filter count (new) > 0 ;
61
61
62
62
# Update all projects to self reference for their context (has to be separate query)
63
+ # https://github.com/edgedb/edgedb/issues/3960
63
64
with updated := (
64
65
for project in Project union (
65
66
update project.projectContext
You can’t perform that action at this time.
0 commit comments