We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Dict
Happened to see this:
Pkg.jl/src/REPLMode/REPLMode.jl
Lines 296 to 309 in ca9f442
This is not great, it adds a constructor to a certain type of dictionary. This should likely just be its own type.
The text was updated successfully, but these errors were encountered:
Same with
Pkg.jl/src/REPLMode/argument_parsers.jl
Line 38 in ca9f442
Lines 81 to 85 in ca9f442
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Happened to see this:
Pkg.jl/src/REPLMode/REPLMode.jl
Lines 296 to 309 in ca9f442
This is not great, it adds a constructor to a certain type of dictionary. This should likely just be its own type.
The text was updated successfully, but these errors were encountered: