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

[CAN Gen] - Generalize Result Class #92

Open
nwdepatie opened this issue Mar 10, 2024 · 0 comments
Open

[CAN Gen] - Generalize Result Class #92

nwdepatie opened this issue Mar 10, 2024 · 0 comments

Comments

@nwdepatie
Copy link
Contributor

Description

Right now, the Result class (found in Result.py) is very much specific to our specific Rust use case. We need to make it more generalized to the different use cases. Specifically, we should allow for the returning of code to encode data + code to route data + code to decode data

Acceptance Criteria

It should build with Calypso and should accurately represent the different types of code that we are generating

Proposed Solution

Maybe leverage polymorphism for this like we've been doing for other data types?

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

No branches or pull requests

1 participant