Print error if an extension overrides a method in main class lib.
commitf086b4eaebc349d750b460dd41cdad67e6ee3b6f
authorJonatan Liljedahl <lijon@kymatica.com>
Tue, 15 Nov 2011 12:31:23 +0000 (15 13:31 +0100)
committerJonatan Liljedahl <lijon@kymatica.com>
Wed, 23 Nov 2011 16:05:34 +0000 (23 17:05 +0100)
tree4791236a76fb4729aded8c9fecd615c6d10a4752
parent3638b19e46e64c020bc9f7a138e5c887ff720420
Print error if an extension overrides a method in main class lib.

For this to work, the _MainOverwriteMsg primitive was changed to provide absolute paths.
Note that the error is only printed, everything will continue to work as usual and
the extension is still compiled and available.

For intentional overrides, put the sourcecode in a SystemOverrides subfolder.
SCClassLibrary/DefaultLibrary/Main.sc
lang/LangSource/PyrParseNode.cpp