Skip to content

Commit

Permalink
Version increment to 0.5.1 (#1939)
Browse files Browse the repository at this point in the history
This is to remove the requirement on Chez >9.5
  • Loading branch information
edwinb authored Sep 19, 2021
1 parent 87c1cb6 commit 1e90182
Show file tree
Hide file tree
Showing 14 changed files with 1,258 additions and 1,264 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ IDRIS2_CG ?= chez

MAJOR=0
MINOR=5
PATCH=0
PATCH=1

GIT_SHA1=
ifeq ($(shell git status >/dev/null 2>&1; echo $$?), 0)
Expand Down
1,247 changes: 622 additions & 625 deletions bootstrap/idris2_app/idris2.rkt

Large diffs are not rendered by default.

1,249 changes: 623 additions & 626 deletions bootstrap/idris2_app/idris2.ss

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/source/listing/idris-prompt-helloworld.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ idris2 hello.idr
____ __ _ ___
/ _/___/ /____(_)____ |__ \
/ // __ / ___/ / ___/ __/ / Version 0.5.0
/ // __ / ___/ / ___/ __/ / Version 0.5.1
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
/___/\__,_/_/ /_/____/ /____/ Type :? for help

Expand Down
2 changes: 1 addition & 1 deletion docs/source/listing/idris-prompt-interp.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ idris2 interp.idr
____ __ _ ___
/ _/___/ /____(_)____ |__ \
/ // __ / ___/ / ___/ __/ / Version 0.5.0
/ // __ / ___/ / ___/ __/ / Version 0.5.1
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
/___/\__,_/_/ /_/____/ /____/ Type :? for help

Expand Down
2 changes: 1 addition & 1 deletion docs/source/listing/idris-prompt-start.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ idris2
____ __ _ ___
/ _/___/ /____(_)____ |__ \
/ // __ / ___/ / ___/ __/ / Version 0.5.0
/ // __ / ___/ / ___/ __/ / Version 0.5.1
_/ // /_/ / / / (__ ) / __/ https://www.idris-lang.org
/___/\__,_/_/ /_/____/ /____/ Type :? for help

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

outputs = { self, nixpkgs, nixpkgs-chez-racket, flake-utils, idris-emacs-src }:
let
idris2-version = "0.5.0";
idris2-version = "0.5.1";
lib = import ./nix/lib.nix;
sys-agnostic = rec {
templates.pkg = {
Expand Down
2 changes: 1 addition & 1 deletion idris2api.ipkg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package idris2
version = 0.5.0
version = 0.5.1

modules =
Algebra,
Expand Down
2 changes: 1 addition & 1 deletion libs/base/base.ipkg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package base
version = 0.5.0
version = 0.5.1

opts = "--ignore-missing-ipkg -Wno-shadowing"

Expand Down
2 changes: 1 addition & 1 deletion libs/contrib/contrib.ipkg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package contrib
version = 0.5.0
version = 0.5.1

opts = "--ignore-missing-ipkg -Wno-shadowing"

Expand Down
2 changes: 1 addition & 1 deletion libs/network/network.ipkg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package network
version = 0.5.0
version = 0.5.1

opts = "--ignore-missing-ipkg -p contrib"

Expand Down
2 changes: 1 addition & 1 deletion libs/prelude/prelude.ipkg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package prelude
version = 0.5.0
version = 0.5.1

opts = "--ignore-missing-ipkg --no-prelude"

Expand Down
2 changes: 1 addition & 1 deletion libs/test/test.ipkg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package test
version = 0.5.0
version = 0.5.1

depends = contrib

Expand Down
4 changes: 2 additions & 2 deletions tests/idris2/pkg010/expected.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
1/1: Building Main (Main.idr)
Installing __PWD__build/ttc/Main.ttc to __PWD__currently/nonexistent/dir/idris2-0.5.0/testpkg-0
Installing __PWD__build/ttc/Main.ttc to __PWD__currently/nonexistent/dir/idris2-0.5.0/testpkg-0
Installing __PWD__build/ttc/Main.ttc to __PWD__currently/nonexistent/dir/idris2-0.5.1/testpkg-0
Installing __PWD__build/ttc/Main.ttc to __PWD__currently/nonexistent/dir/idris2-0.5.1/testpkg-0

0 comments on commit 1e90182

Please sign in to comment.