astrale-sharp / typstfmt

Apache License 2.0
251 stars 25 forks source link

tons of debug messages (0.2.6) #121

Closed ondohotola closed 10 months ago

ondohotola commented 10 months ago

[ x] I have tested with the master version of typstfmt and not just typst-lsp

I downloaded 0.2.6 and compiled with the cargo command from this page and am getting tons of messages like the below which I did not get with 0.2.2, on an Intel MacBook 13 Sonoma

The output file looks OK.

first-line
[lib/src/utils.rs:160] s.split('\n').next() = Some(
    "file",
)
last-line
[lib/src/utils.rs:152] s.split('\n').last() = Some(
    "config",
)
first-line
[lib/src/utils.rs:160] s.split('\n').next() = Some(
    "shown",
)
last-line
[lib/src/utils.rs:152] s.split('\n').last() = Some(
    "config file",
)
first-line
[lib/src/utils.rs:160] s.split('\n').next() = Some(
    "at",
)
astrale-sharp commented 10 months ago

Yea thanks, I forgot a debug in there ;)

ondohotola commented 10 months ago

thanks