Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Jul 16, 2019
1 parent b82077e commit d4b4138
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,11 @@ Revision history for App-MoarVM-ConfprogCompiler

{{$NEXT}}

0.0.5 2019-07-16T21:31:06+02:00
- Give tracebacks on failure when --debug passed
- Some internal error message improvements
- Activate or, and, xor, ||, and && operators

0.0.4 2019-07-14T00:01:49+02:00
- Removed left-over unused Data::Dump::Tree usage
- Handle parse errors better
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Expand Up @@ -24,5 +24,5 @@
"source-url" : "https://github.com/timo/App-MoarVM-ConfprogCompiler.git",
"tags" : [ ],
"test-depends" : [ ],
"version" : "0.0.4"
"version" : "0.0.5"
}
2 changes: 1 addition & 1 deletion lib/App/MoarVM/ConfprogCompiler.pm6
@@ -1,5 +1,5 @@
use v6.c;
unit class App::MoarVM::ConfprogCompiler:ver<0.0.4>:auth<cpan:TIMOTIMO>;
unit class App::MoarVM::ConfprogCompiler:ver<0.0.5>:auth<cpan:TIMOTIMO>;

use App::MoarVM::ConfprogCompiler::Parser;
use App::MoarVM::ConfprogCompiler::Typesystem::Unifier;
Expand Down

0 comments on commit d4b4138

Please sign in to comment.