-
Notifications
You must be signed in to change notification settings - Fork 46
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
editoast: provide details when pathfinding failed #9162
editoast: provide details when pathfinding failed #9162
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #9162 +/- ##
============================================
- Coverage 39.13% 39.06% -0.08%
- Complexity 2267 2270 +3
============================================
Files 1305 1308 +3
Lines 99068 99315 +247
Branches 3310 3316 +6
============================================
+ Hits 38771 38796 +25
- Misses 58336 58554 +218
- Partials 1961 1965 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c72891a
to
124328d
Compare
124328d
to
17485fe
Compare
2e1289d
to
5f6ad70
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, I realize that every (or almost every) struct
in the module pathfinding
are prefixed with Pathfinding
which is somewhat redundant. We might want to fix that but in another PR (hence I put a comment that don't need to be resolved). cc @leovalais
Apart from that, thank you for this PR, I'm always amazed by what this application will bring to debuggability of pathfinding (and simulation) errors.
5f6ad70
to
484797d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR! LGTM on the views
side, but I think there's too much logic in the core
module. I agree with @woshilapin about the redundancy of the prefix, and I'm fine with changing that in another PR. I'll test this later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, left few comments
bc525a8
to
068286f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for the front part, not tested yet
c57e33a
to
58107e9
Compare
3002043
to
eb54577
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested and it works great ! Left some comment
front/public/locales/en/operationalStudies/manageTrainSchedule.json
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Core part was very complex, good job navigating through it, thanks for that.. :D
b61e346
to
bdf6115
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm and tested, good job. You can resolve the last 2 comments when needed :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the changes! A few last modifications 🙏:
ecb8a3b
to
e28f952
Compare
Signed-off-by: Youness CHRIFI ALAOUI <[email protected]>
Signed-off-by: Youness CHRIFI ALAOUI <[email protected]>
Signed-off-by: Youness CHRIFI ALAOUI <[email protected]>
e28f952
to
914365c
Compare
Close #8038