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

[feat] Compiler to optional #205

Open
b-j-roberts opened this issue Sep 11, 2024 · 9 comments
Open

[feat] Compiler to optional #205

b-j-roberts opened this issue Sep 11, 2024 · 9 comments
Assignees
Labels
enhancement New feature or request

Comments

@b-j-roberts
Copy link
Contributor

Change the compiler from opcodes: Felt252Dict<u8> to opcodes: Felt252Dict<Option<u8>>, and when compiling opcodes, throw an error if the opcode does not exist.

Create a set of test cases in src/tests/test_compiler.cairo of these new features.

References

Compiler

@stevencartavia
Copy link

Hi, I would like to try this one!

Copy link

onlydustapp bot commented Sep 11, 2024

Hey @stevencartavia!
Thanks for showing interest.
We've created an application for you to contribute to shinigami.
Go check it out on OnlyDust!

@b-j-roberts b-j-roberts added the enhancement New feature or request label Sep 11, 2024
@mubarak23
Copy link
Contributor

@b-j-roberts i have work on something like this before on this project, Kindly Assign

Copy link

onlydustapp bot commented Sep 11, 2024

Hey @mubarak23!
Thanks for showing interest.
We've created an application for you to contribute to shinigami.
Go check it out on OnlyDust!

@ShantelPeters
Copy link
Contributor

@b-j-roberts please can I be assigned to this issue

Copy link

onlydustapp bot commented Sep 11, 2024

Hey @ShantelPeters!
Thanks for showing interest.
We've created an application for you to contribute to shinigami.
Go check it out on OnlyDust!

@JoE11-y
Copy link

JoE11-y commented Sep 11, 2024

Can I take a stab at this? @b-j-roberts.

Copy link

onlydustapp bot commented Sep 11, 2024

Hey @JoE11-y!
Thanks for showing interest.
We've created an application for you to contribute to shinigami.
Go check it out on OnlyDust!

@b-j-roberts
Copy link
Contributor Author

Hi, I would like to try this one!

Awesome, thank you and welcome to the project. Please let me know if you have any questions, I'll assign now and check on progress soon 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants