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
10/03/2025:
Added fixture to file_io_utils_test.cpp which was pending from previous issue.
Started looking into FileSystemWrapper::expand_absolute_path() which is the one function that contains any logic and needs work. Needs to be implemented non recursively and needs to leverage modern c++ features.
12/03/2025:
Fixed existing bugs in FileSystemWrapper::expand_absolute_path() and utils::patternMatch() functions. Reimplemented utils::patternMatch() function using a Dynamic Programming algorithm.
Improve implementation by separating the functions that are purely wrappers from those that add logic.
The text was updated successfully, but these errors were encountered: