-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
map(, ::Dict)
error in Pkg.build
#15789
Comments
It looks like this use case wants simply |
That's true. This case can easily be fixed. I'm more wondering about e.g. |
I think something that's expecting to construct an array derived from a |
What to use instead? Comprehension? |
Yes, a comprehension would be good. I'm not sure how usual it is to even define |
Also fix `pkg` test on non-en locale. Fixes #15789
This is #5794. |
This is kind of the opposite problem with #15342. On latest master, the following code that is slightly modified from
Pkg.Entry.build(::Vector)
throws an error since it want to construct aDict
. This causes the useless error message when the build process failed in https://ci.appveyor.com/project/StevenGJohnson/ijulia-jl/build/1.0.46/job/smsrhgui56r3w006I opened this issue since I'm not sure which one should be fixed (the use or
map
).The text was updated successfully, but these errors were encountered: