haxetink / tink_core

Core utilities
https://haxetink.github.io/tink_core
MIT License
117 stars 33 forks source link

Don't use tink.CoreApi inside tink.core itself (related to #119) #124

Closed nadako closed 4 years ago

nadako commented 4 years ago

The motivation is to not include the whole library when you use only a part of it, because not everyone is type-safe enough to compile with dce=full :)

back2dos commented 4 years ago

because not everyone is type-safe enough to compile with dce=full :)

😢

nadako commented 4 years ago

BTW Future imports Signal just to get that Gather thing, but oh well.

nadako commented 4 years ago

Gather

Does that thing exist just because Haxe doesn't support @:deprecated on arguments?

back2dos commented 4 years ago

Yup.