Skip to content
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

Prevent cyclic actions on emulated references #2415

Merged
merged 6 commits into from
Dec 17, 2021

Conversation

pimeys
Copy link
Contributor

@pimeys pimeys commented Nov 15, 2021

@pimeys pimeys added this to the 3.5.0 milestone Nov 15, 2021
@pimeys pimeys force-pushed the parser-database/emulated-cycles-should-not-be-allowed branch from ae0bd54 to 50545b4 Compare November 30, 2021 13:45
@dpetrick dpetrick requested a review from Weakky December 7, 2021 09:52
@Weakky Weakky force-pushed the parser-database/emulated-cycles-should-not-be-allowed branch from 50545b4 to 48648ac Compare December 15, 2021 10:55
let schema = indoc! {
r#"model User {
#id(id, Int, @id)
idd Int @unique
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a fan of the naming, something like uniq makes it clearer what is happening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Overflowing stack on cyclic actions
3 participants