jarro2783
jarro2783
The problem is that with an implicit value, when you write `--option` by itself, you get the option set with its implicit value. So the parser can't tell whether to...
Can you give me a cmake command that sets that variable to reproduce this?
@piotrklos-tcl That seems reasonable. @rathod-sahaab That would set the default value to actually be the string `""`, which is probably not what is needed.
I can work on adding something like that to the interface.
It looks like my original fix might not actually work, even though it solved the problem on my dev host, it then couldn't find `puppet/provider/package/pear` on our CI host. I'm...
At the moment it seems like it only causes problems when I use `rspec-puppet`. The other strange thing is that it only fails for the first test. Subsequent tests seem...
It does it for tests under `spec/hosts`, and I just run `rake spec`. Just to be clear, this is running in our codebase, not this module. I wonder if it's...
Yes, the problem happens running our own tests where this module is a dependency, and only for [hosts](http://rspec-puppet.com/documentation/hosts/) tests. So I'm actually wondering if this is a problem with `rspec-puppet`...
I'll take a look at that, I hope it's not putting it into an unordered map or something.