hexMachina
hexMachina copied to clipboard
Wrong error in case of invalid IModelListener
I've fucked up an interface accidentally, and it didn't show me the proper message:
I wrote this in the IMyModelListener
function onMyChange(index):Void;
And the message was this: .haxelib/hexinject/git/src/hex/di/IInjectorContainer.hx:9: characters 2-11 : Fails to retrieve pack for class named 'hex.di.IDependencyInjector' .haxelib/hexinject/git/src/hex/di/IInjectorContainer.hx:9: characters 2-11 : Error caught: Type required for extern classes and interfaces
It should tell me I didn't give type for the index parameter.
Cannot reproduce this one.
Can we close this issue?