Skip to content

[Chore] Add missing FromExpression conversions

Description

Problem: In #696 (closed) we've added chest and chest_key types. However, one conversion for those types is missing.

Solution: Add the missing conversion. Also add the types to cleveland generators.

Related issue(s)

I've eschewed creating an issue for this, it's a very straightforward minor fix.

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 changelog files of all affected packages released to Hackage if my changes are externally visible.

I don't know if it's worth mentioning in the changelog.

Stylistic guide (mandatory)

Merge request reports

Loading