-
-
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
Missing convert 13532 #13670
Closed
Closed
Missing convert 13532 #13670
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Accidentally introduced in e9f4e20. (cherry picked from commit c058660)
(cherry picked from commit f80c445)
(cherry picked from commit b451852)
PDF docs now build again. Fix JuliaLang#12988 (cherry picked from commit 8dfdeaf)
…ype-tag change) (cherry picked from commit 7cd05db)
add fallback output for macros and update tests closes JuliaLang#13002 (cherry picked from commit b6cc2ed) ref JuliaLang#13013
add some tests (cherry picked from commit ae7ba6a)
(cherry picked from commit 44826cb) ref JuliaLang#13049
(cherry picked from commit daa95f1) ref JuliaLang#13046
(cherry picked from commit fb83f51) ref JuliaLang#13034
(cherry picked from commit 1f41c6e)
also fix eltype promotion in sparse max and min Also add $ because Jiahao asked nicely (cherry picked from commit cdb6496) ref JuliaLang#13024
(cherry picked from commit 265e0fa) ref JuliaLang#13045
A good number were only blocked by having doctests. (cherry picked from commit 4a8b163)
(cherry picked from commit 96ef72a)
(cherry picked from commit 81dfb92)
(cherry picked from commit 9f51d36)
(cherry picked from commit 88ebc5f) ref JuliaLang#13056
…ption fixes JuliaLang#12856 (cherry picked from commit 4560638)
(cherry picked from commit 6d62cd5)
(cherry picked from commit 8f08a1f)
(cherry picked from commit 7fac5cb) ref JuliaLang#13058
(cherry picked from commit a1141bc)
Unwrap the sqrt documentation (cherry picked from commit 5dde9b2)
(cherry picked from commit f0a35cb) ref JuliaLang#13061
Searching for function documentation only checked the first module that had any documentation for the `Function`, other candidate modules were ignored. Fixes JuliaLang#13068. (cherry picked from commit 2acf56d) ref JuliaLang#13070
Macros were being listed as anonymous functions in docs summary. (cherry picked from commit 9db4375) ref JuliaLang#13073
Fix MethodError from giving too many inputs to PkgError Add an unsatisfiable REQUIRES test Add tests for Pkg.pin error cases Adjust comment for issue number in a test (cherry picked from commit 9d368d4) ref JuliaLang#13420
and add corresponding tests (cherry picked from commit 3a57ccb)
To avoid breakage when getindex is overwritten (cherry picked from commit d09545b) ref JuliaLang#13260
lost in JuliaLang#12839 (cherry picked from commit 010df39) ref JuliaLang#13433
[release-0.4] pending backports for final RC
(cherry picked from commit 4dd2b25) ref JuliaLang#13435
(cherry picked from commit 199ebef) ref JuliaLang#13443
(cherry picked from commit 987d42f) ref JuliaLang#13462
This fixes the bounds error reported in JuliaLang#13467 by removing the custom `isexpr` function that was defined in the `Docs` module. Instead use the standard `Meta.isexpr` function. Fixes JuliaLang#13467. (cherry picked from commit b53ae9d) ref JuliaLang#13468
(cherry picked from commit 06b52dd) ref JuliaLang#13453
(cherry picked from commit 68bc1ca) ref JuliaLang#13475
(cherry picked from commit 442cf13)
…r is confused about the return point. (cherry picked from commit bb247cf) ref JuliaLang#13461
(cherry picked from commit eaf5532) ref JuliaLang#13483
[release-0.4] bump version of embedded git for windows
see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67814 (cherry picked from commit 1b41d64)
(cherry picked from commit 05fb6ad) ref JuliaLang#13489
Also get rid of -L$(BLASDIR), which is not necessary when statically linking Ref: 7dcc01b (cherry picked from commit 42e9e9d) ref JuliaLang#13518
Will rebase. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#13532 Addresses the missing convert methods to convert from any AbstractArray to an Array type.