Closed andreasabel closed 3 years ago
Could you submit a pull request to delete all ErrorT
-related instances?
Why does this stop you from using it?
I would recommend to keep these instances for anyone who is still using ErrorT.
They will have to either be deleted or guarded with #ifdef
statements eventually when transformers
deletes ErrorT
, but I can hold onto them for now.
I would recommend to keep these instances for anyone who is still using ErrorT.
They throw warnings and thus make the dependency mmorph
a nuisance when compiling with -Werror
.
Probably you are aware of this already, but for me it stops me from using your library (and other libraries that depend on yours).