-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ogma-cli
: Problem with dependency prevents CI jobs from completing
#151
Labels
CR:Status:Closed
Admin only: Change request that has been completed
CR:Type:Management
Admin only: Change request for conformance with policies or procedures
Milestone
Comments
Change Manager: Confirmed that the issue exists. |
Technical Lead: Confirmed that the issue should be addressed. |
Technical Lead: Issue scheduled for fixing in Ogma 1.4.1. |
ivanperez-keera
added a commit
that referenced
this issue
Sep 22, 2024
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. This commit modifies the CI jobs adding a constraint in the installation of ogma to require aeson greater than 2.0.2.0.
ivanperez-keera
added a commit
that referenced
this issue
Sep 22, 2024
ivanperez-keera
added a commit
that referenced
this issue
Sep 22, 2024
Implementor: Solution implemented, review requested. |
Change Manager: Verified that:
|
Change Manager: Implementation ready to be merged. |
ogma
: Problem with dependency prevents CI jobs from completingogma-cli
: Problem with dependency prevents CI jobs from completing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CR:Status:Closed
Admin only: Change request that has been completed
CR:Type:Management
Admin only: Change request for conformance with policies or procedures
Description
jsonpath
uses a function that is only available inaeson >= 2.0.3.0
, but the dependency only requiresaeson >= 2
. This breaks the installation in the CI jobs ifaeson >= 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
aeson
greater than2.0.2.0
.Further notes
jsonpath
at: Error installing withaeson-2.0.2.0
akshaymankar/jsonpath-hs#48The text was updated successfully, but these errors were encountered: