Alexey Sanko

Results 45 comments of Alexey Sanko

Hi, @schlomo Are You talking about adding to documentation? https://github.com/pybuilder/pybuilder.github.io/pull/39

So `pybuilder_aws_plugin` is external plugin and documentation has to be provided into original repo. As I know people also use functions from https://github.com/pybuilder/pybuilder/blob/master/src/main/python/pybuilder/vcs.py for some reason. Unfortunately, I still do...

I use GIT tag provided versions for my projects - https://github.com/AlexeySanko/pybuilder_semver_git_tag As I know now PyBuilder doesn't have VCS plugin "from box". :worried:

Mypy requires Python 3.3 or later: https://github.com/python/mypy#requirements Is it really good candidate to the core instead of external plugin?

Hi, @arcivanov I suggest to use global command line properties, because it's first place where it could be set. It's main reason of #515 In this case #513 could be...

@arcivanov I understand. But we get two places into `build.py` where we will set properties: `init` and `pre_init`. It really can confuse.

According documentation: "Initializers The configuration of a project is done by mutating the project object. You can access this object from within build.py by writing an initializer." Why do we...

https://github.com/pybuilder/pybuilder/pull/515#issuecomment-346268887

On the other hand: why not? If somebody needs some Python based logic for pre-init properties or pack it into `build.py`, it would be great to have possibilities. I prefer...