Commit graph

1756 commits

Author SHA1 Message Date
e45d9200bf Adapt error generating code in libimagstore 2016-05-23 17:06:07 +02:00
b117d7fb9f Add tests for error types with custom functions and types 2016-05-23 17:06:07 +02:00
603b4de593 Add macro to generate error types with custom fields and functions 2016-05-23 17:06:06 +02:00
1442b370bb Merge pull request #425 from matthiasbeyer/update-fs2
Update fs2
2016-05-23 14:44:29 +02:00
5959b6b3cb Update dependency: fs2 0.2.2 -> 0.2.* 2016-05-23 13:37:36 +02:00
bf14b9ae4e Update dependency: fs2 0.2.2 -> 0.2.* 2016-05-23 13:37:26 +02:00
88e9519a00 Merge pull request #416 from matthiasbeyer/libimagerror/into-error
Libimagerror/into error
2016-05-20 18:13:13 +02:00
972d313ed5 Import IntoError trait 2016-05-20 17:34:10 +02:00
3845f28dad Implement IntoError for all generated Errors automatically 2016-05-20 17:34:10 +02:00
8e0014d507 Add IntoError trait to convert Error kinds into Error instances 2016-05-20 17:34:10 +02:00
6fac67b910 Merge pull request #422 from matthiasbeyer/libimagerror/generate-module
Libimagerror/generate module
2016-05-20 17:08:09 +02:00
8926fca280 Merge pull request #418 from matthiasbeyer/libimagentrytag/more-helpers
Libimagentrytag/more helpers
2016-05-19 20:33:15 +02:00
bfa1fc5c87 libimagnotes: use generate_error_module!() macro and reexport generated types 2016-05-19 20:32:23 +02:00
d2fa853a08 libimaginteraction: use generate_error_module!() macro and reexport generated types 2016-05-19 20:32:23 +02:00
21dfa9fba2 libimagentryview: use generate_error_module!() macro and reexport generated types 2016-05-19 20:32:23 +02:00
b624ba9c06 libimagentrytag: use generate_error_module!() macro and reexport generated types 2016-05-19 20:32:23 +02:00
698c219e04 libimagentrylist: use generate_error_module!() macro and reexport generated types 2016-05-19 20:32:23 +02:00
cf393b4bde libimagentrylink: use generate_error_module!() macro and reexport generated types 2016-05-19 20:32:23 +02:00
d3dc4eb57d libimagcounter: use generate_error_module!() macro and reexport generated types 2016-05-19 18:22:03 +02:00
537fe88e13 imag-view: use generate_error_module!() macro and reexport generated types 2016-05-19 18:22:03 +02:00
6bc5099acc imag-store: use generate_error_module!() macro and reexport generated types 2016-05-19 18:22:03 +02:00
cc8642f54f libimagstore: Replace error module imports with macro helper 2016-05-19 18:22:03 +02:00
1dbfb7cf28 libimagrt: Replace error module imports with macro helper 2016-05-19 18:22:03 +02:00
c88d5b308f libimagnotes: Replace error module imports with macro helper 2016-05-19 18:22:03 +02:00
81d46f9e74 libimaginteraction: Replace error module imports with macro helper 2016-05-19 18:22:03 +02:00
128bb73a20 libimagentryview: Replace error module imports with macro helper 2016-05-19 18:22:03 +02:00
be3d39a65c libimagentrytag: Replace error module imports with macro helper 2016-05-19 18:22:03 +02:00
fb79aedbd2 libimagentrylist: Replace error module imports with macro helper 2016-05-19 18:22:03 +02:00
91f26220c6 libimagentrylink: Replace error module imports with macro helper 2016-05-19 18:22:03 +02:00
22e015b8fd libimagcounter: Replace error module imports with macro helper 2016-05-19 18:22:03 +02:00
ddcdaca3e8 imag-view: Replace error module imports with macro helper 2016-05-19 18:22:03 +02:00
0315b93c04 imag-store: Replace error module imports with macro helper 2016-05-19 18:22:03 +02:00
62cd7871a2 Expand error generating to be able to generate modules 2016-05-19 18:22:02 +02:00
397a82f528 Shorten code in get_remove_tags() 2016-05-19 17:33:38 +02:00
227acd492c Shorten code in get_add_tags() 2016-05-19 17:33:28 +02:00
435fd6d7aa imag-tag: Fix commandline extracting by using helpers from libimagentrytag 2016-05-19 16:20:32 +02:00
257474be22 imag-tag: Replace UI spec with helpers from libimagentrytag 2016-05-19 16:20:06 +02:00
5ae2dcf2a8 Merge pull request #417 from matthiasbeyer/libimagrt/runtime-setup-helper
Libimagrt/runtime setup helper
2016-05-18 23:39:56 +02:00
2e9dc4730f imag-view: Remove setup code and use helper 2016-05-18 22:57:05 +02:00
9c374528d9 imag-tag: Remove setup code and use helper 2016-05-18 22:57:05 +02:00
77f9e5ae0e imag-store: Remove setup code and use helper 2016-05-18 22:57:05 +02:00
04d66d269e imag-notes: Remove setup code and use helper 2016-05-18 22:57:04 +02:00
2e94de2fce imag-link: Remove setup code and use helper 2016-05-18 22:57:04 +02:00
2a27bd10c9 imag-counter: Remove setup code and use helper 2016-05-18 22:57:04 +02:00
f88e3e629b Add runtime setup helper function 2016-05-18 22:33:01 +02:00
ed724d3726 Change get_remove_tags() to get to-remove-tags from top level if there are any 2016-05-18 22:29:12 +02:00
c6821a53ca Change get_add_tags() to get to-add-tags from top level, if there are any 2016-05-18 22:29:12 +02:00
f4f807bc13 Extract args into new helper functions 2016-05-18 22:29:08 +02:00
727bc217aa Merge pull request #415 from matthiasbeyer/libimagerror/move-trace_error
Libimagerror/move trace error
2016-05-18 21:21:37 +02:00
8e5f5bae0b libimagstorestdhook: Change dependency from libimagutil -> libimagerror 2016-05-18 18:31:54 +02:00