objectionary / eo

EOLANG, an Experimental Pure Object-Oriented Programming Language Based on 𝜑-calculus
https://www.eolang.org
MIT License
1.01k stars 126 forks source link

Implement atom `seq` in pure EO via `dataized` #3220

Closed Chamber6821 closed 3 months ago

Chamber6821 commented 3 months ago

PR-Codex overview

This PR focuses on adding tests for seq functionality and improving the logic in seq.eo.

Detailed summary

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Chamber6821 commented 3 months ago

Linked with issue #3078

yegor256 commented 3 months ago

@rultor merge

rultor commented 3 months ago

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 3 months ago

@rultor merge

@yegor256 Done! FYI, the full log is here (took me 25min)

maxonfjvipon commented 3 months ago

@Chamber6821 thanks!