Originally created by @djarnis73 on GitHub (Mar 5, 2025).
Hi
Just updated to 0.28.1 and there seems to be a regression regarding multi line comments.
This fails:
echo "/* /* */ 1" | pkl repl
With:
pkl0> –– Pkl Error ––
Unexpected end of file.
1 | /* /* */ 1
^
at repl:pkl0 (repl:pkl0)
This is ok:
echo "/* */ 1" | pkl repl
Its not a big issue for me, just thought I would mention it.
Originally created by @djarnis73 on GitHub (Mar 5, 2025).
Hi
Just updated to 0.28.1 and there seems to be a regression regarding multi line comments.
This fails:
```
echo "/* /* */ 1" | pkl repl
```
With:
> pkl0> –– Pkl Error ––
> Unexpected end of file.
>
> 1 | /* /* */ 1
> ^
> at repl:pkl0 (repl:pkl0)
>
This is ok:
```
echo "/* */ 1" | pkl repl
```
Its not a big issue for me, just thought I would mention it.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @djarnis73 on GitHub (Mar 5, 2025).
Hi
Just updated to 0.28.1 and there seems to be a regression regarding multi line comments.
This fails:
With:
This is ok:
Its not a big issue for me, just thought I would mention it.
@bioball commented on GitHub (Mar 6, 2025):
Thanks for the bug report! I can reproduce this.