8896bbb4c5
Doc for Store::create()
2017-02-20 16:03:11 +01:00
84dc385749
Doc for Store::new()
2017-02-20 16:03:03 +01:00
e26a23420a
Doc for Store object type
2017-02-20 16:02:49 +01:00
93ca8f7046
Add documentation for Entry type
2017-02-20 15:18:19 +01:00
356c17d98b
Add documentation for FileLockEntry
2017-02-20 15:18:08 +01:00
12e07b32d4
Add documentation for store functions
2017-02-20 15:17:55 +01:00
ccad830953
Add more long-term todos
2017-02-20 15:13:47 +01:00
d75bc2d928
Add TODOs about libimag{rt,store{,stdhook}} merge
2017-02-20 14:51:06 +01:00
eaf34ac6e9
Add long-term todos in libimagref
2017-02-20 14:51:06 +01:00
33f4b33d61
Remove scope and indentation level
2017-02-19 12:38:43 +01:00
aea81e5df5
Remove unnecessary call
2017-02-19 12:38:43 +01:00
2beb79581d
Merge pull request #894 from matthiasbeyer/revert-871-ruby-build-setup
...
Revert "Ruby build setup"
2017-02-06 16:07:50 +01:00
45880b5b12
Revert the ruby build infrastructure PR.
...
The ruby build infrastructure PR caused our CI to get really sad, so I
revert it here.
This reverts commit
5eaddbc6f2a4b05ac59d9e8b29d0d2226d3f2015..44e02ff8185c5ad3da6448b6caff9d2a3a9b332f
2017-02-06 15:32:23 +01:00
c43538d517
Merge pull request #871 from matthiasbeyer/ruby-build-setup
...
Ruby build setup
2017-02-06 14:35:43 +01:00
44e02ff818
Add new dependencies
2017-02-06 07:11:06 +01:00
a351bd9c90
Setup travis to do matrix builds with ruby for libimagruby
2017-02-06 07:11:06 +01:00
77566bc7a5
Add Makefile setup for building libimagruby + thermite bundling
2017-02-06 07:11:06 +01:00
980d5222be
Ignore thermite output
2017-02-06 07:11:05 +01:00
ead81c9436
Remove self scripted tests
2017-02-06 07:11:05 +01:00
5eaddbc6f2
Set up thermite
2017-02-06 07:11:05 +01:00
4d1282d163
Merge pull request #893 from matthiasbeyer/libimagruby/impl-retrieve-for-mod
...
Impl Store::retrieve_for_module() interface function
2017-02-05 19:00:54 +01:00
dea3a7b230
Impl Store::retrieve_for_module() interface function
2017-02-05 18:35:39 +01:00
3ffedec8b8
Merge pull request #892 from matthiasbeyer/remove-warnings
...
Remove warnings
2017-02-05 16:20:25 +01:00
0180aa9a61
Add "pub" to constructor fn
2017-02-05 15:57:46 +01:00
97eaafe5da
Allow dead code in the whole test module
...
As the generate_custom_error_types!() generates code in the tests which
are not used at all.
2017-02-05 15:57:46 +01:00
f8f6a2e8ea
Make "into_urllink" function public
2017-02-05 15:03:05 +01:00
4796d5caa4
Make "new" function public
2017-02-05 15:02:38 +01:00
f22bcf0c74
Remove unused variable "file"
2017-02-05 15:01:46 +01:00
63ffbf62de
Merge pull request #836 from matthiasbeyer/libimagstore/eliminate-header-type
...
libimagstore: Eliminate EntryHeader type
2017-02-05 14:54:27 +01:00
6f1a510c70
Add more detailed expl on feature, including warning
2017-02-05 13:10:39 +01:00
e8f4a9089a
Add feature to compile early panics
...
Do debug printing when drop of FileLockEntry failed.
2017-02-05 13:10:39 +01:00
7b3f28eb0a
imag-store: Use TomlValueExt in replace for EntryHeader
...
Also, do not build empty TOML but use Entry::build_default_header()
2017-02-05 13:10:39 +01:00
36dfee812f
libimagruby: Eliminate EntryHeader type
2017-02-05 13:10:39 +01:00
e0023f82c5
libimagentryview: Do not call header() as Entry::get_header() returns the header directly now
2017-02-05 13:10:39 +01:00
9edf9c0643
libimagentryfilter: Import toml::Value extensions
2017-02-05 13:10:39 +01:00
cba1fae80f
libimagentrytag: Remove EntryHeader type, use toml::Value
2017-02-05 13:10:39 +01:00
725848713b
libimagentrylink: Remove EntryHeader type, use toml::Value
2017-02-05 13:10:39 +01:00
26b1b8e84c
toml_ext::has_imag_version_in_main_section() must be pub to be used in tests
2017-02-05 13:10:38 +01:00
58a42d127d
Minify impl of has_main_section()
2017-02-05 13:10:38 +01:00
95105986b1
Minify impl of has_only_tables()
2017-02-05 13:10:38 +01:00
f1c1a1f9be
Eliminate EntryHeader type
...
Therefor introduce the "Header" trait which is implemented on Value for
backwards compatibility.
Make the default_header() function publicly available as
Entry::default_header()
2017-02-05 13:10:38 +01:00
2ca89b7329
Merge pull request #888 from matthiasbeyer/workspace-fix
...
Virtual workspaces do only have the workspace key
2017-02-04 21:17:55 +01:00
9e048bd65a
Virtual workspaces do only have the workspace key
2017-02-04 20:33:16 +01:00
6585677d31
Merge pull request #887 from matthiasbeyer/libimagentryfilter/remove-unused-import
...
Remove unused imports
2017-02-04 11:52:53 +01:00
2dc07c7295
Remove dependency on libimagerror, is not needed
2017-02-04 11:39:38 +01:00
38672c5175
Remove unused macro_use import
2017-02-04 11:34:17 +01:00
9a1a1e22c2
Remove unused import of log crate
2017-02-04 11:29:26 +01:00
0037ca666b
Remove unused import of log crate
2017-02-04 11:29:26 +01:00
c959c1ed27
Remove unused macro_use import
2017-02-04 11:18:58 +01:00
beae005356
imag-link: Remove macro_use which is not needed
2017-02-04 11:16:00 +01:00