Commit Graph

2066 Commits

Author SHA1 Message Date
Matthias Beyer f3dc1e90af The Task type can have a unnamed member 2016-07-21 17:14:11 +02:00
Matthias Beyer b12974043d Remove the most ugly parts from the lib 2016-07-21 17:14:11 +02:00
Matthias Beyer 0752058cf5 Format code 2016-07-21 17:14:11 +02:00
Matthias Beyer b2eb2de3fd We do not need to String::push() here twice 2016-07-21 17:14:11 +02:00
Matthias Beyer b78da80717 Do not hide the error here, yell it out! 2016-07-21 17:14:11 +02:00
Matthias Beyer 84890bf8fc Rip out ui setup for "add" subcommand 2016-07-06 19:59:29 +02:00
Matthias Beyer 247cda0352 Rip out exec() 2016-07-06 19:59:29 +02:00
Matthias Beyer aef80874da Remove the most ugly parts 2016-07-06 19:59:29 +02:00
Matthias Beyer fadeae5214 Move functionality to own functions 2016-07-06 19:38:00 +02:00
Matthias Beyer 29c4ed853c Remove unnecessary whitespace 2016-07-06 19:37:49 +02:00
mario 5f731c8f8f change from libimagutil::trace to libimagerror::trace 2016-07-04 14:04:11 +02:00
mario 84deb2fe54 Merge branch 'master' of https://github.com/matthiasbeyer/imag into imag-task 2016-07-04 13:45:45 +02:00
Matthias Beyer 323c545db9 Merge pull request #490 from impo/doc/add-manpage-docs
Generate manpage from doc
2016-07-04 13:16:49 +02:00
Gavin Thomas Claugus 2760e30d6c Define tasks for manpage generation
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:27:11 -04:00
Gavin Thomas Claugus 9c6a9b5eed Define TARGET_MAN variable with manpage target dir
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:13:48 -04:00
Gavin Thomas Claugus 7bc2c094a1 Export PANDOC_CC_MAN command
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:12:51 -04:00
Gavin Thomas Claugus c0042196da Add DOCUMENT_SETTINGS_MAN variable
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:09:20 -04:00
Gavin Thomas Claugus 0185ab3fd8 Export manpage output directory
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-03 13:06:18 -04:00
mario-kr e702f049d0 Merge pull request #12 from mario-kr/impl_ui
Impl ui
2016-06-30 21:02:23 +02:00
mario a91ec5c3ab do vim ggVG= 2016-06-30 19:09:14 +02:00
mario bbb4866fa0 reduce warnings lib 2016-06-30 19:06:26 +02:00
mario 8c93e54939 reduce warnings 2016-06-30 19:02:12 +02:00
mario 5f1e9d6b30 fixed parentheses 2016-06-30 18:59:53 +02:00
mario 2144c8c425 delete-hook working 2016-06-30 18:38:03 +02:00
mario 8225f1a93e add-hook working 2016-06-30 18:25:57 +02:00
mario d0d9eac61c code cleanup 2016-06-30 15:14:39 +02:00
mario fbea3bcaf7 changed task-hookrs dependency to github.com/mario-kr/task-hookrs git for additional features 2016-06-30 15:12:06 +02:00
mario 64b07ec355 impl delete
waiting for task-hookrs
2016-06-29 21:37:21 +02:00
mario 72e85399ff implemented list-featureo 2016-06-28 23:05:05 +02:00
mario aa75b5ad9d added "list" option in clap ui 2016-06-28 20:57:53 +02:00
mario b2bc54c4f8 clean up of lib.rs 2016-06-28 20:42:33 +02:00
mario 3a9128ec7b various fixes like indentation and function names.
also moved the Result type definition to an extra file/module.
2016-06-28 20:30:54 +02:00
mario 48de71d926 fixed function name 2016-06-28 20:20:35 +02:00
mario 7de2577725 implemented add-hook 2016-06-28 20:13:11 +02:00
Matthias Beyer 80a198523a Merge pull request #483 from matthiasbeyer/libimagrt/map_err
Replace error boxing and wrapping by helper generated with libimagerror
2016-06-27 19:53:31 +02:00
Matthias Beyer 2ce6e8fef5 Merge pull request #482 from matthiasbeyer/libimagstore/map_err
Libimagstore/map err
2016-06-27 19:07:31 +02:00
Matthias Beyer c03fb00c20 Replace error boxing and wrapping by helper generated with libimagerror 2016-06-27 18:23:54 +02:00
Matthias Beyer 45a24de853 store.rs: Replace error boxing and wrapping with result helper from libimagerror 2016-06-27 18:16:43 +02:00
Matthias Beyer 484520842a lazyfile.rs: Replace error boxing and creation by call to new helper function 2016-06-27 18:00:12 +02:00
Matthias Beyer 0a05b9825c call helper generator macros in error module 2016-06-27 17:59:46 +02:00
Matthias Beyer 65911057bf Merge pull request #480 from matthiasbeyer/libimagerror/result-helper
Libimagerror/result helper
2016-06-27 17:54:18 +02:00
Matthias Beyer 7ffd28b592 Add tests for Option::ok_or_errkind() extension function 2016-06-27 15:12:24 +02:00
Matthias Beyer 5c8dbac34d Add test for error kind mapping 2016-06-27 15:12:24 +02:00
Matthias Beyer 320c1e4bd8 Add Option helper 2016-06-27 15:12:17 +02:00
Matthias Beyer 0d9d96fa6c Add result helper 2016-06-27 15:12:08 +02:00
Matthias Beyer 4147e702a0 Merge pull request #469 from matthiasbeyer/add-dcoo
Add Developers Certificate of Origin
2016-06-25 15:45:50 +02:00
Matthias Beyer 5417b01864 fixup! Add guideline how to contributing without github acc 2016-06-24 17:58:18 +02:00
mario-kr 4b8bf877c1 Merge pull request #6 from rscheme/implement_read
Implement Read
2016-06-16 10:14:43 +02:00
Roman Schemenau 84581c73ca Renamed function and iterator 2016-06-15 13:10:45 +02:00
Matthias Beyer 09de338b49 Add guideline how to contributing without github acc 2016-06-15 13:05:34 +02:00