From 0f7bfa0d4a4e5a79fffe72adec1dd35992c7dde3 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 5 Sep 2021 15:17:20 -0400 Subject: Clearing the local scope during eval analysis to avoid accidentally seeing variables outside of eval's scope. --- lux-python/project.lux | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'lux-python') diff --git a/lux-python/project.lux b/lux-python/project.lux index 118bc95b2..2f6627b83 100644 --- a/lux-python/project.lux +++ b/lux-python/project.lux @@ -1,14 +1,14 @@ ["" - [#identity ["com.github.luxlang" "lux-python" "0.6.0-SNAPSHOT"] + ["identity" ["com.github.luxlang" "lux-python" "0.6.0-SNAPSHOT"] - #deploy_repositories ["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/" - "releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] + "deploy_repositories" ["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/" + "releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] - #repositories ["https://oss.sonatype.org/content/repositories/snapshots/" - "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] + "repositories" ["https://oss.sonatype.org/content/repositories/snapshots/" + "https://oss.sonatype.org/service/local/staging/deploy/maven2/"] - #compiler ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"] - #dependencies [["com.github.luxlang" "stdlib" "0.6.0-SNAPSHOT" "tar"] - ["org.python" "jython-standalone" "2.7.2" "jar"]] + "compiler" ["com.github.luxlang" "lux-jvm" "0.6.0-SNAPSHOT" "jar"] + "dependencies" [["com.github.luxlang" "stdlib" "0.6.0-SNAPSHOT" "tar"] + ["org.python" "jython-standalone" "2.7.2" "jar"]] - #program "program"]] + "program" "program"]] -- cgit v1.2.3