haxetink / tink_core

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

Fix lazy const map being eager #83

Closed gene-pavlovsky closed 6 years ago

gene-pavlovsky commented 6 years ago

Unless I'm mistaken, there is a problem with map and flatMap in LazyConst - they are actually eagerly evaluated. This PR also adds a minimal test for Lazy

PS Also changed single quotes to double quotes in haxe_libraries hxml files - those are not liked by newest lix on Windows

back2dos commented 6 years ago

Awesome, thanks :)