Skip to content

Commit

Permalink
0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Aug 18, 2024
1 parent bbdb42a commit 1ed95f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Revision history for App-Rak

{{$NEXT}}

0.3.8 2024-08-18T21:09:44+02:00
- Unbreak the --edit-files option: this probably got borked
in 0.3.4 . This feature *is* hard to test!

0.3.7 2024-08-18T14:59:31+02:00
- Allow --count-only and --unique to be used simultaneously

Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
],
"test-depends": [
],
"version": "0.3.7"
"version": "0.3.8"
}
2 changes: 1 addition & 1 deletion lib/App/Rak.rakumod
Original file line number Diff line number Diff line change
Expand Up @@ -2718,7 +2718,7 @@ my sub action-ecosystem(--> Nil) {
my sub action-edit(--> Nil) {
%rak<progress>:delete; # no progress indicator if editing
my $pattern := @patterns.head;
my $pattern := @patterns.head.value;
my sub go-edit-error($error --> Nil) {
if backtrace-files($error).map: -> (:key($file), :value(@line)) {
Expand Down

0 comments on commit 1ed95f1

Please sign in to comment.