Tags: stlab/adobe_source_libraries
Tags
An omnibus of improvements (#131) Changes (breaking): - Error reporting now follows the GNU error reporting standard and will show as links in most terminals. Improvements: - Improved error messages and error location reporting. - Added promote_t as alias for promote::type. - Added unit tests for error reporting in lex_stream and expression_parser. Project Structure: - Moved from vcpkg to cmake fetch context (via CPM). - Items in unit_test directory moved into parent test directory. - Numerous code improvements and bug fixes. Start of clang-tidy support (holding off until I remove overlapping libraries in favor of stlab libraries).
Add missing include to task.hpp (#111) * Add missing include to task.hpp Add missing <optional> include to task.hpp * Fixes caught by updates in CI * With -Wall VC++ warns about compiler ignoring or adding inlines. * rm's have to go before boost install. --------- Co-authored-by: Sean Parent <sparent@adobe.com>