ghc-tags-plugin v0.1.5.0 Release Notes
Release Date: 2020-03-13 // about 5 years ago-
- ๐ concurrency safety - protection
tags
file using a file lock
- ๐ concurrency safety - protection
Previous changes from v0.1.4.0
-
- ๐ท Tags for default instances of associated (data) type familes.
- โ Added path argument, can be passed using
-fplugin-opt=Plugin.GhcTags:../tags
. - Wrapped
IOExceptions
, so when it will happen it will be obvious that the plugin failed notghc
- ๐ Fixed the tag ordering function to be fullfil the transitivness property.