Mateusz Bysiek

Results 11 issues of Mateusz Bysiek

**Describe the bug** I've just installed the package so forgive me if I missed something, but I think the class field `default_display_activities` is overridden to be a class method, but...

The pcpp package introduced breaking changes in update to version 1.21. And transpyle is currently compatible with pcpp 1.20, but not 1.21.

E.g. Fortran `sqhalf = 0.7071067811865475244` becomes `sqhalf = 0.7071067811865476` after transpiling. The differences come from the not sufficient number of bits used to store the literals. This might not matter...

When transpiling between Fortran and Python, declaring for example: ``` real, parameter :: tiny=1.e-32 ``` and then referencing this name like in: ``` if (x < tiny .and. x >...

``` interface real function limiter(a,b) real,intent(IN) :: a,b end function limiter end interface ``` Current Fortran AST generalizer fails for files containing interfaces (e.g. above) with the message like below:...

Python & pip versions: ``` $ python -VV Python 3.8.1 (default, May 5 2020, 10:23:47) [GCC 9.3.0] $ pip --version pip 20.1 from /home/mateusz/Software/Spack/opt/spack/linux-ubuntu20.04-skylake/gcc-9.3.0/python-3.8.1-b3h7rovi53cugzcnikbxc6cfebsi3wgc/lib/python3.8/site-packages/pip (python 3.8) ``` Output when trying...

First of all, very nice library! I've been experimenting with it this weekend, and I'd like to use it for my new project (it's gonna be open-source, I'll post a...

I see there's similar request pending on one of the dependencies of this project https://github.com/liamks/pyitunes/issues/28 -- seems to be made by you :) I'm writing here with request to upload...

enhancement

Hello, please excuse me barging in here, it was suggested in the issue I submitted in setuptools https://github.com/pypa/setuptools/issues/1049 that I should go upstream (i.e. here) with this. First of all,...

bug
packaging.specifiers

The issue I'm having recently is that for a file: https://github.com/mbdevpl/version-query/blob/master/version_query/version.py linter-pylint is always failing, since I installed it not so long ago. For latest as of now revision https://github.com/mbdevpl/version-query/blob/8289045e7b818aa36a447202cdb3b46d6207c9a1/version_query/version.py...

External