Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Fix validation of flight plans #25

Merged
merged 1 commit into from
Mar 18, 2022
Merged

Fix validation of flight plans #25

merged 1 commit into from
Mar 18, 2022

Conversation

jdno
Copy link
Owner

@jdno jdno commented Mar 18, 2022

Flight plans received from the client failed to pass validation, which
upon further investigation revealed a bug in the algorithm. Since flight
plans are stored in reverse order, checking if the next node is the same
has to be done by comparing the last nodes in the lists.

@jdno jdno self-assigned this Mar 18, 2022
@jdno jdno enabled auto-merge (squash) March 18, 2022 15:44
Flight plans received from the client failed to pass validation, which
upon further investigation revealed a bug in the algorithm. Since flight
plans are stored in reverse order, checking if the next node is the same
has to be done by comparing the last nodes in the lists.
@jdno jdno force-pushed the fix-flight-plan-validation branch from 051d81e to 2260019 Compare March 18, 2022 15:52
@jdno jdno merged commit ab32217 into main Mar 18, 2022
@jdno jdno deleted the fix-flight-plan-validation branch March 18, 2022 15:58
@jdno jdno added C-bug Report a new bug R-fixed Add a fixed bug to the release notes labels Mar 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
C-bug Report a new bug R-fixed Add a fixed bug to the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant