Laurent Deketelaere

Results 16 issues of Laurent Deketelaere

For now, IsLoggable check if `logger:ILogger` field existe, if not the field is created and use injection system to provide logger. ### enhancement If class is not IInjectorContainer, we have...

enhancement
hexAnnotation

Timer.delay is crashing in TestRunner._endTestMethodCall ``` MacBook-Pro:bin ali_o_kan$ java -jar java/MainUnitTest-Debug.jar TraceNotifier.hx:73: > TraceNotifier.hx:73: Suite class 'HexUnit suite' TraceNotifier.hx:73: Suite class 'Assertion' TraceNotifier.hx:73: Test class 'hex.unittest.assertion.AssertionTest' TraceNotifier.hx:73: * [testAssertIsTrue] test...

enhancement
hexUnit

missing constructor in hex.unittest.assertion.AssertionTest, ``` MacBook-Pro:bin ali_o_kan$ python MainTest.py > Suite class 'HexUnit suite' Suite class 'Assertion' Test class 'hex.unittest.assertion.AssertionTest' Traceback (most recent call last): File "MainTest.py", line 4925, in...

enhancement
hexUnit

https://github.com/DoclerLabs/hexIoC/blob/master/src/hex/compiler/core/CompileTimeContextFactory.hx#L497 `this._coreFactory.locate( arg.ref );` not working with property reference like "module.propety"

hexIOC
hexDSL

with BasicStaticXmlCompiler ```xml ``` ```js var insta nce = new hex_mock_MockClassWithoutArgument(); coreFactory.register("insta nce",insta nce); this["insta nce"] = insta nce; ``` Compile without crying

bug
hexDSL

In module : ```haxe var controller = new OneController(); _injector.mapToValue( IOneController, controller ); ``` ```haxe class OneController implements ICommandTrigger implements IOneController { public function showDialog():Void { trace(this.injector) // this.injector ==...

documentation

When I instance a stateful service in context with inject-into=true; And I use XmlCompiler.compile createConfiguration method is called only one time with HM 0.15.0

bug
hexIOC