[
https://issues.apache.org/jira/browse/THRIFT-2945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15798529#comment-15798529
]
ASF GitHub Bot commented on THRIFT-2945:
----------------------------------------
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
> Implement support for Rust language
> -----------------------------------
>
> Key: THRIFT-2945
> URL: https://issues.apache.org/jira/browse/THRIFT-2945
> Project: Thrift
> Issue Type: New Feature
> Components: Wish List
> Reporter: Maksim Golov
> Assignee: Jeremy Fitzhardinge
>
> Work on implementing support for Rust is in progress:
> https://github.com/maximg/thrift by Simon Génier and myself.
> It will probably take quite some time to complete. Please keep us updated if
> there are changes related to our work.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)