Revision 966c8f6ab9f970b7dffec0bc5b5fe6d512cd78ea authored by Yichao Yu on 25 October 2017, 02:12:11 UTC, committed by Yichao Yu on 25 October 2017, 17:36:52 UTC
We changed the function signature so it's not safe to copy all attributes and metadata.
In particular, this triggers an llvm assertion when the type (3rd) argument is marked `nonnull`.

Also add `nonnull` attribute to the return value.
1 parent b74b304
Raw File
.gitignore
/*.tar.gz
/tmp
/dist
/dist-extras
/julia
/usr
/usr-staging
/Make.user
/julia-*
/source-dist.tmp
/source-dist.tmp1

*.exe
*.dll
*.dwo
*.do
*.o
*.obj
*.so
*.dylib
*.dSYM
*.jl.cov
*.jl.*.cov
*.jl.mem
*.ji

.DS_Store
back to top