Changeset dd698b4
- Timestamp:
- Aug 31, 2021, 4:35:09 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
- Children:
- 45b772c
- Parents:
- 4a1bc44
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/parseconfig.cfa
r4a1bc44 rdd698b4 17 17 } 18 18 19 // TODO: use string interface when it's ready (and implement exception msg protocol) 19 20 [ void ] msg( * Missing_Config_Entries ex ) { 20 21 serr | nlOff; … … 45 46 } 46 47 48 // TODO: use string interface when it's ready (and implement exception msg protocol) 47 49 [ void ] msg( * Parse_Failure ex ) { 48 50 serr | "Config entry " | ex->failed_key | " could not be parsed. It has value " | ex->failed_value | "."; … … 66 68 } 67 69 70 // TODO: use string interface when it's ready (and implement exception msg protocol) 68 71 [ void ] msg( * Validation_Failure ex ) { 69 72 serr | "Config entry " | ex->failed_key | " could not be validated. It has value " | ex->failed_value | ".";
Note: See TracChangeset
for help on using the changeset viewer.