-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix program name of erlang annotations
Summary: {D69087699} is failing with a Thrift parse error: ```lang=text,counterexample Type `annotation.NameOverride` not defined. ``` because the codemod added `include "thrift/annotation/erlang.thrift"` but then used `annotation.NameOverride`, instead of `erlang.NameOverride`. The `annotation.NameOverride` annotation is defined in "thrift/facebook/erlang/annotation.thrift" which is obsolete since {D66053796}. Reviewed By: zertosh Differential Revision: D69315299 fbshipit-source-id: fe55c61ec255d7e316bdedd8a57b0aeeb24987df
- Loading branch information
1 parent
bbce75d
commit 21ab5fe
Showing
2 changed files
with
16 additions
and
17 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