[X] Have you used the debugging guide to try to resolve the issue?
[X] Have you checked our FAQs to make sure your question isn't answered there?
[X] Have you checked to make sure your issue does not already exist?
[X] Have you checked you are on the latest release of Pulsar?
What happened?
When I tried to massively replace #include <header> with #include "header" for local headers, I found that an error had crept into an otherwise correct set of replacements (worrying).
Pulsar version
1.116.0
Which OS does this happen on?
🐧 Arch based (Manjaro, Garuda, etc.)
OS details
Arch Linux
Which CPU architecture are you running this on?
x86_64/AMD64
What steps are needed to reproduce this?
I don't know if it's possible to isolate the problem any further, in any case it's not reproducible without replacing in several files at once.
Thanks in advance for your bug report!
What happened?
When I tried to massively replace
#include <header>
with#include "header"
for local headers, I found that an error had crept into an otherwise correct set of replacements (worrying).Pulsar version
1.116.0
Which OS does this happen on?
🐧 Arch based (Manjaro, Garuda, etc.)
OS details
Arch Linux
Which CPU architecture are you running this on?
x86_64/AMD64
What steps are needed to reproduce this?
I don't know if it's possible to isolate the problem any further, in any case it's not reproducible without replacing in several files at once.
0f7f29de820066c99ca12ec64c07f2da5cd7769e
#include <(mousepad/.*)>
Replace-field:#include "$1"
Filter-field:*.c
You end up with
replaced with
in
mousepad/main.c
, while the other replacements are correct (although I haven't checked them all one by one).Additional Information:
No response