-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Preparations for Typed HTML API #6479
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
T0mstone
reviewed
Jun 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to point out that https://doc.rust-lang.org/stable/std/fmt/fn.from_fn.html exists, so if/when that stabilizes, it should probably replace the custom function defined here.
Nice, didn't know about that. Hopefully, it will become a thing soon. |
ParaN3xus
added a commit
to ParaN3xus/tinymist
that referenced
this pull request
Jul 15, 2025
ParaN3xus
added a commit
to ParaN3xus/tinymist
that referenced
this pull request
Jul 15, 2025
ParaN3xus
added a commit
to ParaN3xus/tinymist
that referenced
this pull request
Jul 16, 2025
Myriad-Dreamin
pushed a commit
to Myriad-Dreamin/tinymist
that referenced
this pull request
Jul 23, 2025
* build: use nightly typst, typst-ansi-hl, typstyle, reflexo; update ttf-parser, fontdb * refactor: new eval_string api * refactor: typst::html -> typst_html fixup * refactor: new Source lines api in typst/typst/6308 * refactor: new ast::Expr enum names in typst/typst#5784 * refactor: new color api in typst/typst#6479 * refactor: new element api in typst/typst#6547 * refactor: new html frame api in typst/typst#6505 * refactor: new label constructing api in typst/typst#6332 * refactor: new symbol api in typst/typst#6441 * fix: catch_unwind when printing Ty's debug format * styl: fmt * refactor: use new LibraryExt mod fixup 2 * fix: increase recursion limit for tinymist-query * tests: update test snaps * ci: continue on error * build: bump world crates to 0.13.15-rc1 * build: pin reflexo, typstyle fixup 3 * build: bump to 0.13.15-rc1 * docs: changelog * ci: update windows version
ParaN3xus
added a commit
to ParaN3xus/tinymist
that referenced
this pull request
Jul 28, 2025
ParaN3xus
added a commit
to ParaN3xus/tinymist
that referenced
this pull request
Jul 30, 2025
ParaN3xus
added a commit
to ParaN3xus/tinymist
that referenced
this pull request
Jul 31, 2025
ParaN3xus
added a commit
to ParaN3xus/tinymist
that referenced
this pull request
Jul 31, 2025
* build: use nightly typst, typst-ansi-hl, typstyle, reflexo; update ttf-parser,fontdb * refactor: new eval_string api * refactor: typst::html -> typst_html * refactor: new Source lines api in typst/typst/6308 * refactor: new ast::Expr enum names in typst/typst#5784 * refactor: new color api in typst/typst#6479 * refactor: new element api in typst/typst#6547 * refactor: new html frame api in typst/typst#6505 * refactor: new label constructing api in typst/typst#6332 * refactor: new symbol api in typst/typst#6441 * fix: catch_unwind when printing Ty's debug format * styl: fmt * refactor: use new LibraryExt mod * fix: increase recursion limit for tinymist-query * tests: update test snaps * ci: continue on error * deps: update rustc * tests: update test snaps * deps: patch reflexo * refactor(typlite): replace manual highlight and strike with official impl * tests: update test snaps for shortened empty attributes syntax * tests(typlite): update test snaps to ignore outline temporarily * fix(typlite): convert link * feat: auto release nightly * feat: auto tag stable release
ParaN3xus
added a commit
to ParaN3xus/tinymist
that referenced
this pull request
Jul 31, 2025
ParaN3xus
added a commit
to ParaN3xus/tinymist
that referenced
this pull request
Jul 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The first few commits from #6476 are useful changes, but a bit unrelated to the main matter of the PR, so I've extracted them here (and will not squash during merge).