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
When we pass a command line parameter shorter than 4 chars and not the word "help" this happens:
./Mezzy_Tester asdf
Uncaught exception of type std::exception made it to main. it says:
basic_string::substr: __pos (which is 5) > this->size() (which is 4)
Instead, this should be failing if the argument is invalid then the usage/help message should be displayed. If the argument is valid it should be processed as normal.
The text was updated successfully, but these errors were encountered:
I tried to build Mezz_Test so I could look for the bug, and CMake pooped itself. I reset my git branches and pulled the master, making sure all old files were gone, but Jagati keeps having errors? Below are some of the error gibberish and the CMake logs.
`-- Header File Added to 'StaticFoundationHeaderFiles' : '/home/hlayne/Programming/C++/Sqeaky_stuff/Mezz_StaticFoundation/include/CrossPlatformExport.h'
RegularExpression::compile(): Nested *?+.
RegularExpression::compile(): Error in compile.
CMake Error at /home/hlayne/Programming/C++/Sqeaky_stuff/Mezz_Test-build/Jagati.cmake:1437 (if):
if given arguments:
-- Configuring incomplete, errors occurred!
See also "/home/hlayne/Programming/C++/Sqeaky_stuff/Mezz_Test-build/CMakeFiles/CMakeOutput.log".
See also "/home/hlayne/Programming/C++/Sqeaky_stuff/Mezz_Test-build/CMakeFiles/CMakeError.log".`
When we pass a command line parameter shorter than 4 chars and not the word "help" this happens:
Instead, this should be failing if the argument is invalid then the usage/help message should be displayed. If the argument is valid it should be processed as normal.
The text was updated successfully, but these errors were encountered: