-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor dbStructure.hs #1720
Refactor dbStructure.hs #1720
Conversation
68574b2
to
375390a
Compare
I moved the
|
a1c2b60
to
cab531a
Compare
cab531a
to
3a70e70
Compare
memory tests have been failing in CI for this PR. I have no idea why - my local build is well short of the thresholds:
|
Memory seems to be fine in CI again. A lot of the refactor is just about simplifying some pattern matches. Easier to read - less stale patterns that are not covered. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Really like the parseArgs in SQL and the new addM2MRels is short and sweet 🍬 .
Related to #1719.