remotely icon indicating copy to clipboard operation
remotely copied to clipboard

Doc fixes

Open adamw opened this issue 9 years ago • 2 comments

This contains the same change as #96, plus a code change to the protocol definition so that it compiles, and an explanation on what the macro generates (it wasn't obvious to me at first)

adamw avatar Oct 06 '15 07:10 adamw

@ahjohannessen what's your take on this? Think we should add that convenience object you pasted in your comment to the actual code base - I agree the current setup is quite verbose and not that great for a DSL.

@runarorama @stew what do you guys think?

timperrett avatar May 31 '16 16:05 timperrett

@timperrett My take on using hlist on Codecs, after using it in anger for a while, is that I do not really see the point of it and compile times are not great. I have a related issue - #110 - around that. However, if hlists are not being removed, then I think it makes sense to provide that convenience object as the current setup is bad wrt. DSL.

ahjohannessen avatar May 31 '16 17:05 ahjohannessen