tong / hxssl

Haxe→C++/Neko OpenSSL bindings
30 stars 45 forks source link

Deprecated...but only in development branch of haxe #57

Closed IBwWG closed 8 years ago

IBwWG commented 8 years ago

For those of us running stable haxe 3.2.1, I'm not sure what the options are...haxe.Http refers you to hxssl, which then says it's deprecated. I realize this is an in-between time, but is there no other option? 3.3.0 may require changes to my code base. There are these directions, should they be used with haxe 3.2.1?

hexonaut commented 8 years ago

I would use the latest git hxssl for < 3.3.0. The haxelib version is way out of date.

IBwWG commented 8 years ago

OK, but otherwise...this isn't actually deprecated then? Updated 20 days ago...?

hexonaut commented 8 years ago

It is depreciated for the newest version of Haxe, but it still should work fine for older versions.

IBwWG commented 8 years ago

Mind if I PR the readme then? At least until the newest version is out of RC?

hexonaut commented 8 years ago

I added a clarification in the depreciation notice.

IBwWG commented 8 years ago

Thanks muchly, this will help newcomers a lot, I think :)