Results 28 comments of James Lott

I guess it would actually be more accurate to point out that mutators need to be functions, and that arbitrary callables won't work. That's a limitation imposed by inspect.getargspec, which...

Let's not merge this yet-- I need to resolve [lottspot/reclass/issues/4](https://github.com/lottspot/reclass/issues/4) first

This feature is still very much on my radar to complete. I hope to be able to carve out some time soon to hammer out the remaining issues and wrap...

I think that first class support of salt syndics is something that we want, but I would be interested in more details about how reclass can help bridge that gap....

I can look into implementing this in my fork. I'll open a PR back to upstream if I produce anything worth looking at.

Haven't had time to circle back to this issue yet, and a couple other features have come up which we're looking at with priority. PRs are welcome in the meantime.

I think we did something similar to the [pillar passthrough](https://github.com/madduck/reclass/blob/master/reclass/adapters/salt.py#L34-L36) in the salt adapter using the `__grains__` global, we could do this fairly trivially. I'll have to experiment with that...

> RE: the conversation around #61 , it seems like a good idea to attack the problem of the fact that the application negation prefix is hardcoded. I think this...

This would definitely be my preferred approach to solve this problem. Moreover, I do not have a great deal of experience writing parsers, so this contribution would, at least in...