Skip to content
Snippets Groups Projects
Commit e2507f13 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: spack cherry-pick fix infinite recursion when computing concretization errors

parent 83b53bc7
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !796. Comments created here will be created in the context of that merge request.
...@@ -26,6 +26,7 @@ c07ddf83c32b7129247fe90eed486dd844047087 ...@@ -26,6 +26,7 @@ c07ddf83c32b7129247fe90eed486dd844047087
7a0c4e8017033430e5f15ed628be6b539e935ba9 7a0c4e8017033430e5f15ed628be6b539e935ba9
48fcfda1e7c1781cab4cada6d099823b263ab0cc 48fcfda1e7c1781cab4cada6d099823b263ab0cc
8c29e90fa9962f4a44f39f47217b46c85176af28 8c29e90fa9962f4a44f39f47217b46c85176af28
1255620a14afa3ad4aad681a847a3a1704141976
--- ---
## Ref: https://github.com/spack/spack/commit/[hash] ## Ref: https://github.com/spack/spack/commit/[hash]
## [hash]: [description] ## [hash]: [description]
...@@ -47,3 +48,4 @@ c07ddf83c32b7129247fe90eed486dd844047087 ...@@ -47,3 +48,4 @@ c07ddf83c32b7129247fe90eed486dd844047087
## 7a0c4e8017033430e5f15ed628be6b539e935ba9: acts: new versions 31.* ## 7a0c4e8017033430e5f15ed628be6b539e935ba9: acts: new versions 31.*
## 48fcfda1e7c1781cab4cada6d099823b263ab0cc: setup-env.sh: if exe contains qemu, use /proc/$$/comm instead ## 48fcfda1e7c1781cab4cada6d099823b263ab0cc: setup-env.sh: if exe contains qemu, use /proc/$$/comm instead
## 8c29e90fa9962f4a44f39f47217b46c85176af28: Build cache: make signed/unsigned a mirror property ## 8c29e90fa9962f4a44f39f47217b46c85176af28: Build cache: make signed/unsigned a mirror property
## 1255620a14afa3ad4aad681a847a3a1704141976: Fix infinite recursion when computing concretization errors
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment