aboutsummaryrefslogtreecommitdiff
path: root/lux-php/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-06-11 02:48:13 -0400
committerEduardo Julian2021-06-11 02:48:13 -0400
commit8f575da5095e3b259d4eb6b6f13d3e37ef1d38e4 (patch)
treed4ad0bf5582637395508b4a260491373d55e760b /lux-php/commands.md
parent486488ae17007406a6c90f182b85f7be14b6b373 (diff)
Added import name formatting to "import:" macros for other backends.
Diffstat (limited to 'lux-php/commands.md')
-rw-r--r--lux-php/commands.md3
1 files changed, 1 insertions, 2 deletions
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
```