Incomplete editor update after building a language
When building a language, the editor becomes inactive (turning grey) and should become activated again when the build is done. However, in the current nightly it stays inactive.
Submitted by Guido Wachsmuth on 25 September 2014 at 13:17
Issue Log
On 25 September 2014 at 13:17 Guido Wachsmuth tagged lab
On 25 September 2014 at 13:52 Gabriël Konat commented:
This is caused by a wrong order of operations in the language build.
generate-pp
is called aftersdf2imp.eclipse.load
, which makes reloading fail because the language has not been completely built yet. The fix is to movegenerate-pp
before thepppack
target, and making it depend onsdf2imp
.
On 4 November 2014 at 15:30 Gabriël Konat closed this issue.
Log in to post comments