Skip to content

Instantly share code, notes, and snippets.

@alecmce
Last active June 26, 2016 19:53
Show Gist options
  • Save alecmce/5941428 to your computer and use it in GitHub Desktop.
Save alecmce/5941428 to your computer and use it in GitHub Desktop.
Current errors for (broken) haxe3 branch https://github.com/alecmce/dust/tree/haxe3
➜ dust git:(haxe3) ✗ rake test:as3
verify ["as3"] dependency -> 'openfl'
verify ["as3"] dependency -> 'minject'
haxelib run munit test -as3 -browser firefox --no-inline
Massive Unit - Copyright 2013 Massive Interactive. Version 2.0.2
haxe -main TestMain -cp src -cp test -lib munit -lib openfl -lib minject -swf-version 11.4 -swf bin/test/bin/as3_test.swf
/usr/lib/haxe/lib/minject/1,2,2/minject/Injector.hx:49: characters 2-7 : You cannot use @:build inside a macro : make sure that your enum is not used in macro
test/dust/collections/CollectionsConfigTest.hx:13: lines 13-47 : Defined in this class
/usr/lib/haxe/lib/minject/1,2,2/minject/point/MethodInjectionPoint.hx:104: characters 16-35 : minject.Injector has no field getMapping
/usr/lib/haxe/lib/minject/1,2,2/minject/InjectionConfig.hx:50: characters 21-48 : minject.Injector has no field getAncestorMapping
/usr/lib/haxe/lib/minject/1,2,2/minject/point/PropertyInjectionPoint.hx:43: characters 40-59 : minject.Injector has no field getMapping
/usr/lib/haxe/lib/minject/1,2,2/minject/result/InjectClassResult.hx:39: characters 9-29 : minject.Injector has no field instantiate
/usr/lib/haxe/lib/minject/1,2,2/minject/result/InjectSingletonResult.hx:50: characters 9-29 : minject.Injector has no field instantiate
src/dust/Injector.hx:12: characters 18-40 : minject.Injector does not have a constructor
src/dust/Injector.hx:13: characters 8-30 : minject.Injector has no field parentInjector
src/dust/Injector.hx:18: characters 8-24 : minject.Injector has no field mapValue
src/dust/Injector.hx:24: characters 8-24 : minject.Injector has no field mapClass
src/dust/Injector.hx:30: characters 8-28 : minject.Injector has no field mapSingleton
src/dust/Injector.hx:36: characters 8-30 : minject.Injector has no field mapSingletonOf
src/dust/Injector.hx:49: characters 15-33 : minject.Injector has no field hasMapping
src/dust/Injector.hx:54: characters 8-21 : minject.Injector has no field unmap
src/dust/Injector.hx:59: characters 8-26 : minject.Injector has no field injectInto
src/dust/Injector.hx:64: characters 15-34 : minject.Injector has no field instantiate
src/dust/Injector.hx:69: characters 15-34 : minject.Injector has no field getInstance
Error: Error compiling hxml for as3
Target as3 /Users/alec/dev/alecmce/dust/bin/test/bin/as3_test.swf
@alecmce
Copy link
Author

alecmce commented Jul 6, 2013

Seems like it's something to do with minject/Injector.hx calling CollectionMap, which has two defined macro methods. I don't really understand.

@robinburrer
Copy link

not working for me either :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment