File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ bpp (0.8.5) unstable; urgency=medium
2+
3+ * Bug fix: bpp-lsp: Don't re-throw exceptions
4+ When the input stream is unexpectedly halted, make sure we go through our
5+ necessary clean-up procedure. Re-throwing the received exception in this
6+ case would suddenly halt the program sans clean-up.
7+ * Bug fix: bpp: Concatenated lvalues in the parser
8+ Updated the parser grammar to allow operative command words to be
9+ composed of multiple adjacent tokens, matching Bash's behavior for
10+ command names.
11+ Added accompanying regression test
12+ * Replaced homegrown CLI option parsing with XGetOpt
13+ Vendored XGetOpt header in src/include
14+
15+ -- rail5 <andrew@rail5.org> Sun, 15 Feb 2026 10:03:35 +0800
16+
117bpp (0.8.4) unstable; urgency=medium
218
319 * Lexer/Parser/AST:
You can’t perform that action at this time.
0 commit comments