Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoejp committed Nov 3, 2021
1 parent 0952b1d commit 6c15469
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion lux-bootstrapper/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lux-js/project.clj
Original file line number Diff line number Diff line change
@@ -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/")
Expand Down
8 changes: 4 additions & 4 deletions lux-js/project.lux
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]]]]
2 changes: 1 addition & 1 deletion lux-jvm/project.clj
Original file line number Diff line number Diff line change
@@ -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/"))
Expand Down
2 changes: 1 addition & 1 deletion lux-lein/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lux-lua/project.clj
Original file line number Diff line number Diff line change
@@ -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/")
Expand Down
6 changes: 3 additions & 3 deletions lux-lua/project.lux
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{""
[#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/"}

#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"]
Expand Down
2 changes: 1 addition & 1 deletion lux-python/project.clj
Original file line number Diff line number Diff line change
@@ -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/")
Expand Down
6 changes: 3 additions & 3 deletions lux-python/project.lux
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]]
4 changes: 2 additions & 2 deletions lux-ruby/project.clj
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 3 additions & 3 deletions lux-ruby/project.lux
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"]]

Expand Down
2 changes: 1 addition & 1 deletion stdlib/project.clj
Original file line number Diff line number Diff line change
@@ -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/")
Expand Down
14 changes: 7 additions & 7 deletions stdlib/project.lux
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"]
]
Expand Down

0 comments on commit 6c15469

Please sign in to comment.