|
6dd24f3da3
|
Keep trace_error{,_dbg} for backwards compatibility
|
2018-02-12 21:19:47 +01:00 |
|
|
e481dbfd12
|
Rewrite libimagerror to be thin layer over error-chain
|
2018-02-12 21:19:47 +01:00 |
|
|
30d2c28a22
|
Update version string: 0.6.0 -> 0.7.0
|
2018-02-11 14:22:24 +01:00 |
|
|
863b52c2f0
|
Add TraceIterator::trace_unwrap_exit()
* Exits on the first Err(_)
* Introduces new Iterator type for iterating with unwrap and exit on
error
|
2018-02-10 16:41:06 +01:00 |
|
|
d5a9e4930d
|
Update dates in license header
And add missing header in one file
|
2018-02-07 02:48:53 +01:00 |
|
|
7731b88c97
|
Remove map_err_trace_exit() calls in favour of map_err_trace_exit_unwrap()
|
2018-01-29 09:38:32 +01:00 |
|
|
635d000344
|
log: 0.4.0-rc.1 -> 0.4.0
|
2018-01-15 11:21:52 +01:00 |
|
|
f209e12410
|
Update dependency: log: 0.3.* -> 0.4.0-rc.1
|
2018-01-15 11:20:07 +01:00 |
|
|
529f3f83da
|
Merge pull request #1187 from matthiasbeyer/libimagerror/display-fix
Improve error output
|
2018-01-01 20:47:24 +01:00 |
|
|
0ae7b6b387
|
Do not call description() when displaying the error
|
2017-12-25 19:44:29 +01:00 |
|
|
3c8dd19d11
|
Update version strings: 0.5.0 -> 0.6.0
|
2017-12-25 19:17:07 +01:00 |
|
|
a20871eb5e
|
Add badges in Cargo.toml of all crates
|
2017-10-31 15:03:30 +01:00 |
|
|
3ed9c1fcc8
|
Merge pull request #1131 from matthiasbeyer/libimagerror/trace-and-unwrap-helper
Add helper for tracing error and exit or unwrap the value
|
2017-10-12 22:08:48 +02:00 |
|
|
bb26d1c895
|
Update dependency: ansi_term: 0.9 -> 0.10
|
2017-10-12 19:44:33 +02:00 |
|
|
eb4681bf65
|
Add helper for tracing error and exit or unwrap the value
|
2017-10-12 19:02:37 +02:00 |
|
|
73f6016221
|
Update version strings: 0.4.0 -> 0.5.0
|
2017-09-24 13:05:01 +02:00 |
|
|
7ce44e8090
|
Remove "IntoError" trait, use error_chain functionality
|
2017-09-03 21:34:07 +02:00 |
|
|
28d7085b2d
|
Remove error_chain dependency, not needed
|
2017-09-03 21:33:55 +02:00 |
|
|
9713a4632c
|
Remove error_gen module entirely
|
2017-09-03 15:42:06 +02:00 |
|
|
e77d353c52
|
Rewrite macros to do error-chain behind the scenes
|
2017-09-03 15:42:03 +02:00 |
|
|
048517a3c2
|
Fix readme links in cargo metadata
|
2017-09-01 18:48:02 +02:00 |
|
|
a710a5b72b
|
Remove unused variable
|
2017-08-31 10:57:19 +02:00 |
|
|
d0f8002682
|
Ensure deny() for warnings is in all crates
|
2017-08-27 20:08:03 +02:00 |
|
|
2fcead5f53
|
Fix broken README symlinks
Along: Add files in documentation for modules that not yet had one.
|
2017-08-27 15:13:25 +02:00 |
|
|
59a3662ac4
|
Reorganize code in subdirs
|
2017-08-27 15:12:09 +02:00 |
|