You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.StringIndexOutOfBoundsException: String index out of range: -11
at java.base/java.lang.String.substring(String.java:1841)
at org.eclipse.cdt.cmake.core.internal.CMakeErrorParser$MessageHandler.processMessage(CMakeErrorParser.java:203)
at org.eclipse.cdt.cmake.core.internal.CMakeErrorParser.processMessage(CMakeErrorParser.java:126)
at org.eclipse.cdt.cmake.core.internal.CMakeErrorParser.close(CMakeErrorParser.java:96)
This should produce an error in the problems view instead.
The text was updated successfully, but these errors were encountered:
Thanks @15knots - BTW as part of the transition to GitHub where issues and PRs are quite similar we removed requirement to have issues, instead only recommending them for larger changes.
Do you think this warrants a 10.7.x release (i.e. backport this change). Or should we wait until next release in Dec?
Do you think this warrants a 10.7.x release (i.e. backport this change). Or
should we wait until next release in Dec?
Given the fact that no-one ever stumbled into this since 2019 (when I added
the error parser), I think we could wait until the next release.
BTW: Would it be possible to make the cmake error parser public API? Its code
is almost 1:1 ported from my MBS plugin and I would like to have only a
single point where to do bug fixes.
/Martin
BTW: Would it be possible to make the cmake error parser public API? Its code is almost 1:1 ported from my MBS plugin and I would like to have only a single point where to do bug fixes. /Martin
This got answered in another thread on cdt-dev - please let me know if there is more I can do.
CDT cmake core build fails to parse the error.
java.lang.StringIndexOutOfBoundsException: String index out of range: -11
at java.base/java.lang.String.substring(String.java:1841)
at org.eclipse.cdt.cmake.core.internal.CMakeErrorParser$MessageHandler.processMessage(CMakeErrorParser.java:203)
at org.eclipse.cdt.cmake.core.internal.CMakeErrorParser.processMessage(CMakeErrorParser.java:126)
at org.eclipse.cdt.cmake.core.internal.CMakeErrorParser.close(CMakeErrorParser.java:96)
This should produce an error in the problems view instead.
The text was updated successfully, but these errors were encountered: