From 0952b1d1ca71089a092fde7758481ba4de71e151 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 31 Oct 2021 22:04:59 -0400 Subject: Properly inheriting the default profile in Aedifex. --- stdlib/project.lux | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'stdlib/project.lux') diff --git a/stdlib/project.lux b/stdlib/project.lux index 70692c928..0644065ff 100644 --- a/stdlib/project.lux +++ b/stdlib/project.lux @@ -57,20 +57,20 @@ ... "js" ["node" "--stack_size=8192"] ] - "python" - ["compiler" ["com.github.luxlang" "lux-python" "0.6.3" "jar"] - ... The OS command to use when running Python tests. The default is described below. - ... "python" ["python3"] - ] - "lua" ["compiler" ["com.github.luxlang" "lux-lua" "0.6.3" "jar"] ... The OS command to use when running Lua tests. The default is described below. ... "lua" ["lua"] ] + "python" + ["compiler" ["com.github.luxlang" "lux-python" "0.6.3" "jar"] + ... The OS command to use when running Python tests. The default is described below. + ... "python" ["python3"] + ] + "ruby" - ["compiler" ["com.github.luxlang" "lux-ruby" "0.6.3" "jar"] + ["compiler" ["com.github.luxlang" "lux-ruby" "0.6.4-SNAPSHOT" "jar"] ... The OS command to use when running Ruby tests. The default is described below. ... "ruby" ["ruby"] ] -- cgit v1.2.3