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

Automate what Components, Datatypes & Archetypes make it to the top level namespace in all languages #6112

Open
Wumpf opened this issue Apr 25, 2024 · 0 comments
Labels
🌊 C++ API C or C++ logging API codegen/idl 🐍 Python API Python logging API 🦀 Rust API Rust logging API

Comments

@Wumpf
Copy link
Member

Wumpf commented Apr 25, 2024

Right now we hand-pick what goes to the top level namespace (rerun typically)

We should do this codegen instead by establishing a simple rule set. Could be a simple hierarchical order where we expose a datatype if no component shadows it and components if no archetype shadows it.

@Wumpf Wumpf added 🐍 Python API Python logging API 🦀 Rust API Rust logging API codegen/idl 🌊 C++ API C or C++ logging API labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌊 C++ API C or C++ logging API codegen/idl 🐍 Python API Python logging API 🦀 Rust API Rust logging API
Projects
None yet
Development

No branches or pull requests

1 participant