Skip to content

[#92] avoid empty notes wrapping in Lorentz pack/unpack roundtrip

Pinto Pasquale requested to merge pasqu4le/#92-lorentz-notes-excess into master

Description

The issue appears to be caused by typeCheckList used during unwrapping.

This modifies typeCheckImpl (used by typeCheckList) to avoid the addition of Annotations when these are empty/star.

Related issue(s)

Resolves #92 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated the changelog if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Pinto Pasquale

Merge request reports