Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion big/big.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

sm = new csml.StateMachine {
transient {
Expand Down
2 changes: 1 addition & 1 deletion big/main.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
amends
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

import "big.pkl"
import "defs.pkl"
Expand Down
2 changes: 1 addition & 1 deletion big/services.pkl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amends
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl"

bindings {}
2 changes: 1 addition & 1 deletion big/sink.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

sm = new csml.StateMachine {
transient {
Expand Down
2 changes: 1 addition & 1 deletion chameneos/chameneos.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

sm = new csml.StateMachine {
transient {
Expand Down
2 changes: 1 addition & 1 deletion chameneos/main.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
amends
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

import "chameneos.pkl"
import "defs.pkl"
Expand Down
2 changes: 1 addition & 1 deletion chameneos/mall.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

sm = new csml.StateMachine {
transient {
Expand Down
2 changes: 1 addition & 1 deletion chameneos/services.pkl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amends
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl"

bindings {}
2 changes: 1 addition & 1 deletion cigarette/arbitrator.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

sm = new csml.StateMachine {
transient {
Expand Down
2 changes: 1 addition & 1 deletion cigarette/main.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
amends
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

import "arbitrator.pkl"
import "defs.pkl"
Expand Down
2 changes: 1 addition & 1 deletion cigarette/services.pkl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amends
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl"

bindings {}
2 changes: 1 addition & 1 deletion cigarette/smoker.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

sm = new csml.StateMachine {
transient {
Expand Down
2 changes: 1 addition & 1 deletion count/counter.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

sm = new csml.StateMachine {
transient {
Expand Down
2 changes: 1 addition & 1 deletion count/main.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
amends
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

import "counter.pkl"
import "producer.pkl"
Expand Down
2 changes: 1 addition & 1 deletion count/producer.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

sm = new csml.StateMachine {
states {
Expand Down
2 changes: 1 addition & 1 deletion count/services.pkl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amends
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl"

bindings {}
2 changes: 1 addition & 1 deletion philosophers/arbitrator.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

sm = new csml.StateMachine {
transient {
Expand Down
2 changes: 1 addition & 1 deletion philosophers/main.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
amends
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
import "arbitrator.pkl"
import "defs.pkl"
import "philosopher.pkl"
Expand Down
2 changes: 1 addition & 1 deletion philosophers/philosopher.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

sm = new csml.StateMachine {
transient {
Expand Down
2 changes: 1 addition & 1 deletion philosophers/services.pkl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amends
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl"

bindings {}
2 changes: 1 addition & 1 deletion pingPong/main.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
amends
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

import "ping.pkl"
import "pong.pkl"
Expand Down
2 changes: 1 addition & 1 deletion pingPong/ping.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

sm = new csml.StateMachine {
transient { ["numPings"] = "50000" }
Expand Down
2 changes: 1 addition & 1 deletion pingPong/pong.pkl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/csml.pkl"

sm = new csml.StateMachine {
states {
Expand Down
2 changes: 1 addition & 1 deletion pingPong/services.pkl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amends
"https://raw.githubusercontent.com/Frnd-me/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl"
"https://raw.githubusercontent.com/CollaborativeStateMachines/Cirrina/refs/heads/develop/src/main/resources/pkl/csm/bindings.pkl"

bindings {}