forked from tinylib/msgp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support type-scope msgp:tag directives
Type-scope `//msgp:tag {tagname} Type1 Type2` directives take *exclusive* precedence over file-scope directives for the types they apply to. If a type has a custom tag set via a type-scope directive: 1. The tag set via the type-scope directive will be checked first, then `msg` and `msgpack` are checked as fallbacks 2. Any tag set in a file-scope directive will *not* be checked for that type (enabling the use of type-scope tag directives for compatibility purposes).
- Loading branch information
1 parent
4f514b9
commit d87ac41
Showing
2 changed files
with
35 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters