Skip to content
Snippets Groups Projects

Headerfile.parse removes strips " from strings

Merged Christoph Alt requested to merge ob28imeq/pystencils-sfg:fix_headerinclude into master

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

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply