Skip to content

Commit

Permalink
Added blog post
Browse files Browse the repository at this point in the history
Renamed MC specs
Changed tag to intermediate

Signed-off-by: Andrew Helwer <2n8rn1w1f@mozmail.com>
  • Loading branch information
ahelwer committed Nov 24, 2023
1 parent a8bf6ba commit bf9667d
Show file tree
Hide file tree
Showing 10 changed files with 437 additions and 18 deletions.
2 changes: 1 addition & 1 deletion manifest-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"tags": {
"type": "array",
"items": {"enum": ["beginner"]}
"items": {"enum": ["beginner", "intermediate"]}
},
"modules": {
"type": "array",
Expand Down
14 changes: 7 additions & 7 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
"Andrew Helwer"
],
"tags": [
"beginner"
"intermediate"
],
"modules": [
{
Expand All @@ -409,13 +409,13 @@
"models": []
},
{
"path": "specifications/FiniteMonotonic/MC_CRDT.tla",
"path": "specifications/FiniteMonotonic/Finitize_CRDT.tla",
"communityDependencies": [],
"tlaLanguageVersion": 2,
"features": [],
"models": [
{
"path": "specifications/FiniteMonotonic/MC_CRDT.cfg",
"path": "specifications/FiniteMonotonic/Finitize_CRDT.cfg",
"runtime": "00:00:05",
"size": "small",
"mode": "exhaustive search",
Expand All @@ -428,13 +428,13 @@
]
},
{
"path": "specifications/FiniteMonotonic/MC_Constraint_CRDT.tla",
"path": "specifications/FiniteMonotonic/Constrain_CRDT.tla",
"communityDependencies": [],
"tlaLanguageVersion": 2,
"features": [],
"models": [
{
"path": "specifications/FiniteMonotonic/MC_Constraint_CRDT.cfg",
"path": "specifications/FiniteMonotonic/Constrain_CRDT.cfg",
"runtime": "00:00:05",
"size": "small",
"mode": "exhaustive search",
Expand All @@ -448,13 +448,13 @@
]
},
{
"path": "specifications/FiniteMonotonic/MC_ReplicatedLog.tla",
"path": "specifications/FiniteMonotonic/Finitize_ReplicatedLog.tla",
"communityDependencies": [],
"tlaLanguageVersion": 2,
"features": [],
"models": [
{
"path": "specifications/FiniteMonotonic/MC_ReplicatedLog.cfg",
"path": "specifications/FiniteMonotonic/Finitize_ReplicatedLog.cfg",
"runtime": "00:00:05",
"size": "small",
"mode": "exhaustive search",
Expand Down
Loading

0 comments on commit bf9667d

Please sign in to comment.