aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Julian2021-11-02 23:26:00 -0400
committerEduardo Julian2021-11-02 23:26:00 -0400
commit6c15469f06499e9dee6966f89ac33727d46c885e (patch)
treec55b6c4cf8752b394890b28c772798a0a54e8bc6
parent0952b1d1ca71089a092fde7758481ba4de71e151 (diff)
v0.6.4
-rw-r--r--lux-bootstrapper/project.clj2
-rw-r--r--lux-js/project.clj2
-rw-r--r--lux-js/project.lux8
-rw-r--r--lux-jvm/project.clj2
-rw-r--r--lux-lein/project.clj2
-rw-r--r--lux-lua/project.clj2
-rw-r--r--lux-lua/project.lux6
-rw-r--r--lux-python/project.clj2
-rw-r--r--lux-python/project.lux6
-rw-r--r--lux-ruby/project.clj4
-rw-r--r--lux-ruby/project.lux6
-rw-r--r--stdlib/project.clj2
-rw-r--r--stdlib/project.lux14
13 files changed, 29 insertions, 29 deletions
diff --git a/lux-bootstrapper/project.clj b/lux-bootstrapper/project.clj
index 9c5b82694..739d5c37c 100644
--- a/lux-bootstrapper/project.clj
+++ b/lux-bootstrapper/project.clj
@@ -1,4 +1,4 @@
-(defproject com.github.luxlang/lux-bootstrapper "0.6.3"
+(defproject com.github.luxlang/lux-bootstrapper "0.6.4"
:min-lein-version "2.1.0" ;; 2.1.0 introduced jar classifiers
:description "The JVM (bootstrapping) compiler for the Lux programming language."
:url "https://github.com/LuxLang/lux"
diff --git a/lux-js/project.clj b/lux-js/project.clj
index 2f1aec9ce..6a8234403 100644
--- a/lux-js/project.clj
+++ b/lux-js/project.clj
@@ -1,4 +1,4 @@
-(def version "0.6.3")
+(def version "0.6.4")
(def repo "https://github.com/LuxLang/lux")
(def sonatype-releases "https://oss.sonatype.org/service/local/staging/deploy/maven2/")
(def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/")
diff --git a/lux-js/project.lux b/lux-js/project.lux
index 3f1a29c1b..b48a9eaa6 100644
--- a/lux-js/project.lux
+++ b/lux-js/project.lux
@@ -1,5 +1,5 @@
[""
- ["identity" ["com.github.luxlang" "lux-js" "0.6.4-SNAPSHOT"]
+ ["identity" ["com.github.luxlang" "lux-js" "0.6.4"]
"info" ["url" "https://github.com/LuxLang/lux"
"scm" "https://github.com/LuxLang/lux.git"
"licenses" [["name" "Lux License v0.1.2"
@@ -15,14 +15,14 @@
"repositories" ["https://oss.sonatype.org/content/repositories/snapshots/"
"https://oss.sonatype.org/service/local/staging/deploy/maven2/"]
- "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.3" "tar"]
+ "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.4" "tar"]
]
"program" "program"]
"js"
- ["compiler" ["com.github.luxlang" "lux-js" "0.6.2" "js"]]
+ ["compiler" ["com.github.luxlang" "lux-js" "0.6.3" "js"]]
"jvm"
- ["compiler" ["com.github.luxlang" "lux-jvm" "0.6.3" "jar"]
+ ["compiler" ["com.github.luxlang" "lux-jvm" "0.6.4" "jar"]
"dependencies" [["org.openjdk.nashorn" "nashorn-core" "15.1" "jar"]]]]
diff --git a/lux-jvm/project.clj b/lux-jvm/project.clj
index 86c2db19a..803c29b0f 100644
--- a/lux-jvm/project.clj
+++ b/lux-jvm/project.clj
@@ -1,4 +1,4 @@
-(def version "0.6.3")
+(def version "0.6.4")
(def repo "https://github.com/LuxLang/lux")
(def sonatype "https://oss.sonatype.org")
(def sonatype-releases (str sonatype "/service/local/staging/deploy/maven2/"))
diff --git a/lux-lein/project.clj b/lux-lein/project.clj
index 0e3404eba..cdd4e8f6e 100644
--- a/lux-lein/project.clj
+++ b/lux-lein/project.clj
@@ -1,4 +1,4 @@
-(defproject com.github.luxlang/lein-luxc "0.6.3"
+(defproject com.github.luxlang/lein-luxc "0.6.4"
:description "The Leiningen plugin for the Lux programming language."
:url "https://github.com/LuxLang/lux"
:license {:name "Lux License v0.1.2"
diff --git a/lux-lua/project.clj b/lux-lua/project.clj
index 1cad2252b..d573b119d 100644
--- a/lux-lua/project.clj
+++ b/lux-lua/project.clj
@@ -1,4 +1,4 @@
-(def version "0.6.3")
+(def version "0.6.4")
(def repo "https://github.com/LuxLang/lux")
(def sonatype-releases "https://oss.sonatype.org/service/local/staging/deploy/maven2/")
(def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/")
diff --git a/lux-lua/project.lux b/lux-lua/project.lux
index cd648ab28..54739d3e2 100644
--- a/lux-lua/project.lux
+++ b/lux-lua/project.lux
@@ -1,5 +1,5 @@
{""
- [#identity ["com.github.luxlang" "lux-lua" "0.6.3"]
+ [#identity ["com.github.luxlang" "lux-lua" "0.6.4"]
#deploy_repositories {"snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"
"releases" "https://oss.sonatype.org/service/local/staging/deploy/maven2/"}
@@ -7,8 +7,8 @@
#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.3" "jar"]
- #dependencies [... ["com.github.luxlang" "stdlib" "0.6.3" "tar"]
+ #compiler ["com.github.luxlang" "lux-jvm" "0.6.4" "jar"]
+ #dependencies [... ["com.github.luxlang" "stdlib" "0.6.4" "tar"]
["org.ow2.asm" "asm" "5.0.4" "jar"]
["org.ow2.asm" "asm-commons" "5.0.4" "jar"]
diff --git a/lux-python/project.clj b/lux-python/project.clj
index 6cac51c42..8f5e52356 100644
--- a/lux-python/project.clj
+++ b/lux-python/project.clj
@@ -1,4 +1,4 @@
-(def version "0.6.3")
+(def version "0.6.4")
(def repo "https://github.com/LuxLang/lux")
(def sonatype-releases "https://oss.sonatype.org/service/local/staging/deploy/maven2/")
(def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/")
diff --git a/lux-python/project.lux b/lux-python/project.lux
index c835cd122..c4cfad542 100644
--- a/lux-python/project.lux
+++ b/lux-python/project.lux
@@ -1,5 +1,5 @@
[""
- ["identity" ["com.github.luxlang" "lux-python" "0.6.3"]
+ ["identity" ["com.github.luxlang" "lux-python" "0.6.4"]
"description" "A Python compiler for Lux."
"info" ["url" "https://github.com/LuxLang/lux"
"scm" "https://github.com/LuxLang/lux.git"
@@ -15,8 +15,8 @@
"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.3" "jar"]
- "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.3" "tar"]
+ "compiler" ["com.github.luxlang" "lux-jvm" "0.6.4" "jar"]
+ "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.4" "tar"]
["org.python" "jython-standalone" "2.7.2" "jar"]]
"program" "program"]]
diff --git a/lux-ruby/project.clj b/lux-ruby/project.clj
index 3b66aef9d..070864215 100644
--- a/lux-ruby/project.clj
+++ b/lux-ruby/project.clj
@@ -1,9 +1,9 @@
-(def version "0.6.3")
+(def version "0.6.4")
(def repo "https://github.com/LuxLang/lux")
(def sonatype-releases "https://oss.sonatype.org/service/local/staging/deploy/maven2/")
(def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/")
-(defproject com.github.luxlang/lux-ruby "0.6.4-SNAPSHOT" ;; #=(identity version)
+(defproject com.github.luxlang/lux-ruby #=(identity version)
:description "A Ruby compiler for Lux."
:url ~repo
:license {:name "Lux License v0.1.2"
diff --git a/lux-ruby/project.lux b/lux-ruby/project.lux
index 7d1adfde9..97856704a 100644
--- a/lux-ruby/project.lux
+++ b/lux-ruby/project.lux
@@ -1,5 +1,5 @@
[""
- ["identity" ["com.github.luxlang" "lux-ruby" "0.6.3"]
+ ["identity" ["com.github.luxlang" "lux-ruby" "0.6.4"]
"description" "A Ruby compiler for Lux."
"info" ["url" "https://github.com/LuxLang/lux"
"scm" "https://github.com/LuxLang/lux.git"
@@ -15,8 +15,8 @@
"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.3" "jar"]
- "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.3" "tar"]
+ "compiler" ["com.github.luxlang" "lux-jvm" "0.6.4" "jar"]
+ "dependencies" [... ["com.github.luxlang" "stdlib" "0.6.4" "tar"]
["org.jruby" "jruby-complete" "9.2.15.0" "jar"]]
diff --git a/stdlib/project.clj b/stdlib/project.clj
index 6e5e49e4e..850de9fcc 100644
--- a/stdlib/project.clj
+++ b/stdlib/project.clj
@@ -1,4 +1,4 @@
-(def version "0.6.3")
+(def version "0.6.4")
(def repo "https://github.com/LuxLang/lux")
(def sonatype-releases "https://oss.sonatype.org/service/local/staging/deploy/maven2/")
(def sonatype-snapshots "https://oss.sonatype.org/content/repositories/snapshots/")
diff --git a/stdlib/project.lux b/stdlib/project.lux
index 0644065ff..f5b34f7de 100644
--- a/stdlib/project.lux
+++ b/stdlib/project.lux
@@ -2,7 +2,7 @@
[... An optional identity for the project.
... It can also be specified or overriden in a non-default profile.
... This will be the name given to the project when installed/deployed as a dependency.
- "identity" ["com.github.luxlang" "stdlib" "0.6.3"]
+ "identity" ["com.github.luxlang" "stdlib" "0.6.4"]
... Every piece of information, and the whole "info" bundle, are optional.
"info" ["url" "https://github.com/LuxLang/lux"
@@ -41,36 +41,36 @@
... The following are alternative profiles to use in various situations.
"jvm"
[... "compiler" specifies the dependency to fetch and use as the compiler.
- "compiler" ["com.github.luxlang" "lux-jvm" "0.6.3" "jar"]
+ "compiler" ["com.github.luxlang" "lux-jvm" "0.6.4" "jar"]
... "dependencies" is an optional list of dependencies to fetch.
... The dependencies have the same shape as when specifying the compiler.
... When omitting the packaging format of the dependency, "tar" will be assumed.
... "dependencies" [["org.ow2.asm" "asm-all" "5.0.3" "jar"]
- ... ["com.github.luxlang" "stdlib" "0.6.3"]]
+ ... ["com.github.luxlang" "stdlib" "0.6.4"]]
... The OS command to use when running JVM tests. The default is described below.
... "java" ["java" "-jar"]
]
"js"
- ["compiler" ["com.github.luxlang" "lux-js" "0.6.3" "js"]
+ ["compiler" ["com.github.luxlang" "lux-js" "0.6.4" "js"]
... The OS command to use when running JS tests. The default is described below.
... "js" ["node" "--stack_size=8192"]
]
"lua"
- ["compiler" ["com.github.luxlang" "lux-lua" "0.6.3" "jar"]
+ ["compiler" ["com.github.luxlang" "lux-lua" "0.6.4" "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"]
+ ["compiler" ["com.github.luxlang" "lux-python" "0.6.4" "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.4-SNAPSHOT" "jar"]
+ ["compiler" ["com.github.luxlang" "lux-ruby" "0.6.4" "jar"]
... The OS command to use when running Ruby tests. The default is described below.
... "ruby" ["ruby"]
]