Victor Robertson
Victor Robertson
FWIW, I had the same issue after an uninstall of a pre 2.0 version of the linter-pycodestyle plugin. After I uninstalled that, it appeared that I *also* had a 2.0.0...
@ssbarnea oh, I wasn't providing a workaround for linting. Just what I found to a symptom and workaround on my end. :P
Are there any special considerations to allow this to work? I'm hoping to quickly add this feature in order to make working with nested needy-managed projects less tedious.
- [ ] Android configuration hash should be relocatable - [ ] Influential environment variables should invalidate cache (see autoconf's `./configure --help` for common ones)
The position I was attempting to express in person is that I want there to be a 1:1 relationship between the needs definition of a library and fully-qualified cache keys....
@ccbrown any thoughts on this?
RFC: I'm going to propose the following: # Examples .needyconfig ``` cache: - "relative/path/from/.needyconfig" - "/absolute/path" ``` Future possibilities: ``` needs: directory: 'some-path' recipes: - path: 'ssh://[email protected]/other-org/other-needy-recipes' port: 1234 -...
There's also the subtle issue of changing the needs file during a build and making sure that doesn't result in a deadlock. As for making sure an individual build is...
- [ ] Warn when pkgconfig files reference directories outside of `build_directory` - [ ] When Needy changes from repository to directory, it doesn't delete the previous source folder leading...
> git is missing Should be covered by #112