aboutsummaryrefslogtreecommitdiff
path: root/stdlib/project.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-10-31 22:04:59 -0400
committerEduardo Julian2021-10-31 22:04:59 -0400
commit0952b1d1ca71089a092fde7758481ba4de71e151 (patch)
tree10df078a5796cb9aaeaf3ad6e78cc4c33cad3adb /stdlib/project.lux
parentda89da48cbe538521790f8a1bdc64ffae21161b5 (diff)
Properly inheriting the default profile in Aedifex.
Diffstat (limited to 'stdlib/project.lux')
-rw-r--r--stdlib/project.lux14
1 files changed, 7 insertions, 7 deletions
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"]
]