Headerfile.parse removes strips " from strings
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:10:09
| Stage: Code Quality Stage: Tests Stage: Documentation |
Download artifacts
No artifacts found |
If Headerfile.parse gets a headerfile string that already contains the parenthesis, for example in pystencils cuda kernels (check the test_cuda.py from the integration tests) it preseverse these and the emitted contains include directives with double parentheses.
(Leading to a #include ""gpu_defines.hpp""
)
This MR fixes this and removes the "
if they are already in the string
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Passed 00:10:09
| Stage: Code Quality Stage: Tests Stage: Documentation |
Download artifacts
No artifacts found |