Skip to content

1.1.1: Saving us from ourselves

Compare
Choose a tag to compare
@gfontenot gfontenot released this 16 Feb 15:01
· 159 commits to master since this release

This release adds a protective spell compiler annotation to ensure that flatMap isn't used where map should be used. This is to prevent the Swift compiler from "helping" and coercing functions of the type A -> B to A -> B? and causing a segfault.