Skip to content
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

do not copy array reference #190

Merged
merged 2 commits into from Sep 4, 2023

Conversation

ghentschke
Copy link
Contributor

because of: this.fallbackFlags = systemIncludes
the systemIncludes reference will be modified. This leads to the multiple prepending of '-isystem' to the include path ('-isystem-isystem-isystem') when the LS gets started several times.

because of: this.fallbackFlags = systemIncludes
the systemIncludes reference will be modified. This leads to the
multiple prepending of '-isystem' to the include path
('-isystem-isystem-isystem<IncludePath>') when the LS gets started
several times.
Copy link
Member

@ruspl-afed ruspl-afed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ghentschke ghentschke merged commit 681c46b into eclipse-cdt:master Sep 4, 2023
3 checks passed
@ghentschke
Copy link
Contributor Author

Thank you!

@ghentschke ghentschke deleted the fix-fallback-flags-bug branch September 8, 2023 05:22
@jonahgraham jonahgraham added this to the 1.0.0 milestone Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants