The root cause is this rule:

nabl-props-custom : _ -> result
with
  result := <nabl-custom-properties(id)> <+ 
  result := []

It should be

iset := <new-iset>; try(nabl-custom-properties(\p* -> <iset-addlist(|p*); fail> iset\))

instead.

Submitted by Guido Wachsmuth on 29 March 2014 at 00:44

On 29 March 2014 at 01:08 Gabriël Konat commented:

This should be a pull request


On 29 March 2014 at 10:03 Daco Harkes commented:

Yes, please use a pull request or directly commit to runtime libraries.


On 29 March 2014 at 11:48 Guido Wachsmuth commented:

I just saw the mistake, do not have a project with copied libraries at hand to test it, so I simply created an issue. But ok, here is the pull request: https://github.com/metaborg/runtime-libraries/pull/10


On 31 March 2014 at 10:43 Gabriël Konat commented:

I merged the pull request, was this fixed?


On 1 April 2014 at 10:42 Gabriël Konat closed this issue.

Log in to post comments