Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Fix for crashes in metadata extraction while in pub serve #888

Closed
wants to merge 1 commit into from

Conversation

blois
Copy link
Contributor

@blois blois commented Apr 10, 2014

Issue was around how the metadata extractor folds member annotations into the class annotations. It was doing in-place modifications to the AST which would then persist to the next build of the application in pub serve. Correct change is to clone the AST node which is to be modified and leave the original intact.

Issue was around how the metadata extractor folds member annotations into the class annotations. It was doing in-place modifications to the AST which would then persist to the next build of the application in pub serve. Correct change is to clone the AST node which is to be modified and leave the original intact.
@blois blois added cla: yes and removed cla: no labels Apr 10, 2014
blois added a commit that referenced this pull request Apr 11, 2014
Issue was around how the metadata extractor folds member annotations into the class annotations. It was doing in-place modifications to the AST which would then persist to the next build of the application in pub serve. Correct change is to clone the AST node which is to be modified and leave the original intact.

Closes #888
@blois blois closed this in e35a5e1 Apr 11, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

1 participant