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

Add UnicodePlots to dependencies #10

Merged
merged 2 commits into from
Nov 5, 2024

Conversation

Da-Be-Ru
Copy link
Member

@Da-Be-Ru Da-Be-Ru commented Nov 5, 2024

Since ExtendableFEMBase.jl's update to 0.8.0 moved the unicode_* plotting functions into its own extension, we either need to guard their appearances in the code against the extension being loaded or just outright add UnicodePlots to the dependencies.

Since it seems from the examples and hard-coded usage in the solve call that we'd want to have these included by default, I took the liberty of simply adding the package to the dependencies.

I also updated the compats to include the latest minor version of ExtendableFEMBase.

@Da-Be-Ru
Copy link
Member Author

Da-Be-Ru commented Nov 5, 2024

The julia 1.9 tests start dying here because UnicodePlots.jl is restricted by its julia compats.
I pulled it down to the last 1.9-compatible version (3.6.5).

@chmerdon chmerdon merged commit b25d17d into WIAS-PDELib:master Nov 5, 2024
7 checks passed
@Da-Be-Ru Da-Be-Ru deleted the extendablefembase_compat branch November 6, 2024 09:08
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