eduardo naufel schettino

Results 107 comments of eduardo naufel schettino

Ok, got it. But the most serious issue was "there were no explicit errors". Can you reproduce that?

Pathlib is supported on file_dep but not on return values from tasks. Not sure this conversion should be done by default. doit already supports users to specify their own Json...

It's a bug. It seems the exit code was never handled by "clean" command.

1) tasks.py: Task.clean() should return the `result` of the action. 2) then on cmd_clean.py make sure you get & propagate that value That's all, really simple. But please add unit-tests.

I think better change the code :smile: Internally `doit` converts `file_dep` to set but i think it makes more sense to pass a list as mentioned in the docs. Should...

can you try master? i will do a release next week (hopefully).

@Hinidu as far as I know it actually works. So you can use this branch. And since doit has plugin support you could even package this and put on pypi...

git is now using watchman (https://github.com/facebook/watchman)

> Does pydoit provide a facility similar to the DELETE_ON_ERROR option for GNU make? No > With the current default behavior, however, the file remains, and pydoit may try to...

Well there is https://github.com/pydoit/doit-sys and https://github.com/pydoit/doit-web I am not sure I ever released/documented this things. If you look projects like Ansible/Grunt and others these kind of packages have thousands of...