DoclerLabs / hexMachina

Releases, issues, documentation, website of hexMachina, framework written in Haxe
http://hexmachina.org
MIT License
44 stars 8 forks source link

Problem with withClassName #216

Closed NewKrok closed 7 years ago

NewKrok commented 7 years ago

I can't create ExecutionPayload with UInt, but it works well with Int.

new ExecutionPayload( value ).withClassName( "UInt" )

Error: hex.error.IllegalArgumentException at hex.control.payload.ExecutionPayload#withClassName line:78 in file 'ExecutionPayload.hx' | type 'UInt' not found [NoDomain] at hex.error.Exception::new line 24 in file Exception.hx

FrancisBourre commented 7 years ago

Should be fixed in next version. Func tests are passing.