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

Implement missing Unit support in compiler #820

Open
aslesarenko opened this issue Jul 14, 2022 · 1 comment · May be fixed by #822
Open

Implement missing Unit support in compiler #820

aslesarenko opened this issue Jul 14, 2022 · 1 comment · May be fixed by #822
Assignees
Labels
A-frontend Area: ErgoScript compiler (source -> ErgoTree) Bounty - 500 SigUSD C-enhancement Category: A PR with an enhancement or a proposed one in an issue. good first issue [Description](https://github.com/nodejs/admin/issues/50#issuecomment-367669993) P2-medium Priority: Medium

Comments

@aslesarenko
Copy link
Member

The following scripts cannot be compiled in v4.x and v5.0.

{ SELF.R4[Unit].get == () }

{ SELF.R4[Unit].isDefined }

The implementation should be done on top of v5.0.1-develop branch or above.

See the corresponding test cases in property("Unit register") and make them work.

@aslesarenko aslesarenko added C-enhancement Category: A PR with an enhancement or a proposed one in an issue. good first issue [Description](https://github.com/nodejs/admin/issues/50#issuecomment-367669993) A-frontend Area: ErgoScript compiler (source -> ErgoTree) P2-medium Priority: Medium labels Jul 14, 2022
@kettlebell
Copy link

Will work on this, please assign me.

@kettlebell kettlebell linked a pull request Jul 31, 2022 that will close this issue
@aslesarenko aslesarenko linked a pull request Dec 8, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: ErgoScript compiler (source -> ErgoTree) Bounty - 500 SigUSD C-enhancement Category: A PR with an enhancement or a proposed one in an issue. good first issue [Description](https://github.com/nodejs/admin/issues/50#issuecomment-367669993) P2-medium Priority: Medium
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants