HaxeFoundation / record-macros

Macro-based ORM (object-relational mapping)
MIT License
49 stars 24 forks source link

We should provide a release on haxelib #51

Closed grepsuzette closed 1 year ago

grepsuzette commented 4 years ago

Hi, I think we should provide a release on haxelib. So far there is only one version of record-macros:

Name: record-macros
Tags: db, orm, spod, sql
Desc: Macro-based ORM (object-relational mapping)
Website: https://github.com/HaxeFoundation/record-macros
License: MIT
Owner: waneck
Version: 1.0.0-alpha
Releases: 
   2016-10-09 03:40:11 1.0.0-alpha : Initial release

To make this worst this 2016 is broken, it can not get passed compilation even for the simplest tests:

record-macros/1.0.0-alpha/haxelib/src/sys/db/RecordMacros.hx:467: characters 13-20 : Warning : private structure fields are deprecated                                         
record-macros/1.0.0-alpha/haxelib/src/sys/db/RecordMacros.hx:736: characters 12-14 : Unmatched patterns: OpIn   

The git version OTOH works. So if we don't want people to diverge from record-macros, we should release some version on haxelib soon, one that's advertised to work with Haxe4+ for example.