fix: add safety checks to prevent runtime crashes#63
fix: add safety checks to prevent runtime crashes#63Tusharjamdade wants to merge 1 commit intoknative-extensions:mainfrom
Conversation
|
@Tusharjamdade: The label(s) DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Tusharjamdade The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
|
|
Welcome @Tusharjamdade! It looks like this is your first PR to knative-extensions/educational-game 🎉 |
Signed-off-by: Tusharjamdade <tusharnjamdade@gmail.com>
ed8fa40 to
ce504b5
Compare
|
Hi @Cali0707, @ankitajana21 and @prajjwalyd, Could you please take a look and let me know if there are any required changes? Fix: 2026-01-28.22-46-32.mp4This PR resolves one of the issues demonstrated in the video. |
|
PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Changes
This PR adds defensive checks to prevent the application from crashing in multiple edge cases, including:
The gameplay and learning flow remain unchanged the system now handles invalid user interactions gracefully instead of crashing.
/kind
Fixes #62
Release Note
Fixed a crash that could occur when users created invalid or incomplete event flow connections. The game now handles such interactions gracefully across all levels.
Docs