ufront / ufront-orm

The Object Relational Mapper, allows easy, type-safe access to your database. Builds on Haxe's SPOD but adds macro powered relationships, validation and client side usage
MIT License
13 stars 4 forks source link

Compilation error with last 1.0.0-beta.3 version #3

Closed sebpatu closed 10 years ago

sebpatu commented 10 years ago

Hi, i tried to use it with Haxe 3.1.3 and it does not compile. Theres 2 issues: 1- the dependencies in haxelib is not good: theres tink_core, but it lacks tink_macro dependency to compile tink.MacroApi

2- i got a compile error in FileOutput.hx about getString on Bytes. if i delete your custil project haxe.io.Bytes.hx it works fine.

Thanks Seb

jasononeil commented 10 years ago

Just pushed an update to git that should fix each of these.

Thanks for letting me know, I hadn't upgraded to 3.1.2 yet. I'll look into pushing an update to haxelib soon.