-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingcrashThe Typst compiler crashes for some inputThe Typst compiler crashes for some inputlayoutRelated to the layout category, which is about composing, positioning, etc.Related to the layout category, which is about composing, positioning, etc.
Description
Description
MRE:
#set grid.cell(rowspan: 2)
#grid(columns: 2, [hehe]) Expected output: A blank page with hehe written in it.
Actual output:
thread 'main' panicked at crates/typst-layout/src/grid/rowspans.rs:132:35:
range end index 2 out of range for slice of length 1
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Got it on the web app (exists in all versions supporting grid.cell, including "development version"), reproduced on macOS to get the crash information.
Reproduction URL
No response
Operating system
macOS, Web app
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcrashThe Typst compiler crashes for some inputThe Typst compiler crashes for some inputlayoutRelated to the layout category, which is about composing, positioning, etc.Related to the layout category, which is about composing, positioning, etc.