From owner-svn-ports-all@freebsd.org Tue May 28 06:01:02 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 507DB15B7461; Tue, 28 May 2019 06:01:02 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F152597976; Tue, 28 May 2019 06:01:01 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B09BEE32F; Tue, 28 May 2019 06:01:01 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4S6110Q000462; Tue, 28 May 2019 06:01:01 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4S610bE000451; Tue, 28 May 2019 06:01:00 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201905280601.x4S610bE000451@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Tue, 28 May 2019 06:01:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502855 - in head/lang: . julia11 julia11/files X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/lang: . julia11 julia11/files X-SVN-Commit-Revision: 502855 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: F152597976 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 May 2019 06:01:02 -0000 Author: lwhsu Date: Tue May 28 06:00:59 2019 New Revision: 502855 URL: https://svnweb.freebsd.org/changeset/ports/502855 Log: Copy lang/julia10 to lang/julia11 and update to 1.1.0 PR: 235872 Submitted by: Iblis Lin (maintainer) Added: head/lang/julia11/ - copied from r502854, head/lang/julia10/ Modified: head/lang/Makefile head/lang/julia11/Makefile head/lang/julia11/distinfo head/lang/julia11/files/patch-Make.inc head/lang/julia11/files/patch-Makefile head/lang/julia11/files/patch-deps_blas.mk head/lang/julia11/files/patch-src_Makefile head/lang/julia11/pkg-plist Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Tue May 28 05:59:00 2019 (r502854) +++ head/lang/Makefile Tue May 28 06:00:59 2019 (r502855) @@ -163,6 +163,7 @@ SUBDIR += julia06 SUBDIR += julia07 SUBDIR += julia10 + SUBDIR += julia11 SUBDIR += jython SUBDIR += kawa SUBDIR += kf5-kross Modified: head/lang/julia11/Makefile ============================================================================== --- head/lang/julia10/Makefile Tue May 28 05:59:00 2019 (r502854) +++ head/lang/julia11/Makefile Tue May 28 06:00:59 2019 (r502855) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= julia -PORTVERSION= 1.0.3 +PORTVERSION= 1.1.0 DISTVERSIONSUFFIX= -full CATEGORIES= lang math MASTER_SITES= https://github.com/JuliaLang/julia/releases/download/v${PORTVERSION}/ -PKGNAMESUFFIX= 10 +PKGNAMESUFFIX= 11 MAINTAINER= iblis@hs.ntnu.edu.tw COMMENT= Julia Language: A fresh approach to technical computing @@ -98,7 +98,7 @@ OPENLIBM_DESC= Build with OpenLibm (math/openlibm) OPENLIBM_MAKE_ARGS= USE_SYSTEM_OPENLIBM=1 OPENLIBM_LIB_DEPENDS= libopenlibm.so:math/openlibm -OPENBLAS_DESC= Private OpenBLAS v0.3.2\ +OPENBLAS_DESC= Private OpenBLAS v0.3.3\ (ports tree: v${:!${MAKE} -C ${PORTSDIR}/math/openblas -V PORTVERSION!}) OPENBLAS_MAKE_ARGS= USE_SYSTEM_BLAS=0 OPENBLAS_DYNAMIC_ARCH=1 OPENBLAS_MAKE_ARGS_OFF= USE_SYSTEM_BLAS=1 Modified: head/lang/julia11/distinfo ============================================================================== --- head/lang/julia10/distinfo Tue May 28 05:59:00 2019 (r502854) +++ head/lang/julia11/distinfo Tue May 28 06:00:59 2019 (r502855) @@ -1,3 +1,3 @@ -TIMESTAMP = 1552292755 -SHA256 (julia-1.0.3-full.tar.gz) = 618e6d29f1fba00f5b2bebf14e69a3a536c27c3132e021cf39774e8500dd29fa -SIZE (julia-1.0.3-full.tar.gz) = 95732731 +TIMESTAMP = 1549112572 +SHA256 (julia-1.1.0-full.tar.gz) = a62c40922a368e303051c007a32e616862340d6ae5f3fac851a9e1b7c7bed0a7 +SIZE (julia-1.1.0-full.tar.gz) = 96039254 Modified: head/lang/julia11/files/patch-Make.inc ============================================================================== --- head/lang/julia10/files/patch-Make.inc Tue May 28 05:59:00 2019 (r502854) +++ head/lang/julia11/files/patch-Make.inc Tue May 28 06:00:59 2019 (r502855) @@ -1,6 +1,6 @@ ---- Make.inc.orig 2018-12-18 01:38:57 UTC +--- Make.inc.orig 2019-01-13 00:25:11 UTC +++ Make.inc -@@ -130,12 +130,7 @@ endif +@@ -134,12 +134,7 @@ endif # disable automatic Makefile rules .SUFFIXES: @@ -13,7 +13,7 @@ # Julia's Semantic Versioning system labels the three decimal places in a version number as # the major, minor and patch versions. Typically the major version would be incremented -@@ -185,7 +180,7 @@ libdir := $(prefix)/lib +@@ -189,7 +184,7 @@ libdir := $(prefix)/lib libexecdir := $(prefix)/libexec datarootdir := $(prefix)/share docdir := $(datarootdir)/doc/julia @@ -22,7 +22,7 @@ man1dir := $(mandir)/man1 includedir := $(prefix)/include sysconfdir := $(prefix)/etc -@@ -198,7 +193,7 @@ build_depsbindir := $(build_prefix)/tools +@@ -202,7 +197,7 @@ build_depsbindir := $(build_prefix)/tools build_libdir := $(build_prefix)/lib build_libexecdir := $(build_prefix)/libexec build_datarootdir := $(build_prefix)/share @@ -31,7 +31,7 @@ build_man1dir := $(build_mandir)/man1 build_includedir := $(build_prefix)/include build_sysconfdir := $(build_prefix)/etc -@@ -364,7 +359,7 @@ endif +@@ -367,7 +362,7 @@ endif ifeq ($(USEIFC), 1) FC := ifort else @@ -40,7 +40,7 @@ endif STDLIBCPP_FLAG := -@@ -417,8 +412,8 @@ SHIPFLAGS := -O3 -ggdb2 -falign-functions +@@ -420,8 +415,8 @@ SHIPFLAGS := -O3 -ggdb2 -falign-functions endif ifeq ($(USECLANG),1) Modified: head/lang/julia11/files/patch-Makefile ============================================================================== --- head/lang/julia10/files/patch-Makefile Tue May 28 05:59:00 2019 (r502854) +++ head/lang/julia11/files/patch-Makefile Tue May 28 06:00:59 2019 (r502855) @@ -1,6 +1,6 @@ ---- Makefile.orig 2018-12-18 01:38:57 UTC +--- Makefile.orig 2019-01-13 00:25:11 UTC +++ Makefile -@@ -264,24 +264,6 @@ endif +@@ -265,24 +265,6 @@ endif endif endif @@ -25,7 +25,7 @@ ifeq ($(OS),WINNT) define std_dll julia-deps: | $$(build_bindir)/lib$(1).dll $$(build_depsbindir)/lib$(1).dll -@@ -328,8 +310,7 @@ JL_PRIVATE_LIBS-0 += libgfortran libgcc_s libquadmath +@@ -329,8 +311,7 @@ JL_PRIVATE_LIBS-0 += libgfortran libgcc_s libquadmath endif @@ -35,7 +35,7 @@ @for subdir in $(bindir) $(datarootdir)/julia/stdlib/$(VERSDIR) $(docdir) $(man1dir) $(includedir)/julia $(libdir) $(private_libdir) $(sysconfdir); do \ mkdir -p $(DESTDIR)$$subdir; \ done -@@ -371,10 +352,6 @@ endif +@@ -373,10 +354,6 @@ endif fi \ done \ done @@ -46,7 +46,7 @@ endif # Copy public headers -@@ -389,8 +366,6 @@ endif +@@ -391,8 +368,6 @@ endif $(INSTALL_M) $(JULIAHOME)/contrib/build_sysimg.jl $(DESTDIR)$(datarootdir)/julia/ # Copy in all .jl sources as well cp -R -L $(build_datarootdir)/julia $(DESTDIR)$(datarootdir)/ @@ -55,7 +55,7 @@ # Remove various files which should not be installed -rm -f $(DESTDIR)$(datarootdir)/julia/base/version_git.sh -rm -f $(DESTDIR)$(datarootdir)/julia/test/Makefile -@@ -400,16 +375,6 @@ endif +@@ -402,16 +377,6 @@ endif -rm -f $(DESTDIR)$(datarootdir)/julia/stdlib/$(VERSDIR)/*/build-checked # Copy in beautiful new man page $(INSTALL_F) $(build_man1dir)/julia.1 $(DESTDIR)$(man1dir)/ @@ -72,7 +72,7 @@ # Update RPATH entries and JL_SYSTEM_IMAGE_PATH if $(private_libdir_rel) != $(build_private_libdir_rel) ifneq ($(private_libdir_rel),$(build_private_libdir_rel)) -@@ -420,7 +385,7 @@ ifeq ($(OS), Darwin) +@@ -422,7 +387,7 @@ ifeq ($(OS), Darwin) done else ifneq (,$(findstring $(OS),Linux FreeBSD)) for j in $(JL_TARGETS) ; do \ @@ -81,7 +81,7 @@ done endif -@@ -431,22 +396,24 @@ ifeq ($(BUNDLE_DEBUG_LIBS),1) +@@ -433,22 +398,24 @@ ifeq ($(BUNDLE_DEBUG_LIBS),1) endif endif Modified: head/lang/julia11/files/patch-deps_blas.mk ============================================================================== --- head/lang/julia10/files/patch-deps_blas.mk Tue May 28 05:59:00 2019 (r502854) +++ head/lang/julia11/files/patch-deps_blas.mk Tue May 28 06:00:59 2019 (r502855) @@ -1,9 +1,9 @@ ---- deps/blas.mk.orig 2018-08-07 16:34:08 UTC +--- deps/blas.mk.orig 2019-01-13 00:25:11 UTC +++ deps/blas.mk -@@ -94,6 +94,14 @@ OPENBLAS_BUILD_OPTS += MAKE_NB_JOBS=0 +@@ -95,6 +95,14 @@ OPENBLAS_BUILD_OPTS += MAKE_NB_JOBS=0 + ifneq ($(USE_BINARYBUILDER_OPENBLAS), 1) $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/source-extracted - perl -i -ple 's/^\s*(EXTRALIB\s*\+=\s*-lSystemStubs)\s*$$/# $$1/g' $(dir $<)/Makefile.system + cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && \ + patch -p1 -f < $(SRCDIR)/patches/openblas-fix-arch.patch + /usr/bin/sed -i.bak -e "s+(ARCH)+(AR)+" \ Modified: head/lang/julia11/files/patch-src_Makefile ============================================================================== --- head/lang/julia10/files/patch-src_Makefile Tue May 28 05:59:00 2019 (r502854) +++ head/lang/julia11/files/patch-src_Makefile Tue May 28 06:00:59 2019 (r502855) @@ -1,6 +1,6 @@ ---- src/Makefile.orig 2018-12-18 01:38:57 UTC +--- src/Makefile.orig 2019-01-13 00:25:11 UTC +++ src/Makefile -@@ -266,7 +266,7 @@ else +@@ -276,7 +276,7 @@ else endif $(build_shlibdir)/libjulia-debug.$(JL_MAJOR_MINOR_SHLIB_EXT): $(SRCDIR)/julia.expmap $(DOBJS) $(BUILDDIR)/flisp/libflisp-debug.a $(BUILDDIR)/support/libsupport-debug.a $(LIBUV) @@ -9,7 +9,7 @@ $(INSTALL_NAME_CMD)libjulia-debug.$(SHLIB_EXT) $@ ifneq ($(OS), WINNT) @ln -sf libjulia-debug.$(JL_MAJOR_MINOR_SHLIB_EXT) $(build_shlibdir)/libjulia-debug.$(JL_MAJOR_SHLIB_EXT) -@@ -281,7 +281,7 @@ $(BUILDDIR)/libjulia-debug.a: $(SRCDIR)/julia.expmap $ +@@ -291,7 +291,7 @@ $(BUILDDIR)/libjulia-debug.a: $(SRCDIR)/julia.expmap $ libjulia-debug: $(build_shlibdir)/libjulia-debug.$(JL_MAJOR_MINOR_SHLIB_EXT) $(PUBLIC_HEADER_TARGETS) $(build_shlibdir)/libjulia.$(JL_MAJOR_MINOR_SHLIB_EXT): $(SRCDIR)/julia.expmap $(OBJS) $(BUILDDIR)/flisp/libflisp.a $(BUILDDIR)/support/libsupport.a $(LIBUV) Modified: head/lang/julia11/pkg-plist ============================================================================== --- head/lang/julia10/pkg-plist Tue May 28 05:59:00 2019 (r502854) +++ head/lang/julia11/pkg-plist Tue May 28 06:00:59 2019 (r502855) @@ -1,6 +1,6 @@ -bin/julia10 +bin/julia11 %%JULIA%%/bin/julia -%%DEBUG%%bin/julia10-debug +%%DEBUG%%bin/julia11-debug %%DEBUG%%%%JULIA%%/bin/julia-debug %%JULIA%%/etc/julia/startup.jl %%JULIA%%/include/julia/END.h @@ -18,6 +18,7 @@ bin/julia10 %%JULIA%%/include/julia/ios.h %%JULIA%%/include/julia/julia.h %%JULIA%%/include/julia/julia_assert.h +%%JULIA%%/include/julia/julia_gcext.h %%JULIA%%/include/julia/julia_threads.h %%JULIA%%/include/julia/julia_version.h %%JULIA%%/include/julia/libsupport.h @@ -36,11 +37,13 @@ bin/julia10 %%JULIA%%/include/julia/uv/threadpool.h %%JULIA%%/include/julia/uv/unix.h %%JULIA%%/include/julia/uv/version.h -%%JULIA%%/lib/julia/libLLVM-6.0.0.so +%%JULIA%%/include/julia/win32_ucontext.h +%%JULIA%%/lib/julia/libLLVM-6.0.1.so %%JULIA%%/lib/julia/libLLVM-6.0.so %%JULIA%%/lib/julia/libLLVM.so %%JULIA%%/lib/julia/libccalltest.so %%JULIA%%/lib/julia/libdSFMT.so +%%JULIA%%/lib/julia/libllvmcalltest.so %%JULIA%%/lib/julia/sys.so %%DEBUG%%%%JULIA%%/lib/julia/sys-debug.so %%DEBUG%%%%JULIA%%/lib/libjulia-debug.so @@ -59,7 +62,7 @@ bin/julia10 %%JULIA%%/lib/libjulia.so %%JULIA%%/lib/libjulia.so.1 %%JULIA%%/lib/libjulia.so.%%VERSION%% -man/man1/julia10.1.gz +man/man1/julia11.1.gz %%JULIA%%/man/man1/julia.1.gz %%DESKTOP%%%%JULIA%%/share/appdata/julia.appdata.xml %%DESKTOP%%%%JULIA%%/share/applications/julia.desktop @@ -462,17 +465,32 @@ man/man1/julia10.1.gz %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/LICENSE.md %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/Project.toml %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/README.md +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/bin/.gitignore %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/bin/generate.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/bin/genstdlib.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/bin/gitmeta.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/bin/loadmeta.jl +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/bin/loop.sh +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/bin/passing.txt +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/bin/pkgeval.json %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/bin/sha1map.toml %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/bin/stdlib.toml %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/bin/update.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/bin/utils.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/docs/Project.toml %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/docs/make.jl +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/docs/src/api.md +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/docs/src/assets/custom.css +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/docs/src/basedocs.md +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/docs/src/compatibility.md +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/docs/src/creating-packages.md +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/docs/src/environments.md +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/docs/src/faq.md +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/docs/src/getting-started.md +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/docs/src/glossary.md %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/docs/src/index.md +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/docs/src/managing-packages.md +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/docs/src/registries.md %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/ext/TOML/LICENSE.md %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/ext/TOML/README.md %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/ext/TOML/REQUIRE @@ -481,6 +499,7 @@ man/man1/julia10.1.gz %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/ext/TOML/src/print.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/ext/TOML/test/runtests.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/src/API.jl +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/src/Compress.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/src/Display.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/src/GitTools.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/src/GraphType.jl @@ -491,6 +510,7 @@ man/man1/julia10.1.gz %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/src/Pkg2/types.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/src/PlatformEngines.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/src/REPLMode.jl +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/src/Registry.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/src/Resolve.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/src/Types.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/src/generate.jl @@ -500,20 +520,31 @@ man/man1/julia10.1.gz %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/src/versions.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/NastyGenerator.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/api.jl +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/missing_entry.toml +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/manifest/bad/parse_error.toml +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/manifest/good/not_unique_names.toml +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/manifest/good/simple.toml %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/pkg.jl +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/project/bad/parse_error.toml +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/project/good/pkg.toml +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/project/good/simple.toml +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/registry.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/repl.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/resolve.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/resolvedata1.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/runtests.jl +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/.gitignore %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/Project.toml %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/RecursiveDep/Project.toml %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/RecursiveDep/src/RecursiveDep.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/RecursiveDep2/Project.toml %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/RecursiveDep2/src/RecursiveDep2.jl +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule/.gitignore %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule/Project.toml %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule/deps/build.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule/src/SubModule.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule/test/runtests.jl +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule2/.gitignore %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule2/Project.toml %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule2/deps/build.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/BigProject/SubModule2/src/SubModule2.jl @@ -534,6 +565,7 @@ man/man1/julia10.1.gz %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/UnregisteredWithProject/Project.toml %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/UnregisteredWithProject/src/UnregisteredWithProject.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/UnregisteredWithProject/test/runtests.jl +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/UnregisteredWithoutProject/.gitignore %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/UnregisteredWithoutProject/deps/build.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/UnregisteredWithoutProject/src/UnregisteredWithoutProject.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/Pkg/test/test_packages/UnregisteredWithoutProject/test/runtests.jl @@ -627,6 +659,7 @@ man/man1/julia10.1.gz %%JULIA%%/share/julia/stdlib/v%%VERSION%%/SparseArrays/src/linalg.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/SparseArrays/src/sparsematrix.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/SparseArrays/src/sparsevector.jl +%%JULIA%%/share/julia/stdlib/v%%VERSION%%/SparseArrays/test/ambiguous_exec.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/SparseArrays/test/higherorderfns.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/SparseArrays/test/runtests.jl %%JULIA%%/share/julia/stdlib/v%%VERSION%%/SparseArrays/test/sparse.jl @@ -669,7 +702,6 @@ man/man1/julia10.1.gz %%JULIA%%/share/julia/test/arrayops.jl %%JULIA%%/share/julia/test/asyncmap.jl %%JULIA%%/share/julia/test/backtrace.jl -%%JULIA%%/share/julia/test/bigfloat.jl %%JULIA%%/share/julia/test/bigint.jl %%JULIA%%/share/julia/test/bitarray.jl %%JULIA%%/share/julia/test/bitset.jl @@ -683,9 +715,12 @@ man/man1/julia10.1.gz %%JULIA%%/share/julia/test/checked.jl %%JULIA%%/share/julia/test/choosetests.jl %%JULIA%%/share/julia/test/cmdlineargs.jl -%%JULIA%%/share/julia/test/codegen.jl %%JULIA%%/share/julia/test/combinatorics.jl -%%JULIA%%/share/julia/test/compiler/compiler.jl +%%JULIA%%/share/julia/test/compiler/codegen.jl +%%JULIA%%/share/julia/test/compiler/inference.jl +%%JULIA%%/share/julia/test/compiler/inline.jl +%%JULIA%%/share/julia/test/compiler/interpreter_exec.jl +%%JULIA%%/share/julia/test/compiler/irpasses.jl %%JULIA%%/share/julia/test/compiler/ssair.jl %%JULIA%%/share/julia/test/compiler/validation.jl %%JULIA%%/share/julia/test/complex.jl @@ -706,17 +741,21 @@ man/man1/julia10.1.gz %%JULIA%%/share/julia/test/error.jl %%JULIA%%/share/julia/test/errorshow.jl %%JULIA%%/share/julia/test/euler.jl +%%JULIA%%/share/julia/test/exceptions.jl %%JULIA%%/share/julia/test/fastmath.jl %%JULIA%%/share/julia/test/file.jl %%JULIA%%/share/julia/test/float16.jl %%JULIA%%/share/julia/test/floatapprox.jl %%JULIA%%/share/julia/test/floatfuncs.jl %%JULIA%%/share/julia/test/functional.jl +%%JULIA%%/share/julia/test/gcext/LocalTest.jl +%%JULIA%%/share/julia/test/gcext/Makefile +%%JULIA%%/share/julia/test/gcext/gcext-test.jl +%%JULIA%%/share/julia/test/gcext/gcext.c %%JULIA%%/share/julia/test/generic_map_tests.jl %%JULIA%%/share/julia/test/goto.jl %%JULIA%%/share/julia/test/grisu.jl %%JULIA%%/share/julia/test/hashing.jl -%%JULIA%%/share/julia/test/inline.jl %%JULIA%%/share/julia/test/int.jl %%JULIA%%/share/julia/test/intfuncs.jl %%JULIA%%/share/julia/test/intrinsics.jl @@ -779,6 +818,7 @@ man/man1/julia10.1.gz %%JULIA%%/share/julia/test/sorting.jl %%JULIA%%/share/julia/test/spawn.jl %%JULIA%%/share/julia/test/specificity.jl +%%JULIA%%/share/julia/test/stack_overflow.jl %%JULIA%%/share/julia/test/stacktraces.jl %%JULIA%%/share/julia/test/staged.jl %%JULIA%%/share/julia/test/stress.jl @@ -800,6 +840,8 @@ man/man1/julia10.1.gz %%JULIA%%/share/julia/test/testhelpers/MacroCalls.jl %%JULIA%%/share/julia/test/testhelpers/OffsetArrays.jl %%JULIA%%/share/julia/test/testhelpers/PhysQuantities.jl +%%JULIA%%/share/julia/test/testhelpers/coverage_file.info +%%JULIA%%/share/julia/test/testhelpers/coverage_file.jl %%JULIA%%/share/julia/test/threads.jl %%JULIA%%/share/julia/test/triplequote.jl %%JULIA%%/share/julia/test/tuple.jl