Skip to content

feat(routing): add immutable RoutingResult class for routing resolution#205

Merged
codeZe-us merged 1 commit intoBoxkit-Labs:mainfrom
Tochukwu-tech:feat/routing-result
Mar 31, 2026
Merged

feat(routing): add immutable RoutingResult class for routing resolution#205
codeZe-us merged 1 commit intoBoxkit-Labs:mainfrom
Tochukwu-tech:feat/routing-result

Conversation

@Tochukwu-tech
Copy link
Copy Markdown
Contributor

@Tochukwu-tech Tochukwu-tech commented Mar 30, 2026

Closes: #69

Summary

  • Add immutable RoutingResult final class with source, id, and warnings fields
  • Warnings list is wrapped in List.unmodifiable to prevent mutation after construction
  • Includes value equality and proper hashCode/toString overrides

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 30, 2026

@Tochukwu-tech Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@codeZe-us codeZe-us self-requested a review March 31, 2026 11:31
Copy link
Copy Markdown
Contributor

@codeZe-us codeZe-us left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Tochukwu-tech This is okay, thanks

@codeZe-us codeZe-us merged commit d2bcb68 into Boxkit-Labs:main Mar 31, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Define RoutingResult class as an immutable data structure

2 participants