Skip to content

Allow circular references#68

Merged
tibawatanabe merged 2 commits intoindigotech:masterfrom
VojtaStanek:master
May 19, 2018
Merged

Allow circular references#68
tibawatanabe merged 2 commits intoindigotech:masterfrom
VojtaStanek:master

Conversation

@VojtaStanek
Copy link
Copy Markdown

@VojtaStanek VojtaStanek commented Dec 31, 2017

}

const fields = fieldMetadataList.reduce((map, fieldMetadata) => {
const fields = () => fieldMetadataList.reduce((map, fieldMetadata) => {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🤔 clever 👏

I will leave this SO answer here for future reference on why this works https://stackoverflow.com/a/39290345/429521

@felipesabino
Copy link
Copy Markdown

felipesabino commented Jan 5, 2018

@cactucs

Could you add an entry with you name and the change description to the CHANGELOG.md file before I merge?

@Bennit
Copy link
Copy Markdown

Bennit commented Feb 12, 2018

Any update the status of this PR? I see there's another PR for the same issue opened 6 days ago.

@tibawatanabe tibawatanabe merged commit e74d75f into indigotech:master May 19, 2018
@tibawatanabe
Copy link
Copy Markdown

@cactucs @Bennit released 1.0.0-alpha10

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.

Circular Reference causes schema not to compile Bug: Circular field dependency results in maximum call stack

4 participants