Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A bit of linting #107

Merged
merged 4 commits into from
May 9, 2024
Merged

A bit of linting #107

merged 4 commits into from
May 9, 2024

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented May 8, 2024

  • unpublished crates should not have version, and should have publish=false
  • add clippy lints to workspace
  • worked through a number of clippy suggestions

* unpublished crates should not have version, and should have `publish=false`
* add clippy lints to workspace
* worked through a number of clippy suggestions
@ianthetechie ianthetechie self-requested a review May 9, 2024 06:15
@ianthetechie
Copy link
Contributor

Looks like we need to bump the MSRV (seems like 1.75 added support for version-less packages): rust-lang/cargo#12786

@ianthetechie
Copy link
Contributor

Just an FYI for next time: even changes to comments in the generated bindings result in UniFFI's pedantic integrity checksums failing ;) Normally one would simply not commit generated bindings, but regrettably I haven't yet figured out a way to avoid this given the... quirks of how SPM works. Android doesn't have this problem.

So, TL;DR, you'll need to run build-ios.sh in the common directory before committing and stage any changes in ferrostar.swift.

@ianthetechie ianthetechie merged commit 2adc570 into stadiamaps:main May 9, 2024
9 checks passed
@nyurik nyurik deleted the lints branch May 9, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants