File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change
1
+ v0.1.3 Thu 29 Apr 07:57:17 BST 2021
2
+ * Make more multi on Workflow for convenience of sub-classes
1
3
v0.1.2 Mon 19 Apr 14:44:33 BST 2021
2
4
* Add some lifecycle callbacks to the object for the convenience of sub-classes
3
5
* Fix the application of the role
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Tinky" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"auth" : " github:jonathanstowe" ,
5
5
"api" : " 1.0" ,
6
- "description" : " An Experimental Workflow / State Management toolit " ,
6
+ "description" : " An Experimental Workflow / State Management toolkit " ,
7
7
"source-url" : " https://github.com/jonathanstowe/Tinky.git" ,
8
8
"support" : {
9
9
"email" : " jns+git@gellyfish.co.uk" ,
Original file line number Diff line number Diff line change @@ -772,7 +772,7 @@ current state on the object.
772
772
773
773
= end pod
774
774
775
- module Tinky : ver<0.1.2 >: auth<github:jonathanstowe >: api<1.0 > {
775
+ module Tinky : ver<0.1.3 >: auth<github:jonathanstowe >: api<1.0 > {
776
776
777
777
# Stub here, definition below
778
778
class State { ... };
@@ -1106,7 +1106,7 @@ module Tinky:ver<0.1.2>:auth<github:jonathanstowe>:api<1.0> {
1106
1106
}
1107
1107
1108
1108
has Supply $ ! transition-supply ;
1109
- method transition-supply ( --> Supply ) {
1109
+ multi method transition-supply ( --> Supply ) {
1110
1110
$ ! transition-supply // = do {
1111
1111
my @ supplies = self . transitions. Seq . map ( -> $ transition { $ transition . supply. map (-> $ value { $ transition , $ value }) });
1112
1112
Supply . merge(@ supplies );
You can’t perform that action at this time.
0 commit comments