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

Update cursive-core to 0.4.0 #9

Merged
merged 3 commits into from
Aug 12, 2024
Merged

Update cursive-core to 0.4.0 #9

merged 3 commits into from
Aug 12, 2024

Conversation

gyscos
Copy link
Contributor

@gyscos gyscos commented Aug 2, 2024

Updates cursive-core to 0.4.0, no change required.

@gyscos
Copy link
Contributor Author

gyscos commented Aug 5, 2024

I added a commit adding blueprints for AlignedView, and a builder example showing how it can be used to reproduce the basic example using a builder config.

@fin-ger
Copy link
Member

fin-ger commented Aug 12, 2024

Hmm, the builder example is panicing on my machine with

thread 'main' panicked at examples/builder.rs:21:42:
called `Result::unwrap()` on an `Err` value: BlueprintNotFound("fixed_width")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

@gyscos
Copy link
Contributor Author

gyscos commented Aug 12, 2024

Oy :(

You're building with the builder feature? What OS are you running this on?
It relies on the inventory crate, which sometimes has compatibility issues with some platforms, for example dtolnay/inventory#52.

@fin-ger
Copy link
Member

fin-ger commented Aug 12, 2024

Ah, yes. With the builder feature it's working. I added it to the dev-dependencies.

@fin-ger
Copy link
Member

fin-ger commented Aug 12, 2024

Very nice! Thank you for the update ❤️ Will merge right away

@fin-ger fin-ger merged commit 99b17a5 into deinstapel:master Aug 12, 2024
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.

2 participants