Commit ab9a2c3
Fix proofs (tlaplus#175)
* fixed proof in Paxos/Consensus.tla
Signed-off-by: Stephan Merz <[email protected]>
* fixed proofs of Bakery-Boulangerie
Signed-off-by: Stephan Merz <[email protected]>
* fixed proofs in lamport_mutex
Signed-off-by: Stephan Merz <[email protected]>
* fixed proofs in byzpaxos
Signed-off-by: Stephan Merz <[email protected]>
* more fixed proofs of examples
Signed-off-by: Stephan Merz <[email protected]>
* pass over example proofs
Signed-off-by: Stephan Merz <[email protected]>
* exclude fewer proofs from CI checking
Signed-off-by: Stephan Merz <[email protected]>
* fixed proofs also on Linux
Signed-off-by: Stephan Merz <[email protected]>
* fixed manifest
Signed-off-by: Stephan Merz <[email protected]>
* fixed manifest
Signed-off-by: Stephan Merz <[email protected]>
* remove unused Functions from lamport_mutex
Signed-off-by: Stephan Merz <[email protected]>
* more manifest errors
Signed-off-by: Stephan Merz <[email protected]>
* corrected author attribution for sum_even
Signed-off-by: Stephan Merz <[email protected]>
* fixed errors detected by SANY but not tlapm
Signed-off-by: Stephan Merz <[email protected]>
* fixed state count for MCBakery.cfg (???)
Signed-off-by: Stephan Merz <[email protected]>
* excluding EWD840.cfg due to parsing error
Signed-off-by: Stephan Merz <[email protected]>
* increase timeout for some proof steps
Signed-off-by: Stephan Merz <[email protected]>
* longer timeout for another step that failed on two instances of the CI
Signed-off-by: Stephan Merz <[email protected]>
* due to seemingly random CI failures, remove individual timeouts but add a stretch factor when running tlapm on GitHub servers
Signed-off-by: Stephan Merz <[email protected]>
* fix syntax error
Signed-off-by: Stephan Merz <[email protected]>
* fixed proofs also on Linux
Signed-off-by: Stephan Merz <[email protected]>
* Fixed (and simplified) proof in byzpaxos/Consensus.tla (tlaplus#163)
* Fixed (and simplified) proof in byzpaxos/Consensus.tla
* Also fixed minor failure in LoopInvariance/BinarySearch.tla
* Check fixed proofs in CI
Signed-off-by: Stephan Merz <[email protected]>
* Docs: added CONTRIBUTING.md and DEVELOPING.md
These expand on the steps necessary to contribute a spec to this repo,
or use/extend the CI validation scripts.
Signed-off-by: Andrew Helwer <[email protected]>
* CI: smoke-test state space script
Signed-off-by: Andrew Helwer <[email protected]>
* Re-generate manifest from script
Enacts formatting and ordering changes on manifest.json
It's good to run this script once in a while, as the manifest accrues
pecularities due to people manually adding specs; this enables future
users to run the script to add their own specs without introducing
irrelevant changes.
Signed-off-by: Andrew Helwer <[email protected]>
* Removed hyperlink to tlaplus-standard repo
Signed-off-by: Andrew Helwer <[email protected]>
* added microwave example as submodule
Signed-off-by: Konstantin Läufer <[email protected]>
* pulled latest updates to microwave example
Signed-off-by: Konstantin Läufer <[email protected]>
* added entry for microwave example to readme and manifest
Signed-off-by: Konstantin Läufer <[email protected]>
* Clone submodules for automation to be happy.
* This should not be this complicated
Signed-off-by: Markus Alexander Kuppe <[email protected]>
* Moved submodule spec to .ciignore for reproducibility
Signed-off-by: Andrew Helwer <[email protected]>
* Removed microwave submodule example from manifest.json
Signed-off-by: Andrew Helwer <[email protected]>
* Add a variant of the Prisoner's puzzle
This version has a single switch. There are two variants, one where
the initial position of the light switch is known, and another one
where it is not.
Signed-off-by: Florian Schanda <[email protected]>
* Another puzzle example
You have N boxes and a cat moves from one to another. Each day
you can check a single box. Can you find the cat?
Signed-off-by: Florian Schanda <[email protected]>
* fixed manifest
Signed-off-by: Stephan Merz <[email protected]>
* remove unused Functions from lamport_mutex
Signed-off-by: Stephan Merz <[email protected]>
* more manifest errors
Signed-off-by: Stephan Merz <[email protected]>
* corrected author attribution for sum_even
Signed-off-by: Stephan Merz <[email protected]>
* fixed errors detected by SANY but not tlapm
Signed-off-by: Stephan Merz <[email protected]>
* fixed state count for MCBakery.cfg (???)
Signed-off-by: Stephan Merz <[email protected]>
* excluding EWD840.cfg due to parsing error
Signed-off-by: Stephan Merz <[email protected]>
* increase timeout for some proof steps
Signed-off-by: Stephan Merz <[email protected]>
* longer timeout for another step that failed on two instances of the CI
Signed-off-by: Stephan Merz <[email protected]>
* due to seemingly random CI failures, remove individual timeouts but add a stretch factor when running tlapm on GitHub servers
Signed-off-by: Stephan Merz <[email protected]>
* fix syntax error
Signed-off-by: Stephan Merz <[email protected]>
---------
Signed-off-by: Stephan Merz <[email protected]>
Signed-off-by: Andrew Helwer <[email protected]>
Signed-off-by: Konstantin Läufer <[email protected]>
Signed-off-by: Markus Alexander Kuppe <[email protected]>
Signed-off-by: Florian Schanda <[email protected]>
Co-authored-by: Andrew Helwer <[email protected]>
Co-authored-by: Konstantin Läufer <[email protected]>
Co-authored-by: Markus Alexander Kuppe <[email protected]>
Co-authored-by: Florian Schanda <[email protected]>1 parent 04c1992 commit ab9a2c3
File tree
58 files changed
+2227
-4236
lines changed- .github
- scripts
- workflows
- specifications
- Bakery-Boulangerie
- FiniteMonotonic
- LoopInvariance
- Majority
- MisraReachability
- PaxosHowToWinATuringAward
- Paxos
- TeachingConcurrency
- TwoPhase
- bcastByz
- byzpaxos
- ewd840
- ewd998
- lamport_mutex
- sums_even
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+2227
-4236
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
143 | 145 | | |
144 | 146 | | |
145 | 147 | | |
146 | | - | |
147 | | - | |
| 148 | + | |
148 | 149 | | |
149 | | - | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | 152 | | |
158 | 153 | | |
| 154 | + | |
159 | 155 | | |
160 | | - | |
| 156 | + | |
| 157 | + | |
161 | 158 | | |
162 | 159 | | |
163 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
590 | 604 | | |
591 | 605 | | |
592 | 606 | | |
| |||
3297 | 3311 | | |
3298 | 3312 | | |
3299 | 3313 | | |
3300 | | - | |
3301 | | - | |
3302 | | - | |
3303 | | - | |
3304 | | - | |
3305 | | - | |
3306 | | - | |
3307 | | - | |
3308 | | - | |
3309 | 3314 | | |
3310 | 3315 | | |
3311 | 3316 | | |
| |||
4528 | 4533 | | |
4529 | 4534 | | |
4530 | 4535 | | |
4531 | | - | |
| 4536 | + | |
| 4537 | + | |
4532 | 4538 | | |
4533 | 4539 | | |
4534 | 4540 | | |
| |||
4614 | 4620 | | |
4615 | 4621 | | |
4616 | 4622 | | |
4617 | | - | |
| 4623 | + | |
4618 | 4624 | | |
4619 | 4625 | | |
4620 | | - | |
4621 | | - | |
4622 | | - | |
| 4626 | + | |
4623 | 4627 | | |
4624 | 4628 | | |
4625 | 4629 | | |
| |||
4671 | 4675 | | |
4672 | 4676 | | |
4673 | 4677 | | |
4674 | | - | |
4675 | 4678 | | |
4676 | 4679 | | |
4677 | 4680 | | |
| |||
4684 | 4687 | | |
4685 | 4688 | | |
4686 | 4689 | | |
4687 | | - | |
| 4690 | + | |
| 4691 | + | |
4688 | 4692 | | |
4689 | 4693 | | |
4690 | 4694 | | |
| |||
4879 | 4883 | | |
4880 | 4884 | | |
4881 | 4885 | | |
| 4886 | + | |
| 4887 | + | |
| 4888 | + | |
| 4889 | + | |
| 4890 | + | |
| 4891 | + | |
| 4892 | + | |
| 4893 | + | |
| 4894 | + | |
| 4895 | + | |
| 4896 | + | |
| 4897 | + | |
| 4898 | + | |
| 4899 | + | |
4882 | 4900 | | |
4883 | 4901 | | |
4884 | 4902 | | |
| |||
4925 | 4943 | | |
4926 | 4944 | | |
4927 | 4945 | | |
4928 | | - | |
4929 | | - | |
4930 | | - | |
4931 | | - | |
4932 | | - | |
4933 | | - | |
4934 | | - | |
4935 | | - | |
4936 | | - | |
4937 | 4946 | | |
4938 | 4947 | | |
4939 | 4948 | | |
4940 | | - | |
4941 | 4949 | | |
4942 | 4950 | | |
4943 | 4951 | | |
| |||
5033 | 5041 | | |
5034 | 5042 | | |
5035 | 5043 | | |
5036 | | - | |
5037 | | - | |
5038 | | - | |
5039 | | - | |
5040 | | - | |
5041 | | - | |
5042 | | - | |
5043 | 5044 | | |
5044 | 5045 | | |
5045 | 5046 | | |
| |||
5076 | 5077 | | |
5077 | 5078 | | |
5078 | 5079 | | |
5079 | | - | |
5080 | | - | |
5081 | | - | |
5082 | | - | |
5083 | | - | |
5084 | | - | |
5085 | | - | |
5086 | | - | |
5087 | | - | |
5088 | | - | |
5089 | | - | |
5090 | | - | |
5091 | | - | |
5092 | | - | |
5093 | | - | |
5094 | | - | |
5095 | | - | |
5096 | | - | |
5097 | | - | |
5098 | | - | |
5099 | | - | |
5100 | | - | |
5101 | | - | |
5102 | | - | |
5103 | | - | |
5104 | | - | |
5105 | | - | |
5106 | | - | |
5107 | | - | |
5108 | | - | |
5109 | 5080 | | |
5110 | 5081 | | |
5111 | 5082 | | |
| |||
5220 | 5191 | | |
5221 | 5192 | | |
5222 | 5193 | | |
5223 | | - | |
| 5194 | + | |
5224 | 5195 | | |
5225 | 5196 | | |
5226 | 5197 | | |
| |||
5245 | 5216 | | |
5246 | 5217 | | |
5247 | 5218 | | |
5248 | | - | |
5249 | | - | |
5250 | | - | |
5251 | | - | |
5252 | | - | |
5253 | | - | |
5254 | | - | |
5255 | | - | |
5256 | | - | |
5257 | 5219 | | |
5258 | 5220 | | |
5259 | 5221 | | |
| |||
Binary file not shown.
0 commit comments