constraints-emerge v0.1.2 Release Notes

Release Date: 2018-04-19 // almost 6 years ago
    • ๐Ÿ— Significantly better dictionary generation; the plugin will now build dictionaries that depend on subdicts.
    • ๐Ÿ›  Fixed a bug where dictionaries depending on subdicts would cause segfaults at runtime.
    • ๐Ÿ”Œ The plugin will now refuse to discharge 'Emerge c' constraints if 'c' is not fully monomorphic.
    • ๐Ÿ”Œ The plugin will now fail to generate equality dicts, even for types that are, in fact, equal. This is bad, but much less disastrous than the old behavior which would generate dictionaries for non-equal types...

Previous changes from v0.1.1

    • โšก๏ธ Updated some misleading error messages.