We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
order
Forbid the same order to be re-used in the same context (e.g. two objects in the same module, two fields in the same object, etc).
The text was updated successfully, but these errors were encountered:
__init__
Force kwargs in codegened __init__ methods of Archetypes (#3517)
f8f8f24
### What * Closes of #3167 * Closes #2680 Force using named arguments for all optional parameters of our archetypes ### 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 [demo.rerun.io](https://demo.rerun.io/pr/3517) (if applicable) - [PR Build Summary](https://build.rerun.io/pr/3517) - [Docs preview](https://rerun.io/preview/efe3d1b213558467aeb97fbc2177b60495e82144/docs) <!--DOCS-PREVIEW--> - [Examples preview](https://rerun.io/preview/efe3d1b213558467aeb97fbc2177b60495e82144/examples) <!--EXAMPLES-PREVIEW--> - [Recent benchmark results](https://ref.rerun.io/dev/bench/) - [Wasm size tracking](https://ref.rerun.io/dev/sizes/)
Successfully merging a pull request may close this issue.
Forbid the same
order
to be re-used in the same context (e.g. two objects in the same module, two fields in the same object, etc).The text was updated successfully, but these errors were encountered: