Github user markerickson-wf commented on the issue: https://github.com/apache/thrift/pull/1147 @allengeorge I just did `make clean` followed by `make precross` and I don't see any warnings. The `pubspec.lock` files are in `.gitignore`, so you can safely delete those and try again. `make clean` should remove all of the artifacts leftover from `pub get`, but if you want to make sure, you could do this from the root of the thrift repo: ``` find . -type f -name "pubspec.lock" | xargs rm find . -type d -name ".pub" | xargs rm -r find . -type d -name "packages" | xargs rm -r find . -type f -name ".packages" | xargs rm ``` As far as the `version` in `pubspec.yaml`, that should be updated on the next release. It looks like it's on the checklist here - https://thrift.apache.org/docs/committers/HowToVersion
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---