Commit Graph

12 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire 8bb28de027 DefaultLogger
- Now is a kind-of `BasicLogger` (gives us log-level support

Defaults (unittests)

- Updated
2024-04-09 19:14:18 +02:00
Tristan B. Velloza Kildaire c53558f847 Refactored
- Cleaned up
2024-04-09 18:56:33 +02:00
Tristan B. Velloza Kildaire e935014573 Defaults
- Cleaned up
2024-04-09 18:53:32 +02:00
Tristan B. Velloza Kildaire 59ddf53efa Major refactor
- A lot of clean up
2024-04-09 17:26:55 +02:00
Tristan B. Velloza Kildaire f54ec9f87b Defaults
- Updated documentation
2023-03-03 15:26:33 +02:00
Tristan B. Velloza Kildaire cd99b7af99 Defaults
- Updated documentation
2023-03-03 15:21:41 +02:00
Tristan B. Velloza Kildaire 494b96e4a0 Context
- Added the idea of a `Context`
- A `Context` default has `CompilationInfo` attached to it

Transform

- Switched to using `Context`

Core

- Added new `Context`-based functions, removed old
- Disabled some unit tests for now

Defaults

- Updated the defaults
2023-03-01 16:30:49 +02:00
Tristan B. Velloza Kildaire 6008c8f333 Repository
- Updated .gitignore

Clean up

- General clean up
2023-02-27 19:07:09 +02:00
Tristan B. Velloza Kildaire 6e7ab612dc - Now you can use arbitrary amount of arguments as the message text
- Ability to set the joiner of arguments in multi-variate case
2023-01-07 21:10:15 +02:00
Tristan B. Velloza Kildaire c975b2d99b Fixed docstrings for modules 2021-12-23 15:16:31 +02:00
Tristan B. Velloza Kildaire e4509f1dfc Added missing docstrings 2021-12-23 15:14:51 +02:00
Tristan B. Velloza Kildaire 5eb73a3fbc Initial commit 2021-12-23 12:14:36 +02:00