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

nightly compiler/lint fixes #129

Merged
merged 5 commits into from
Dec 5, 2024
Merged

Conversation

philrhc
Copy link
Contributor

@philrhc philrhc commented Dec 4, 2024

i think that main branch is breaking as rustc nightly is being updated

@philrhc philrhc changed the title test compiler/lint fixes Dec 4, 2024
@philrhc philrhc changed the title compiler/lint fixes nightly compiler/lint fixes Dec 4, 2024
@dicej
Copy link
Collaborator

dicej commented Dec 5, 2024

Thanks for this. I think the best way to address it is not use nightly to run the lints. Clippy changes frequently in nightly -- and often in ways that never get stabilized. We shouldn't have to worry about that and constantly make changes to keep up.

I'll see what I can do to fix the GitHub workflows to use stable by default. As I mentioned elsewhere, we only need nightly for building the runtime library, and once #113 is addressed we might not need it at all anymore.

@dicej
Copy link
Collaborator

dicej commented Dec 5, 2024

Oops, forget what I said above. Looks like these lints are on stable after all; I just hadn't updated locally yet. And it seems that CI is using stable by default, so that's good.

@dicej dicej merged commit 0041761 into bytecodealliance:main Dec 5, 2024
4 checks passed
@dicej dicej mentioned this pull request Dec 5, 2024
philrhc added a commit to philrhc/componentize-py that referenced this pull request Dec 6, 2024
* test

* trigger test workflow

* remove lint from workflow

* lint/compiler fixes

* re-adds readme

---------

Co-authored-by: Phil Cummins <[email protected]>
dicej pushed a commit that referenced this pull request Dec 6, 2024
* refactors linking

* remove , anyhow::Error from prelink

* fmt

* formatting

* nightly compiler/lint fixes (#129)

* test

* trigger test workflow

* remove lint from workflow

* lint/compiler fixes

* re-adds readme

---------

Co-authored-by: Phil Cummins <[email protected]>

---------

Co-authored-by: Phil Cummins <[email protected]>
@philrhc philrhc deleted the trigger-ci branch January 11, 2025 10:16
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.

2 participants