hexMachina icon indicating copy to clipboard operation
hexMachina copied to clipboard

Wrong error in case of invalid IModelListener

Open grosmar opened this issue 9 years ago • 2 comments

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.

grosmar avatar Sep 10 '16 19:09 grosmar

Cannot reproduce this one.

FrancisBourre avatar Oct 12 '16 08:10 FrancisBourre

Can we close this issue?

FrancisBourre avatar Nov 11 '16 08:11 FrancisBourre