On 13/08/2020 02:55, Chary Chary wrote:
>
> None of the persons actively contributing to beancount use it
> on Windows, thus this kind of bugs can slip in.
>
>
> Am I correct, that all of the active contributors use Linux?
I run macOS and Debian GNU/Linux. The CI infrastructure runs on Linux,
thus Linux should be well tested. I started the effort to make the tests
run on Windows and to setup CI on Windows via AppVeyor, but a lot of
tests depend on '/' being the filesystem path separator and adjusting
them all is tedious work
> If so, any particular distribution recommended?
The distribution should not matter, as long as it has a recent enough
version of Python (easy, the minimum requirement is 3.6, which is
relatively old). Since a little while we also require a fairly recent
version of Bison, thus if you want to regenerate the grammar from it
Bison definition you need at least Bison 3.6.
Cheers,
Dan