search for: save_directory

Displaying 1 result from an estimated 1 matches for "save_directory".

Did you mean: base_directory
2013 Mar 11
0
[LLVMdev] YAML IO problems
..."bool_test": true, "directory": ".", "suffix": "_test", "int_test": 4 } The test program when run shows: YAML:5:15: error: invalid number "int_test": 4 ^~ // ^~ points to the 4 bool_test: true save_directory: .", "suffix": "_test", "int_test": 4 } save_suffix: _test", "int_test": 4 } int_test: -627100365 Done Note the strings are both incorrect - it can't seem to identify the proper end of each string. And it ends up lost looking at the int...