Sky Rose
Sky Rose
Thank you! That's a better solution than I was hoping for! Grouping the relevant logs next to the failing test is really nice. This should just be the default for...
I also checked. The warnings are gone and the fonts in my pdf still work. ๐
I got a an error message instead of a panic with `0,` now, still needs improvement though. ``` ยป 0, โโ UNHANDLED PARSE ERROR โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ I got stuck while parsing...
This error still happens (though it's a slightly different error now). ``` ยป Set.union panicked at crates/compiler/mono/src/ir.rs:6191:56: called `Option::unwrap()` on a `None` value ```
Re-fixed by #6823
https://www.roc-lang.org/tutorial#dbg still says: (begin quote) ```roc pluralize = \singular, plural, count -> dbg count if count == 1 then singular else plural ``` Whenever this `dbg` line of code is...
Related (also about invisible unicode characters): https://github.com/roc-lang/roc/issues/6929 https://github.com/roc-lang/roc/issues/6927
A couple other reproductions in https://github.com/roc-lang/roc/issues/6101 and https://github.com/roc-lang/roc/issues/5444 5444 has a comment with some investigation: https://github.com/roc-lang/roc/issues/5444#issuecomment-1831507861
unfortunately no, I don't know much about how bundlers work, so can't be helpful in finding a solution there.
This question is pretty old, so I'm assuming it's no longer relevant and closing the issue. Sorry if your question wasn't answered. If you still have questions about this, please...