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

Missing convert 13532 #13670

Closed
wants to merge 233 commits into from
Closed

Conversation

gdevanla
Copy link
Contributor

#13532 Addresses the missing convert methods to convert from any AbstractArray to an Array type.

JeffBezanson and others added 30 commits September 9, 2015 12:12
Accidentally introduced in e9f4e20.

(cherry picked from commit c058660)
PDF docs now build again.

Fix JuliaLang#12988

(cherry picked from commit 8dfdeaf)
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 fb83f51)
ref JuliaLang#13034
also fix eltype promotion in sparse max and min

Also add $ because Jiahao asked nicely

(cherry picked from commit cdb6496)
ref JuliaLang#13024
A good number were only blocked by having doctests.

(cherry picked from commit 4a8b163)
(cherry picked from commit 88ebc5f)
ref JuliaLang#13056
(cherry picked from commit a1141bc)
Unwrap the sqrt documentation

(cherry picked from commit 5dde9b2)
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
tkelman and others added 27 commits October 2, 2015 21:10
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
[release-0.4] pending backports for final RC
(cherry picked from commit 4dd2b25)
ref JuliaLang#13435
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 442cf13)
…r is

confused about the return point.

(cherry picked from commit bb247cf)
ref JuliaLang#13461
[release-0.4] bump version of embedded git for windows
(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
@gdevanla
Copy link
Contributor Author

Will rebase.

@gdevanla gdevanla closed this Oct 19, 2015
@gdevanla gdevanla deleted the missing_convert_13532 branch October 19, 2015 04:48
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.