Skip to content

Upgrade Lezer to 1.0 and Codemirror to 6.0 #25

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

Merged
merged 38 commits into from
Jul 6, 2022
Merged

Upgrade Lezer to 1.0 and Codemirror to 6.0 #25

merged 38 commits into from
Jul 6, 2022

Conversation

zampino
Copy link
Collaborator

@zampino zampino commented Jun 27, 2022

Attempt at upgrading Lezer to 1.0.0 and Codemirror bundle to 6.*

Uses an unmerged Clerk branch for SCI var check in var viewer

@mk mk changed the title Upgrade Lezer and Codemirror Upgrade Lezer 1.0 and Codemirror to 6.0 Jun 30, 2022
@zampino zampino marked this pull request as ready for review June 30, 2022 17:20
@zampino zampino changed the title Upgrade Lezer 1.0 and Codemirror to 6.0 Upgrade Lezer to 1.0 and Codemirror to 6.0 Jul 1, 2022
@zampino zampino marked this pull request as draft July 4, 2022 08:18
zampino and others added 6 commits July 4, 2022 10:33
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](indutny/elliptic@v6.5.3...v6.5.4)

---
updated-dependencies:
- dependency-name: elliptic
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@zampino zampino marked this pull request as ready for review July 5, 2022 09:27
@@ -26,7 +25,8 @@
true)

(j/defn eval-cell [on-result ^:js {:keys [state]}]
(-> (str "(do " (.-doc state) " )")
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for do wrapping, sci eval does a parse-next + eval loop, returning the last evaluation.

@zampino zampino merged commit 17b7436 into master Jul 6, 2022
@zampino zampino deleted the lezer-1.0.0 branch July 6, 2022 09:12
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

Successfully merging this pull request may close these issues.

2 participants