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

deprecation warning in generate(): Warning: Legacy MultiSelectMenu interface is deprecated #471

Open
nsajko opened this issue May 6, 2024 · 1 comment

Comments

@nsajko
Copy link

nsajko commented May 6, 2024

(@v1.12) pkg> st PkgTemplates
Status `~/.julia/environments/v1.12/Project.toml`
  [14b8a8f1] PkgTemplates v0.7.49

julia> using PkgTemplates: generate

julia> generate()
Package name: TupleViews
Template keywords to customize:
┌ Warning: Legacy `MultiSelectMenu` interface is deprecated, set a configuration option such as `MultiSelectMenu(options; charset=:ascii)` to trigger the new interface.
│   caller = interactive(::Type{PkgTemplates.Template}; kwargs::Base.Pairs{Symbol, Union{}, Tuple{}, @NamedTuple{}}) at template.jl:209
└ @ PkgTemplates ~/.julia/packages/PkgTemplates/0OCKr/src/template.jl:209
[press: Enter=toggle, a=all, n=none, d=done, q=abort]
 > [ ] user ("")
...
@nsajko nsajko changed the title deprecation warning in generate(): Warning: Legacy \MultiSelectMenu\ interface is deprecated deprecation warning in generate(): Warning: Legacy MultiSelectMenu interface is deprecated May 6, 2024
@oxinabox
Copy link
Collaborator

oxinabox commented May 8, 2024

Deprecated in JuliaLang/julia#35915
Which version of julia do we need to drop support for to fix this?

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

No branches or pull requests

2 participants