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

tile Scheduler should error if its name is not unique #139

Open
adam-ce opened this issue Nov 12, 2024 · 0 comments
Open

tile Scheduler should error if its name is not unique #139

adam-ce opened this issue Nov 12, 2024 · 0 comments
Labels

Comments

@adam-ce
Copy link
Member

adam-ce commented Nov 12, 2024

i.e., Scheduler::Scheduler(std::string name, unsigned int tile_resolution, QObject* parent) should get a static registry of names, if the name exists, assert false in debug mode, otherwise write to the log and disable the scheduler.

https://github.com/AlpineMapsOrg/renderer/blob/main/nucleus/tile/Scheduler.cpp

@adam-ce adam-ce added the small label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant