Skip to content

Commit

Permalink
THRIFT-5347 Deprecate Haskell bindings
Browse files Browse the repository at this point in the history
Client: hs
Patch: Jens Geyer
  • Loading branch information
Jens-G committed Feb 18, 2021
1 parent 011eb22 commit 2c0f932
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler/cpp/src/thrift/generate/t_generator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@ t_generator* t_generator_registry::get_generator(t_program* program,
else if (language == "as3") {
pwarning(1, "The '%s' target is deprecated and will be removed in future Thrift versions.", language.c_str());
}
else if (language == "hs") {
pwarning(1, "The '%s' target is deprecated and will be removed in future Thrift versions.", language.c_str());
}

if (iter == the_map.end()) {
return nullptr;
Expand Down

0 comments on commit 2c0f932

Please sign in to comment.