swarm/test
Ondřej Šebek 9270ff8eb9
Refactor capabilities (#1553)
* add `CExecute Const`
  * remove all capabilities for constants
  * update YAML to mention each capability for constant explicitly
* uses [`generic-data`](https://hackage.haskell.org/package/generic-data-1.1.0.0/docs/Generic-Data.html#t:FiniteEnumeration) package to get `Enum` and `Bounded`
  ```Haskell
  deriving (Enum, Bounded) via (FiniteEnumeration Capability)
  ```
* closes #1548
* closes #2018
2024-09-10 11:12:48 +00:00
..
bench Pause on objective completion (#2096) 2024-09-09 10:56:15 +00:00
integration Avoid loading testing scenarios (#2129) 2024-09-04 19:54:27 +00:00
standalone-topography/src Demo standalone colored structures (#2099) 2024-08-08 20:33:40 +00:00
tournament-host Implement GitHub authentication (#1856) 2024-05-22 00:27:21 +00:00
unit Refactor capabilities (#1553) 2024-09-10 11:12:48 +00:00