Conversation
Click to see raw report |
|
Summarizing our pairing session from this morning:
|
|
FTR, I drafted this PR a while ago to preserve source vec nat8 and blob #537 |
|
@christoph-dfinity @crusso it doesn't look that hard to use the One problem I see is that we would need to pull the |
Hmm I see... I think I'd prefer moving the IDL* types into the candid crate (assuming that's the one at the "bottom" of the hierarchy) |
Overview
Adds support for line comments that are "associated" to types, fields and services in Candid. "Associated" means that there's no empty line between the last line of the comment and the underlying type, field or service.
Considerations
Still needs support for block comments.