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
A missing quote would be a yml syntax problem, however in this case it is valid because the quote is escaped so it is treated as any other allowed character.
Can we safely assume that every opening escaped quote must have a corresponding closing one? Should the tool throw an error or rather a warning?
jkrech
changed the title
Syntax problem in *.yml file not catch; generates error at CMake level
[csolution] Syntax problem in *.yml file not caught; generates error at CMake level
Feb 4, 2025
The *.cproject.yml file contains
instead of
This problem is not flagged by csolution. Instead it generates a CMake error that cannot be understood.
To Reproduce
Use Test.zip project and run
cbuild test.csolution.yml --context-set
.Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: