Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove unwrap_str_err method from UnwrapError test trait | Daniel Mueller | 2020-07-08 |
| | | | | | | | | | | With upcoming changes we intend to move towards a model where we do not distinguish the individual error variants the program deals with in a global enum. In preparation of such a change, this patch marks a first step in removing the UnwrapError test trait, which relies on the existence of exactly such typed errors. In particular, we remove the unwrap_str_err method from it, basically falling back to just working with strings. | ||
* | Move nitrocli source code into repository root | Daniel Mueller | 2020-04-04 |
Now that all vendored dependencies have been removed, this change moves the program's source code from the nitrocli/ directory into the root of the repository. |