Closed bubnov closed 1 month ago
Hi! Thanks for opening this pull request! :smile:
Good job!
Btw do you have interest in bumping the versions to make CI green? (just follow the git diff like https://github.com/fzyzcjy/flutter_rust_bridge/actions/runs/11345086811/job/31551204489?pr=2350 and modify what it disagrees) Alternatively I will do that simple bump.
I'm not quite sure what to do here to be honest. Also it is strange that a simple doc update requires the version bump. Source code left intact.
I think I will skip for now. It is much easier for you to do that.
Also, it seems like this is a good candidate for automatisation (e.g. a bash script for the version bump).
Sure, no problem!
Also it is strange that a simple doc update requires the version bump
It is because of time: the upstream package updates once in a while.
a bash script for the version bump
Yes there's one. I said the manual way because I guess you may not have all dependencies installed.
Hi! Congrats on merging your first pull request! :tada:
@all-contributors please add @bubnov for doc
@fzyzcjy
I've put up a pull request to add @bubnov! :tada:
Mention the fix for the issue when Cargokit fails to build for macos target.
Changes
Added new section to the
troubleshooting.md
file.Checklist
./frb_internal precommit --mode slow
(orfast
) is run (it internal runs code generator, does auto formatting, etc)../website
folder) are updated.Remark for PR creator
./frb_internal --help
shows utilities for development.