Skip to content

Miscellaneous improvements for ligo-debugger-vscode

Motivation and Context

Serokell ligo-debugger-vscode uses debugging metadata emitted by LIGO in JSON. This contains miscellaneous improvements to that debugging metadata based on problems reported by Serokell.

Description

  • eliminate weird fresh vars for monomorphisation, use normal fresh vars
  • generate location and source type for every subexpression
  • fix locations for lambdas
  • fix a bug where variables would disappear if they were of tuple type

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Performance improvement (non-breaking change that improves performance)
  • None (change with no changelog)

Changelog

Miscellaneous improvements for ligo-debugger-vscode

Checklist:

  • Changes follow the existing coding style (use dune @fmt to check).
  • Tests for the changes have been added (for bug fixes / feature).
  • Documentation has been updated.
  • Changelog description has been added (if appropriate).
  • Examples in changed behaviour have been added to the changelog (for breaking change / feature).

Merge request reports

Loading