Skip to content

Commit

Permalink
fixes the breaking change introduced by 0.30.0
Browse files Browse the repository at this point in the history
```
Error: abstract `def Enumerable(T)#each(&block)` must be implemented by Callback::ResultSet(T)
```

this fixes a transient dependency of optarg which is not compatible with
0.30.0.
we use the fork until mosop/callback#3 has been
merged and optarg has been updated to that version.
  • Loading branch information
koffeinfrei committed Sep 8, 2019
1 parent 2f21ad8 commit f5b5f06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ shards:
version: 0.10.0

callback:
github: mosop/callback
github: drujensen/callback
version: 0.6.3

cli:
Expand Down
6 changes: 6 additions & 0 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ description: |
Simple CLI to ask the internet if it's worth watching this movie.
dependencies:
# FIXME: Fixes the breaking change introduced by 0.30.0:
# Error: abstract `def Enumerable(T)#each(&block)` must be implemented by Callback::ResultSet(T)
# Use the fork until https://github.com/mosop/callback/pull/3 has been merged
# and optarg has been updated to that version.
callback:
github: drujensen/callback
myhtml:
github: kostya/myhtml
crest:
Expand Down

0 comments on commit f5b5f06

Please sign in to comment.