Skip to content

[TM-333] Generic IsoValue

Konstantin Ivanov requested to merge martoon/tm333-generic-iso-value into master

Description

Problem: We need to make sure that utilities which assume generic nature of IsoValue instance (example of such utilities - Lorentz.ADT module) cannot be launched on manually written instance.

Solution: ensure this via GenericIsoValue constraint.

Related issue(s)

Resolves TM-333

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:

Stylistic guide (mandatory)

Edited by Anton Myasnikov

Merge request reports