Commit Graph

3004 Commits

Author SHA1 Message Date
Gavin Thomas Claugus a84a3b1fff libimagtimeui: Deny warnings and fix denied
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-26 16:41:13 -04:00
Gavin Thomas Claugus 2ccea914dd libimagref: Deny warnings and fix denied warnings
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-26 16:34:22 -04:00
Gavin Thomas Claugus 0bb34b4777 libimaginteraction: Deny warnings
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-26 16:29:32 -04:00
Gavin Thomas Claugus cdaed70125 libimagentryselect: Deny warnings
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-26 16:25:39 -04:00
Gavin Thomas Claugus 32d255aa05 libimagentrymarkdown: Deny warnings
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-26 16:09:38 -04:00
Gavin Thomas Claugus 77c56a7d8a libimagbookmark: Deny warnings
Signed-off-by: Gavin Thomas Claugus <gclaugus@gmail.com>
2016-07-26 16:02:20 -04:00
Matthias Beyer ee4cc84236 Merge pull request #575 from matthiasbeyer/imag-notes/fix-unwrap-crash
Fix panic on unwrap()
2016-07-26 17:32:16 +02:00
Matthias Beyer 0d3aa9bcf9 Merge pull request #573 from matthiasbeyer/imag-view/replace-retrieve-with-get
imag-view: Use get() instead of retrieve()
2016-07-26 16:56:18 +02:00
Matthias Beyer fb95c09134 Fix panic on unwrap()
Surprisingly, the ArgGroup feature of clap (which was applied in a wrong
way here anyways) caused the "name" Arg to be inaccessible. I don't know
why, but that's it.

Removing the group fixes the issue.
2016-07-26 15:57:43 +02:00
Matthias Beyer 3b426f739b Replace Store::retrieve() with Store::get() 2016-07-26 15:36:49 +02:00
Matthias Beyer 67d536fa74 Merge pull request #567 from matthiasbeyer/bin/imag-seperator-remove
Remove dash from command listing
2016-07-26 13:18:32 +02:00
Matthias Beyer b2e50efd50 Merge pull request #557 from matthiasbeyer/libimagstore/no-implicit-create
Libimagstore/no implicit create
2016-07-25 20:26:17 +02:00
Matthias Beyer f999c91283 tests: Add --config setting 2016-07-25 18:23:16 +02:00
Matthias Beyer 96deecf91f Merge pull request #564 from Geemili/bin/debug-fowarding
Fix flags for root command not working; Added in debug forwarding
2016-07-25 17:25:00 +02:00
Matthias Beyer bcab7f807d tests: Call imag binaries with config override for implicit store creation 2016-07-25 17:05:14 +02:00
Matthias Beyer 0ba67f7873 Check whether implictely creating the store path is allowed 2016-07-25 17:02:38 +02:00
Matthias Beyer 4d650a63f7 Add error kind for implicit create denied 2016-07-25 17:02:38 +02:00
Matthias Beyer 442b1537be Add helper to check config for implicit-create 2016-07-25 17:02:38 +02:00
Matthias Beyer d017f22757 Add setting in imagrc, to allow implictely creating the store path 2016-07-25 17:02:38 +02:00
Matthias Beyer 8687e0a1a9 Merge pull request #571 from matthiasbeyer/libimagrt/config-override-settings
Libimagrt/config override settings
2016-07-24 20:40:45 +02:00
Matthias Beyer 3eedab5206 Add Runtime functionality to patch in-memory-configuration-file-contents on loading application 2016-07-24 19:30:04 +02:00
Matthias Beyer 6f0670003b Add default commandline argument for configuration override 2016-07-24 19:30:04 +02:00
Matthias Beyer 783462899a Add config override functionality 2016-07-24 19:30:04 +02:00
Matthias Beyer d1728a6aa3 Add error kinds for config override errors 2016-07-24 19:30:04 +02:00
Matthias Beyer a1979b1235 Merge pull request #568 from matthiasbeyer/remove-lldb-dep
Remove imag project dependency: lldb - we never used it!
2016-07-22 15:54:04 +02:00
LeRoyce Pearson 06c344c9d0 Debug flag is now inserted at the beginning of the arguments. 2016-07-21 22:26:22 +00:00
geemili d60c558cda Pulled out lambda and made "--debug" constant 2016-07-21 17:08:11 -05:00
Matthias Beyer 8bdb3716ed Merge pull request #563 from matthiasbeyer/libimagstore/more-verbose-warning
Make warning more verbose, tell what kind of variable cannot be fetched
2016-07-21 20:00:28 +02:00
Matthias Beyer 36dbde8f9b Remove imag project dependency: lldb - we never used it! 2016-07-21 18:13:29 +02:00
Matthias Beyer 98a8356150 Reimplement list() 2016-07-21 17:14:13 +02:00
Matthias Beyer 0da8df3c26 Remove unused imports 2016-07-21 17:14:13 +02:00
Matthias Beyer 1f50301ffa Do not use "mut" here, we don't need it 2016-07-21 17:14:13 +02:00
Matthias Beyer 8d89f7bf74 Use if() instead of match here, to have less noise 2016-07-21 17:14:13 +02:00
Matthias Beyer 0cca04c6ac Use Iterator::enumerate() instead of mut variable 2016-07-21 17:14:12 +02:00
Matthias Beyer ca7a901269 Use the right macro here 2016-07-21 17:14:12 +02:00
Matthias Beyer 3af6712d8b Fix indentation in ui definition 2016-07-21 17:14:12 +02:00
Matthias Beyer 8e4471cc07 Impl Task::retrieve_from_import() 2016-07-21 17:14:12 +02:00
Matthias Beyer 077471f3da Impl Task::retrieve_from_string 2016-07-21 17:14:12 +02:00
Matthias Beyer 58162d8d90 Impl Task::get_from_uuid() 2016-07-21 17:14:12 +02:00
Matthias Beyer 302b46be5f Impl Task::get_from_string() 2016-07-21 17:14:12 +02:00
Matthias Beyer 475a73ee5c Impl Task::get_from_import() 2016-07-21 17:14:12 +02:00
Matthias Beyer ab613426c6 Fix return types of getter functions 2016-07-21 17:14:12 +02:00
Matthias Beyer 9ff26360e4 Remove the Task::update...() foo, as we do only store UUIDs which do not change 2016-07-21 17:14:12 +02:00
Matthias Beyer 1ec11749f2 We can't actually retrieve() from a UUID, as we cannot implicitely create a task from a UUID 2016-07-21 17:14:12 +02:00
Matthias Beyer f3639d34eb Add more required functionality, not implemented yet 2016-07-21 17:14:12 +02:00
Matthias Beyer b918f4abbe Rewrite UI with Task::import() 2016-07-21 17:14:12 +02:00
Matthias Beyer 0041a648c3 Add Task::import() 2016-07-21 17:14:12 +02:00
Matthias Beyer e63f17d51e Add dependency: libimagerror 2016-07-21 17:14:12 +02:00
Matthias Beyer f55f1e627e Rewrite error module 2016-07-21 17:14:12 +02:00
Matthias Beyer 053c5c13e8 Use generate_runtime_setup() instead of doing it manually 2016-07-21 17:14:12 +02:00