Skip to content

Commit

Permalink
update for 24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thatstoasty committed May 3, 2024
1 parent e6f9a04 commit 2e47cf1
Show file tree
Hide file tree
Showing 28 changed files with 4,881 additions and 37 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# stump

WIP Logger! Inspired by charmbracelet's log package and the Python structlog package.
![Mojo 24.3](https://img.shields.io/badge/Mojo%F0%9F%94%A5-24.3-purple)

NOTE: This does not work on Mojo 24.2, you must use the nightly build for now. This will be resolved in the next Mojo release.
WIP Logger! Inspired by charmbracelet's log package and the Python structlog package.

There are some things I'm ironing out around terminal color profile querying at compilation time. At the moment, the default styles assume a `TRUE_COLOR` enabled color profile. So, if your terminal only supports `ANSI` or `ANSI256`, try setting custom styles like in the `custom.mojo` example, or update the default profile in `stump/style.mojo` from `TRUE_COLOR` to `ANSI` or `ANSI256`.

Expand Down
2 changes: 2 additions & 0 deletions external/gojo/bufio/__init__.mojo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from .bufio import Reader, Writer, ReadWriter
from .scan import Scanner, scan_words, scan_bytes, scan_lines
Loading

0 comments on commit 2e47cf1

Please sign in to comment.