From 8f575da5095e3b259d4eb6b6f13d3e37ef1d38e4 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 11 Jun 2021 02:48:13 -0400 Subject: Added import name formatting to "import:" macros for other backends. --- lux-php/commands.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lux-php/commands.md') diff --git a/lux-php/commands.md b/lux-php/commands.md index 618c13c52..e23e50b1a 100644 --- a/lux-php/commands.md +++ b/lux-php/commands.md @@ -11,7 +11,6 @@ cd ~/lux/lux-php/ && lein clean && lein lux auto test ``` ## Develop -## NOTE: Must set lux/control/concurrency/thread.parallelism = 1 before compiling to make sure JPHP doesn't cause trouble. cd ~/lux/lux-php/ \ && lein clean \ && lein lux auto build @@ -30,7 +29,7 @@ cd ~/lux/lux-php/ \ ## Compile Lux's Standard Library's tests using a JVM-based compiler. cd ~/lux/stdlib/ \ && lein clean \ -&& time java -jar ~/lux/lux-php/target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux +&& time java -jar ~/lux/lux-php/jvm_based_compiler.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux php -f ~/lux/stdlib/target/program.php ``` -- cgit v1.2.3