-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Add linking tests #9
base: feature/langium-project
Are you sure you want to change the base?
feat: Add linking tests #9
Conversation
aaae68e
to
183a00e
Compare
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.
Just a couple points here, rest looks really good! I would also rebase your one commit (or cherry-pick, might be easier) onto the latest changes that were force pushed onto the feature/langium-project branch, so we don't see the old primary commit here too.
183a00e
to
91e9352
Compare
Co-authored-by: Benjamin Wilson <[email protected]> Co-authored-by: Markus Rudolph <[email protected]> Signed-off-by: Mark Sujew <[email protected]>
91e9352
to
4e07d32
Compare
970b4de
to
c4c7842
Compare
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.
This is looking good! Just one little nit about a trailing line ending, generally good practice to do. As for the state of the PR I see it's still draft, so I'll hold on any approval for now. Once the core of our work has been merged the rest of our PRs can follow, ideally.
}) | ||
}) | ||
}); | ||
}); |
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.
One little thing, always nice to leave a trailing new line at the end.
4e07d32
to
279a71d
Compare
No description provided.