I ran into an ownership error message with LogCommand in another project. It can be easily worked around by using &LogCommand, but I thought deriving Copy also is a good idea.
@casey: Do you know whether this would be a minor or a major version bump? (I wouldn't necessarily cut a release for this though.)
I ran into an ownership error message with
LogCommand
in another project. It can be easily worked around by using&LogCommand
, but I thought derivingCopy
also is a good idea.@casey: Do you know whether this would be a minor or a major version bump? (I wouldn't necessarily cut a release for this though.)