From adab86918f4bb0a2c874b7518a89c6492aa8cc2c Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 17 Jan 2021 11:54:05 +0100 Subject: [PATCH 1/3] fix NamedTuple syntax for julia Date: Sun, 17 Jan 2021 12:14:00 +0100 Subject: [PATCH 2/3] add julia 1.4 test target --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6b4a7f2b7..ebd0fd93a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: matrix: version: - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. + - '1.4' - 'nightly' os: - ubuntu-latest From 2b70bccf74a776ccc2412c13d524ce42755aab1c Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 17 Jan 2021 13:35:39 +0100 Subject: [PATCH 3/3] change tuples to Vec3f0/Vec4f0 for