Changeset dd698b4


Ignore:
Timestamp:
Aug 31, 2021, 4:35:09 PM (3 years ago)
Author:
Jacob Prud'homme <jafprudhomme@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
45b772c
Parents:
4a1bc44
Message:

Added more TODOs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/parseconfig.cfa

    r4a1bc44 rdd698b4  
    1717}
    1818
     19// TODO: use string interface when it's ready (and implement exception msg protocol)
    1920[ void ] msg( * Missing_Config_Entries ex ) {
    2021        serr | nlOff;
     
    4546}
    4647
     48// TODO: use string interface when it's ready (and implement exception msg protocol)
    4749[ void ] msg( * Parse_Failure ex ) {
    4850        serr | "Config entry " | ex->failed_key | " could not be parsed. It has value " | ex->failed_value | ".";
     
    6668}
    6769
     70// TODO: use string interface when it's ready (and implement exception msg protocol)
    6871[ void ] msg( * Validation_Failure ex ) {
    6972        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.