i put out a fix at https://github.com/apache/thrift/pull/2661 which should be bringing the build back to normal.
On September 13, 2022, jiayu liu <ji...@hey.com.invalid> wrote: > I did try out hash 72d5912 which wasn't long ago and it did work, and > i > don't think compiler code changed a lot since then. > > Must've been triggered by > https://github.com/apache/thrift//commit/944b8e68a099392d80153ebcf26f32ff7f1d893a > > On September 12, 2022, Jens Geyer <je...@apache.org> wrote: > > Hi, > > > > I have a problem understandimng what the intention of that file > > /compiler/cpp/test/compiler/staleness_check.py" could be? > > > > Particularly, there is a failing test here > > https://app.travis-ci.com/github/apache/thrift/jobs/582450071#L8968 > > > > As far as I see ot, since there is no constants in Included.thrift > > the > > file Included_constants.cpp will not be generated at all. So how can > > a > > file become stale that does not even exist? > > > > What am I overlooking?