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

try.js:10-14: Fix implementation of "try" atom. Current... #65

Closed
0pdd opened this issue May 23, 2024 · 4 comments
Closed

try.js:10-14: Fix implementation of "try" atom. Current... #65

0pdd opened this issue May 23, 2024 · 4 comments
Labels
bug Something isn't working pdd

Comments

@0pdd
Copy link
Collaborator

0pdd commented May 23, 2024

The puzzle 3-a611c30a from #3 has to be resolved:

* @todo #3:30min Fix implementation of "try" atom. Current implementation of "try" atom is wrong
* because "try" dataizes its body right inside lambda asset. Instead lambda asset should return
* new special object that dataizes body and catches exception when some attribute is taken from
* it. For the details of implementation check the Java analogue on:
* https://github.com/objectionary/eo/tree/master/eo-runtime/src/main/java/EOorg/EOeolang

The puzzle was created by maxonfjvipon on 22-May-24.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

@0pdd 0pdd added bug Something isn't working pdd labels May 23, 2024
@0pdd 0pdd mentioned this issue May 23, 2024
@0pdd 0pdd closed this as completed May 28, 2024
@0pdd
Copy link
Collaborator Author

0pdd commented May 28, 2024

The puzzle 3-a611c30a has disappeared from the source code, that's why I closed this issue.

@maxonfjvipon
Copy link
Member

@rultor release, tag is 0.0.5

@rultor
Copy link
Collaborator

rultor commented May 30, 2024

@rultor release, tag is 0.0.5

@maxonfjvipon OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented May 30, 2024

@rultor release, tag is 0.0.5

@maxonfjvipon Done! FYI, the full log is here (took me 22min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pdd
Projects
None yet
Development

No branches or pull requests

3 participants