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

Make compatible with standard log crate #2

Closed
wants to merge 1,691 commits into from
Closed

Conversation

xeruf
Copy link

@xeruf xeruf commented Aug 20, 2024

No description provided.

gwenn and others added 30 commits April 23, 2022 10:25
Instead of checking cursor position...
Check how external print message ends
# Conflicts:
#	examples/custom_key_bindings.rs
On unix platform, installing SIGWINCH handler may fail
Use WindowResized error directly.
RUSTSEC-2022-0013
gwenn and others added 25 commits May 28, 2024 19:01
Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: rusqlite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…te-0.32.0

Update rusqlite requirement from 0.31.0 to 0.32.0
Fix clippy error with --no-default-features
@xeruf
Copy link
Author

xeruf commented Aug 22, 2024

By the way, there is https://docs.rs/rustyline/latest/rustyline/struct.Editor.html#method.create_external_printer which makes this fork superfluous - although this enhancement I just proposed in this is still needed.

To enable duplex output of log messages

Fixes kkawakam#797
@xeruf
Copy link
Author

xeruf commented Aug 23, 2024

Now in latest: kkawakam#798

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.