Question: 'Cannot copy origin from' the project-path error messages
I’ve got all these messages in the console:
14:17 | INFO | stderr - Initializing eclipse:///debug 14:17 | INFO | stderr - [ identity crisis | warning ] Cannot copy origin from 14:17 | INFO | stderr - "eclipse:///debug" 14:17 | INFO | stderr - [ identity crisis | warning ] Cannot copy origin from 14:17 | INFO | stderr - "eclipse:///debug" 14:17 | INFO | stderr - [ identity crisis | warning ] Cannot copy origin from 14:17 | INFO | stderr - "eclipse:///debug" ...
They originate from https://github.com/metaborg/nabl/blob/master/org.metaborg.meta.nabl2.shared/trans/nabl2/shared/ast.str#L23-L44.
I guess that the project-path string doesn’t have an origin… Does anything break because of this? If not, maybe we should disable the console print.
Submitted by Daco Harkes on 18 January 2017 at 14:18
Issue Log
On 18 January 2017 at 16:49 Hendrik van Antwerpen commented:
The missing origin was a problem for errors from
init
in multi-file scenarios. I fixed it by making up an origin for the resource term, the error messages should now be gone.
On 18 January 2017 at 16:49 Hendrik van Antwerpen closed this issue.
Log in to post comments