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

Fix naming lints #4

Merged
merged 2 commits into from
Jan 4, 2024
Merged

Fix naming lints #4

merged 2 commits into from
Jan 4, 2024

Conversation

emilk
Copy link
Contributor

@emilk emilk commented Jan 3, 2024

The macros declared variables with names that cargo doesn't like, leading to warnings in user code.

@Luthaf
Copy link
Owner

Luthaf commented Jan 4, 2024

Thanks for taking the time to do this! I can't push to your branch, so I'll merge this and fix CI in a separate PR.

@Luthaf Luthaf merged commit 65327b8 into Luthaf:master Jan 4, 2024
1 of 2 checks passed
@Luthaf Luthaf mentioned this pull request Jan 4, 2024
@Luthaf
Copy link
Owner

Luthaf commented Jan 4, 2024

Now published in v0.4.1

emilk added a commit to rerun-io/rerun that referenced this pull request Jan 5, 2024
### What
I made a PR (Luthaf/log-once#4) to fix the
annoying warnings about snake-case identifiers that the log-once macros
produced.

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested the web demo (if applicable):
* Using newly built examples:
[app.rerun.io](https://app.rerun.io/pr/4702/index.html)
* Using examples from latest `main` build:
[app.rerun.io](https://app.rerun.io/pr/4702/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)
* Using full set of examples from `nightly` build:
[app.rerun.io](https://app.rerun.io/pr/4702/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG

- [PR Build Summary](https://build.rerun.io/pr/4702)
- [Docs
preview](https://rerun.io/preview/9278fa307517a1b41d5a33efe01c83f3013279c2/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/9278fa307517a1b41d5a33efe01c83f3013279c2/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
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