Skip to content

v0.7.1

Latest

Choose a tag to compare

@rail5 rail5 released this 19 Aug 16:23
· 15 commits to main since this release
3eff378
  • Compile with C++23 standard
  • bpp-lsp: Eliminate deadlock potential in ProgramPool
    Restrict ourselves to only one mutex, and use atomic operations on
    the snapshot state instead of relying on a secondary mutex which
    could otherwise potentially cause deadlock
  • bpp-lsp: Bug fix: avoid re-parsing twice
  • docs: Cleaned up synopsis on manual page for 'typeof'