| Age | Commit message (Collapse) | Author |
|
This is done by using `BTreeMap`s and `BTreeSet`s to get deterministic
ordering.
Also updated the CI job to check reproducibility of all examples.
|
|
|
|
document how to write generic code that operates on resources
|
|
closes #32
closes #33
|
|
closes #69
this doesn't change functionality per se but improves diagnostics in some cases. Some hard errors
have becomes warnings, for example: when `resources` is empty, or when `idle.path` is set to the
default `idle` path.
|
|
this unbreaks the "generics" example
|
|
|