Closed hrszpuk closed 4 months ago
There are a number of methods that can fail, or cause issue, but nothing is raised.
A prime example is #17.
I'm going to leave a list of functions here that will probably cause issues:
add_section
set_key
set_section
get_key
get_section
^Config
There are a number of methods that can fail, or cause issue, but nothing is raised.
A prime example is #17.
I'm going to leave a list of functions here that will probably cause issues:
add_section
overrides old value without freeing #17set_key
same as above #17set_section
same as above #17get_key
will return cause issues when a key does not exist (ok-optional syntax would be good here)get_section
will return nil when a key does not exist^Config
need to check it is not nil