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

fix: Fix is-sequence for typst v0.13.0-rc1 #76

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

YDX-2147483647
Copy link

@YDX-2147483647 YDX-2147483647 commented Feb 6, 2025

https://staging.typst.app/docs/changelog/0.13.0/:

Fully removed type/str compatibility behavior (e.g. int == "integer") which was temporarily introduced in Typst 0.8 (Breaking change)

Fixes #75

Besides, rg 'type\(.+"' gives no more meaningful result. It is likely that this is the only one left.


And I also bumped cetz. The latest version v0.3.2 is usable, but still gives a warning in typst v0.13. If you prefer to wait until the next release of cetz, I can reset the commit.

https://staging.typst.app/docs/changelog/0.13.0/:
> Fully removed type/str compatibility behavior (e.g. `int == "integer"`) which was temporarily introduced in Typst 0.8 (**Breaking change**)

Fixes Jollywatt#75
@Jollywatt
Copy link
Owner

Thanks for this - looks perfect. Would you mind merging this into dev instead?

(I currently have a convention where master points to the latest released version, to encourage visitors to download the non-development version of the manual)

@YDX-2147483647 YDX-2147483647 changed the base branch from master to dev February 6, 2025 11:36
@YDX-2147483647
Copy link
Author

OK, I've just updated.

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.

edge may disappear in typst v0.13.0-rc1
2 participants