Lukasz Forynski

Results 11 comments of Lukasz Forynski

There seems to be an issue with continuous-integration builds: ``` Python 3.6.6 pip install -U pip setuptools wheel ERROR: To modify pip, please run the following command: c:\python36\python.exe -m pip...

Oh, and another useful thing would be for tests to override CLCACHE_CL with some 'dummy (mock)' 'cl.exe' (e.g. a python script) - so that one could run tests without having...

I have another idea for a suggestion (if you don't mind, sorry for spamming). The 'Integration' part of Wiki (https://github.com/frerich/clcache/wiki/Integration) could probably benefit from having the CLTask integration information as...

> I didn't get around to maintaining this project as much as I'd like to Understood, no worries - I think it's in a good state, and it seems to...

It's build using dictionaries and you could use pickle module to dump/load it. Even simpler would be to store it as a string, i.e. you could try to use it's...

Oh, If you mean to migrate content of multi_key_dict and make db work as if it were multi_key_dict? I'm not sure. Mind that multi_key_dict, once populated, should allow you to...

(BTW: allowing the storage to be DB seems like a nice feature for a multi-key-dict, really, and it's not there, but that doesn't mean it can't be ;) )

OK, I think I get it now. Indeed it looks like you'd like to use multi_key_dict as an abstraction layer to access data in a database. It sounds like a...

Hi, sure, that would be useful, let me have a look.