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

refactor: use a version number for routes computation #1741

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wyfo
Copy link
Contributor

@wyfo wyfo commented Jan 26, 2025

Using a version number allows resetting all computed routes just by incrementing it.
Each time a route is computed, it associated with the current version number. When the already computed route is accessed, its associated version number is compared, and no route is returned if it doesn't match.

Using a version number allows resetting all computed routes just by
incrementing it.
Each time a route is computed, it associated with the current version
number. When the already computed route is accessed, its associated
version number is compared, and no route is returned if it doesn't match.
@wyfo wyfo requested a review from OlivierHecart January 26, 2025 17:24
@wyfo wyfo added the internal Changes not included in the changelog label Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes not included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant