Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat+build: improve algorithm configuration; colored log output; improve dependency resolution #20

Merged
merged 34 commits into from
Nov 29, 2023

Conversation

c-dilks
Copy link
Member

@c-dilks c-dilks commented Nov 22, 2023

The scope of this PR expanded beyond its original intent, and should actually separated into the following PRs:

feat: configuration streamlining

  • cache the option to avoid hashing in Run
  • set default option values
  • provide SetOption for the user
  • provide PrintOption to dump options

feat: colored log output

  • error and warn log printouts are now colored
  • enabled by default, and can be disabled by the user

build: improved dependency resolution

  • use built-in options for better user control

src/services/Algorithm.h Outdated Show resolved Hide resolved
@c-dilks c-dilks changed the title feat: streamline configuration option setting feat+build: streamline configuration option setting and dependency resolution Nov 29, 2023
@c-dilks c-dilks changed the title feat+build: streamline configuration option setting and dependency resolution feat+build: improve algorithm configuration; colored log output; improve dependency resolution Nov 29, 2023
@c-dilks c-dilks marked this pull request as ready for review November 29, 2023 19:57
@c-dilks c-dilks merged commit 0b62279 into main Nov 29, 2023
5 checks passed
@c-dilks c-dilks deleted the config-refactor branch November 29, 2023 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant