Skip to content

Commit

Permalink
Version 0.18.0
Browse files Browse the repository at this point in the history
<a name="v0.18.0"></a>
## v0.18.0 (2021-10-03)

#### Performance

*   Avoid recreating the vm for each formatted file ([0335733](gluon-lang@0335733))

#### Breaking Changes

*   Make channels and reference require IO ([c904189](gluon-lang@c904189), breaks [#](https://github.com/gluon-lang/gluon/issues/))

#### Features

*   Make channels and reference require IO ([c904189](gluon-lang@c904189), breaks [#](https://github.com/gluon-lang/gluon/issues/))
*   Allow specifying type signatures in do bindings ([fac08dc](gluon-lang@fac08dc))
*   Allow macros to refer to symbols in scope at the expansion site ([1a5489c](gluon-lang@1a5489c), closes [gluon-lang#895](gluon-lang#895))
*   Allow the http module to be used without a tcp listener ([c45353d](gluon-lang@c45353d))
*   Format seq expressions without seq ([5c0cec2](gluon-lang@5c0cec2))
*   Compile block expressions as monadic sequences ([bce5973](gluon-lang@bce5973), closes [gluon-lang#884](gluon-lang#884))
* **std:**
  *  add Option assertions to std.test ([28e5053](gluon-lang@28e5053))
  *  add modulo functions to int and float ([92f188a](gluon-lang@92f188a))

#### Bug Fixes

*   Allow the repl to compile concurrently ([2118f4d](gluon-lang@2118f4d))
*   Don't use the empty span in derive macros ([d05f1ca](gluon-lang@d05f1ca))
*   Provide the type of imported modules with errors ([d3bfc59](gluon-lang@d3bfc59))
*   Don't refine already refined skolems ([f39b396](gluon-lang@f39b396), closes [gluon-lang#842](gluon-lang#842))
*   Recognize raw string literals without any `#` ([4d66fbb](gluon-lang@4d66fbb), closes [gluon-lang#885](gluon-lang#885))
*   Prevent zero-argument functions from being created in Rust ([e91ea06](gluon-lang@e91ea06), closes [gluon-lang#873](gluon-lang#873))
*   Give tuple fields a span ([2a1c2c7](gluon-lang@2a1c2c7))
*   xor_shift_new inconsistent description ([591b64b](gluon-lang@591b64b))
  • Loading branch information
Marwes committed Oct 3, 2021
1 parent 036d94f commit 608407b
Show file tree
Hide file tree
Showing 22 changed files with 101 additions and 64 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
<a name="v0.18.0"></a>
## v0.18.0 (2021-10-03)


#### Performance

* Avoid recreating the vm for each formatted file ([0335733e](https://github.com/gluon-lang/gluon/commit/0335733e7f4b5b0588b6adbdde32765126e6b12f))

#### Breaking Changes

* Make channels and reference require IO ([c9041898](https://github.com/gluon-lang/gluon/commit/c904189834a2548af1781f68d2e35b5b9e3ac2c8), breaks [#](https://github.com/gluon-lang/gluon/issues/))

#### Features

* Make channels and reference require IO ([c9041898](https://github.com/gluon-lang/gluon/commit/c904189834a2548af1781f68d2e35b5b9e3ac2c8), breaks [#](https://github.com/gluon-lang/gluon/issues/))
* Allow specifying type signatures in do bindings ([fac08dcf](https://github.com/gluon-lang/gluon/commit/fac08dcff7a019440dd8d0a886abdb18baa58198))
* Allow macros to refer to symbols in scope at the expansion site ([1a5489c6](https://github.com/gluon-lang/gluon/commit/1a5489c61db82af64104e01e359217154efd0d24), closes [#895](https://github.com/gluon-lang/gluon/issues/895))
* Allow the http module to be used without a tcp listener ([c45353d2](https://github.com/gluon-lang/gluon/commit/c45353d2ceb10d98dbeca7e7dce1f658b875eb3a))
* Format seq expressions without seq ([5c0cec2d](https://github.com/gluon-lang/gluon/commit/5c0cec2d29a0580a8e171e040f13427b282c4c1f))
* Compile block expressions as monadic sequences ([bce59737](https://github.com/gluon-lang/gluon/commit/bce5973719cdb24849671f5b11e980e5d9cefc31), closes [#884](https://github.com/gluon-lang/gluon/issues/884))
* **std:**
* add Option assertions to std.test ([28e5053f](https://github.com/gluon-lang/gluon/commit/28e5053f1e56f7304d8b94eead3174ccfa4077c6))
* add modulo functions to int and float ([92f188ab](https://github.com/gluon-lang/gluon/commit/92f188ab24b599d0d0ef004c996f5fbefbfe1786))

#### Bug Fixes

* Allow the repl to compile concurrently ([2118f4d2](https://github.com/gluon-lang/gluon/commit/2118f4d2816ba400dd2024356cd05a40d6cf2366))
* Don't use the empty span in derive macros ([d05f1ca8](https://github.com/gluon-lang/gluon/commit/d05f1ca86bff843baf26dc15b6ee9820c35d4b94))
* Provide the type of imported modules with errors ([d3bfc598](https://github.com/gluon-lang/gluon/commit/d3bfc598d6aecad942e1d5ab44e49e5616a90b28))
* Don't refine already refined skolems ([f39b3965](https://github.com/gluon-lang/gluon/commit/f39b39658d9b01c7e503a1a519ce5f134127b1bd), closes [#842](https://github.com/gluon-lang/gluon/issues/842))
* Recognize raw string literals without any `#` ([4d66fbb3](https://github.com/gluon-lang/gluon/commit/4d66fbb37f5acae81c28fe3af715b8d1c04a2ab5), closes [#885](https://github.com/gluon-lang/gluon/issues/885))
* Prevent zero-argument functions from being created in Rust ([e91ea06d](https://github.com/gluon-lang/gluon/commit/e91ea06d447fea4f9e5699ada6f38e742526ebc7), closes [#873](https://github.com/gluon-lang/gluon/issues/873))
* Give tuple fields a span ([2a1c2c71](https://github.com/gluon-lang/gluon/commit/2a1c2c711408372eed71812696776ee93fde3c0a))
* xor_shift_new inconsistent description ([591b64b3](https://github.com/gluon-lang/gluon/commit/591b64b359d98948ca379fd2f17e8d34982d12b2))



<a name="v0.17.2"></a>
### v0.17.2 (2020-10-25)

Expand Down
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gluon"
version = "0.17.2" # GLUON
version = "0.18.0" # GLUON
authors = ["Markus <[email protected]>"]
keywords = ["script", "scripting", "language"]
build = "build.rs"
Expand All @@ -26,12 +26,12 @@ name = "gluon"
path = "src/lib.rs"

[dependencies]
gluon_base = { path = "base", version = "0.17.2" } # GLUON
gluon_check = { path = "check", version = "0.17.2" } # GLUON
gluon_parser = { path = "parser", version = "0.17.2" } # GLUON
gluon_codegen = { path = "codegen", version = "0.17.2" } # GLUON
gluon_vm = { path = "vm", version = "0.17.2", default-features = false } # GLUON
gluon_format = { path = "format", version = "0.17.2", default-features = false } # GLUON
gluon_base = { path = "base", version = "0.18.0" } # GLUON
gluon_check = { path = "check", version = "0.18.0" } # GLUON
gluon_parser = { path = "parser", version = "0.18.0" } # GLUON
gluon_codegen = { path = "codegen", version = "0.18.0" } # GLUON
gluon_vm = { path = "vm", version = "0.18.0", default-features = false } # GLUON
gluon_format = { path = "format", version = "0.18.0", default-features = false } # GLUON

async-trait = "0.1.51"
log = "0.4.14"
Expand Down Expand Up @@ -69,7 +69,7 @@ rand = { version = "0.8.4", optional = true }
rand_xorshift = { version = "0.3.0", optional = true }

[build-dependencies]
gluon_base = { path = "base", version = "0.17.2" } # GLUON
gluon_base = { path = "base", version = "0.18.0" } # GLUON

itertools = "0.10.1"
little-skeptic = { version = "0.15.2", optional = true }
Expand Down Expand Up @@ -98,8 +98,8 @@ bincode = "1.3.3"

pulldown-cmark = "0.8.0"

gluon_completion = { path = "completion", version = "0.17.2" } # GLUON
gluon_codegen = { path = "codegen", version = "0.17.2" } # GLUON
gluon_completion = { path = "completion", version = "0.18.0" } # GLUON
gluon_codegen = { path = "codegen", version = "0.18.0" } # GLUON

[features]
default = ["async", "regex", "random"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Gluon requires a recent Rust compiler to build (1.9.0 or later) and is available

```toml
[dependencies]
gluon = "0.17.2"
gluon = "0.18.0"
```

### Other languages
Expand Down
4 changes: 2 additions & 2 deletions base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gluon_base"
version = "0.17.2" # GLUON
version = "0.18.0" # GLUON
authors = ["Markus <[email protected]>"]
edition = "2018"

Expand Down Expand Up @@ -33,7 +33,7 @@ either = "1.6.1"
vec_map = "0.8.2"
typed-arena = "2.0.1"

gluon_codegen = { version = "0.17.2", path = "../codegen" } # GLUON
gluon_codegen = { version = "0.18.0", path = "../codegen" } # GLUON

serde = { version = "1.0.130", features = ["rc"], optional = true }
serde_state = { version = "0.4.8", features = ["rc"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion base/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/gluon_base/0.17.2")] // # GLUON
#![doc(html_root_url = "https://docs.rs/gluon_base/0.18.0")] // # GLUON
#![allow(unknown_lints)]
//! The base crate contains pervasive types used in the compiler such as type representations, the
//! AST and some basic containers.
Expand Down
4 changes: 2 additions & 2 deletions c-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gluon_c-api"
version = "0.17.2" # GLUON
version = "0.18.0" # GLUON
authors = ["Markus Westerlind <[email protected]>"]
edition = "2018"

Expand All @@ -19,7 +19,7 @@ travis-ci = { repository = "gluon-lang/gluon" }
crate-type = ["cdylib"]

[dependencies]
gluon = { version = "0.17.2", path = ".." } # GLUON
gluon = { version = "0.18.0", path = ".." } # GLUON
futures = "0.3.17"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion c-api/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! A (WIP) C API allowing use of gluon in other langauges than Rust.
#![doc(html_root_url = "https://docs.rs/gluon_c-api/0.17.2")] // # GLUON
#![doc(html_root_url = "https://docs.rs/gluon_c-api/0.18.0")] // # GLUON

use std::{slice, str};

Expand Down
8 changes: 4 additions & 4 deletions check/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gluon_check"
version = "0.17.2" # GLUON
version = "0.18.0" # GLUON
authors = ["Markus <[email protected]>"]
edition = "2018"

Expand Down Expand Up @@ -30,14 +30,14 @@ codespan-reporting = "0.11.1"

strsim = "0.10.0"

gluon_base = { path = "../base", version = "0.17.2" } # GLUON
gluon_codegen = { path = "../codegen", version = "0.17.2" } # GLUON
gluon_base = { path = "../base", version = "0.18.0" } # GLUON
gluon_codegen = { path = "../codegen", version = "0.18.0" } # GLUON

[dev-dependencies]
env_logger = "0.9.0"
insta = "1.8.0"

gluon_parser = { path = "../parser", version = "0.17.2" } # GLUON
gluon_parser = { path = "../parser", version = "0.18.0" } # GLUON
gluon_format = { path = "../format", version = ">=0.9" }

collect-mac = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion check/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! If an AST passes the checks in `Typecheck::typecheck_expr` (which runs all of theses checks
//! the expression is expected to compile succesfully (if it does not it should be considered an
//! internal compiler error.
#![doc(html_root_url = "https://docs.rs/gluon_check/0.17.2")] // # GLUON
#![doc(html_root_url = "https://docs.rs/gluon_check/0.18.0")] // # GLUON

#[macro_use]
extern crate collect_mac;
Expand Down
2 changes: 1 addition & 1 deletion codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gluon_codegen"
version = "0.17.2" # GLUON
version = "0.18.0" # GLUON
authors = ["Markus <[email protected]>"]

edition = "2018"
Expand Down
8 changes: 4 additions & 4 deletions completion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gluon_completion"
version = "0.17.2" # GLUON
version = "0.18.0" # GLUON
authors = ["Markus <[email protected]>"]
edition = "2018"

Expand All @@ -17,13 +17,13 @@ itertools = "0.10.1"
walkdir = "2.3.2"
codespan = "0.11.1"

gluon_base = { path = "../base", version = "0.17.2" } # GLUON
gluon_base = { path = "../base", version = "0.18.0" } # GLUON

[dev-dependencies]
collect-mac = "0.1.0"
env_logger = "0.9.0"
pretty_assertions = "1.0.0"
quick-error = "2.0.1"

gluon_check = { path = "../check", version = "0.17.2" } # GLUON
gluon_parser = { path = "../parser", version = "0.17.2" } # GLUON
gluon_check = { path = "../check", version = "0.18.0" } # GLUON
gluon_parser = { path = "../parser", version = "0.18.0" } # GLUON
2 changes: 1 addition & 1 deletion completion/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! Primitive auto completion and type quering on ASTs
#![doc(html_root_url = "https://docs.rs/gluon_completion/0.17.2")] // # GLUON
#![doc(html_root_url = "https://docs.rs/gluon_completion/0.18.0")] // # GLUON

extern crate gluon_base as base;

Expand Down
6 changes: 3 additions & 3 deletions doc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gluon_doc"
version = "0.17.2" # GLUON
version = "0.18.0" # GLUON
authors = ["Markus Westerlind <[email protected]>"]
edition = "2018"

Expand Down Expand Up @@ -32,8 +32,8 @@ serde = "1.0.130"
serde_derive = "1.0.130"
serde_json = "1.0.68"

gluon = { version = "0.17.2", default-features = false, path = ".." } # GLUON
completion = { package = "gluon_completion", version = "0.17.2", path = "../completion" } # GLUON
gluon = { version = "0.18.0", default-features = false, path = ".." } # GLUON
completion = { package = "gluon_completion", version = "0.18.0", path = "../completion" } # GLUON


[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions format/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gluon_format"
version = "0.17.2" # GLUON
version = "0.18.0" # GLUON
authors = ["Markus <[email protected]>"]
edition = "2018"

Expand All @@ -17,7 +17,7 @@ pretty = "0.10.0"
itertools = "0.10.1"
codespan = "0.11.1"

gluon_base = { path = "../base", version = "0.17.2" } # GLUON
gluon_base = { path = "../base", version = "0.18.0" } # GLUON

[dev-dependencies]
difference = "2.0.0"
Expand All @@ -28,7 +28,7 @@ pretty_assertions = "1.0.0"
tokio = { version = "1.12.0", features = ["macros"] }
walkdir = "2.3.2"

gluon_base = { path = "../base", version = "0.17.2" } # GLUON
gluon_base = { path = "../base", version = "0.18.0" } # GLUON
gluon = { path = "..", version = ">=0.9" }

tensile = { version = "0.7", features = ["tokio"] }
Expand Down
2 changes: 1 addition & 1 deletion format/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! Code formatter.
#![doc(html_root_url = "https://docs.rs/gluon_formatter/0.17.2")] // # GLUON
#![doc(html_root_url = "https://docs.rs/gluon_formatter/0.18.0")] // # GLUON

extern crate codespan;
#[macro_use]
Expand Down
4 changes: 2 additions & 2 deletions parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gluon_parser"
version = "0.17.2" # GLUON
version = "0.18.0" # GLUON
authors = ["Markus <[email protected]>"]
edition = "2018"

Expand All @@ -23,7 +23,7 @@ itertools = "0.10.1"
quick-error = "2.0.1"
lalrpop-util = "0.19.6"
log = "0.4.14"
gluon_base = { path = "../base", version = "0.17.2" } # GLUON
gluon_base = { path = "../base", version = "0.18.0" } # GLUON
ordered-float = "2.8.0"
codespan = "0.11.1"
codespan-reporting = "0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion parser/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! The parser is a bit more complex than it needs to be as it needs to be fully specialized to
//! avoid a recompilation every time a later part of the compiler is changed. Due to this the
//! string interner and therefore also garbage collector needs to compiled before the parser.
#![doc(html_root_url = "https://docs.rs/gluon_parser/0.17.2")] // # GLUON
#![doc(html_root_url = "https://docs.rs/gluon_parser/0.18.0")] // # GLUON

extern crate gluon_base as base;
#[macro_use]
Expand Down
Loading

0 comments on commit 608407b

Please sign in to comment.