nasa / ogma

Generator of runtime monitors for flight and robotics applications.
Other
335 stars 25 forks source link

`ogma-cli`: Problem with dependency prevents CI jobs from completing #151

Closed ivanperez-keera closed 1 month ago

ivanperez-keera commented 1 month ago

Description

jsonpath uses a function that is only available in aeson >= 2.0.3.0, but the dependency only requires aeson >= 2. This breaks the installation in the CI jobs if aeson >= 2 && aeson < 2.0.3.0 is picked.

Type

Additional context

None.

Requester

Method to check presence of bug

Not applicable (not a bug).

Expected result

Desired result

Proposed solution

Further notes

ivanperez-keera commented 1 month ago

Change Manager: Confirmed that the issue exists.

ivanperez-keera commented 1 month ago

Technical Lead: Confirmed that the issue should be addressed.

ivanperez-keera commented 1 month ago

Technical Lead: Issue scheduled for fixing in Ogma 1.4.1. Fix assigned to: @ivanperez-keera.

ivanperez-keera commented 1 month ago

Implementor: Solution implemented, review requested.

ivanperez-keera commented 1 month ago

Change Manager: Verified that:

ivanperez-keera commented 1 month ago

Change Manager: Implementation ready to be merged.