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

[MISTAKE] #21282

Closed
wants to merge 1 commit into from
Closed

[MISTAKE] #21282

wants to merge 1 commit into from

Conversation

iamnapo
Copy link
Contributor

@iamnapo iamnapo commented Apr 5, 2017

[MISTAKE]

* socket: fix AF_INET6 value on bsd family

* test/socket: skip udp broadcast testing on bsd

* Clarify some license exceptions

FFTW wrappers were moved and mostly rewritten - the Julia wrappers
are probably not GPL? ref 481f351
and #8248 and #12201

make note of grisu derived license in top-level LICENSE.md
and update links, repo was moved from github.com/floitsch to github.com/google

umfpack and cholmod code were moved from base/linalg to base/sparse

* fix strtod indentation and mention it in LICENSE.md

ref #5988

* Download failure with curl no longer create a file

* Only create file upon wget success

* Add tests for download

* test/socket: wait_with_timeout to provide more debugging info

* improve `precompile` mechanism a bit

- improve static_show to readably print a much larger set of types
- add TRACE_COMPILE option to print `precompile` calls

* deprecate use of cat with LibGit2 objects

* Use separate build dirs for mbedtls depending on USE_GPL_LIBS

prevents cmake from complaining when you switch sources for the same build dir

* Fix doctest line numbers

* run code signing script in contrib/prepare_release.sh

if present

* fix #21178, lowering of static params with `<:T` syntax

* fix #20671, slowdown loading SIUnits

This adds a fast path to intersection that helps when we have a type
with lots of parameters that just need to be matched up 1-to-1 with
parameters of another type.

Also fixes a bug in intersection uncovered by this test case.

* Various missing git tests

* Add missing test for mapslices (#21181)

Followup from #21133

* Update arrayops.jl

* ensure ShellExecuteW only gets compiled on windows

rather than depending on DCE to delete this code after inference

* dump: ensure jlcall_api is cleared if we don't load the fptr from the sysimg

* Fix `⊑(a::Const, b::PartialTypeVar)`

For `isa(a, Const) && !isa(b, Const)`, `⊑` assumed `b` to be a type,
leading to an error if `b` was a `PartialTypeVar`. Fixed by using
`widenconst(b)`.

* Use `TypeVar`s in `limit_type_depth` in `Union`s in invariant position

Using `Any` for depth-limited `Union` members is only correct in
covariant position, otherwise a `TypeVar` has be be introduced.

* document x % T (#20759)

* add support for AbstractGitHash

* updated fix for #19892 (FFTW threads initialization) (#21169)

* updated fix for #19892; initialize FFTW threads the first time the planner is called (#21127 incorrectly prevented threads from being used at all)

* add test for #21163

* fix #21172, `a = f(x) = 1`

* handle unicode space characters in `parse` for `Bool`

* fix #21180, regression in `readcsv` with quoted unicode fields

* don't make corrupted copies of singleton objects during AST deserialization

this corruption will now be detected when finalizing the sysimg with an assertion

* Update datafmt.jl

Use `endof` instead of `length` as `colval` expects byte index.

* Add test to for fix

* Correct notation used in the rem/mod docstring (#21198)

* Correct notation used in rem/mod docstring
* Fix build warning about overwritten docstring for rem

* More tests for GitConfig

* improve codegen of `setfield!` with constant integer index

* Fix bug in merge! and add test (#21213)

* Add a test for aborting a rebase (#21209)

* Support Rational and Irrational arguments for exp10 (#21199)

* null pointer checks are unnecessary: API should never return valid pointers with an error (#21174)

* Revert "Add a test for aborting a rebase (#21209)" (#21220)

This reverts commit 46b6099.

* Fix rem/mod doc (#21223)

* Two minitests for show

* Make cor work again for complex input (#21205)

Also fix inconsistency in `cov` of vectors. Fixes #21093

* Fix build with LLVM master. (#21194)

In LLVMFPtoInt signature of convertToInteger now expects a MutableArrayRef.

AttributeSet -> AttributeList

* Add tests for internal fastforward merge methods

* Fix bug in backsolve of sparse hermitian matrices (#21165)

* Add methods to add refspecs and tests to view fetchspecs (#21227)

* Add methods to add refspecs and tests to view fetchspecs

* Add docs

* fix explicity typo

and very minor wording tweak

* Tag 0.6.0-pre.beta (#21232)

* Non-ff merge test

* Add a test for GitRemote ctor with refspec
@iamnapo iamnapo closed this Apr 5, 2017
@iamnapo iamnapo changed the title update from original (#1) [MISTAKE] Apr 5, 2017
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.

1 participant