Builder with realtime annotation does not get analyzed AST after edits in source
Instead it gets the AST straight from the parser. This is most likely caused by the analyzed AST not being available yet when the builder is invoked. Invocation of a realtime builder without source annotation should be deferred until the analyzed AST is available.
Probable related issue: https://yellowgrass.org/issue/Spoofax/262.
Submitted by Gabriƫl Konat on 20 July 2013 at 00:02
Log in to post comments