-
Notifications
You must be signed in to change notification settings - Fork 215
fb/logger: bump noto-sans-mono-bitmap + improvements #267
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
fb/logger: bump noto-sans-mono-bitmap + improvements #267
Conversation
3ca83e2
to
508adeb
Compare
0d9995b
to
2cb3a8f
Compare
Looks great! |
2cb3a8f
to
113faf6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, I like the new crate features!
113faf6
to
ecd9e39
Compare
this is now ready to merge! |
@@ -94,6 +100,6 @@ default-target = "x86_64-unknown-linux-gnu" | |||
[package.metadata.release] | |||
dev-version = false | |||
pre-release-replacements = [ | |||
{ file="Changelog.md", search="# Unreleased", replace="# Unreleased\n\n# {{version}} – {{date}}", exactly=1 }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yikes, my IDE did this automatically
optional = true | ||
|
||
[build-dependencies] | ||
llvm-tools-build = { version = "0.1", optional = true, package = "llvm-tools" } | ||
toml = { version = "0.5.1", optional = true } | ||
serde = { version = "1.0", features = ["derive"], optional = true} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yikes, my IDE did this automatically
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, thanks!,
Hi,
Update
This is now ready for merge.
Original Post
I'm the author of the noto-sans-mono-bitmap-crate and about to release
0.2.0
with breaking changes and many improvements (CHANGELOG).As the bootloader crate is the only/the biggest user, I'd like to leave room for API discussions before I release the crate.
This MR bumps the
noto-sans-mono-bitmap
to 0.2.0 (unreleased yet) and performs several other small improvements to the framebuffer logger.Any comments? If there are no comments, I'll release the crate in 2-4 days and switch this MR from draft state to ready
What's new?
Example

Please note the
�
fallback character in theBIOS boot
logging message, which is also new.