Sergei Izmailov

Results 67 comments of Sergei Izmailov
trafficstars

The PR targets the obsolete version of the library, there I'm closing it. The main problem with this was the lack of tests.

Sorry for taking it that long. Merged as 9c71cde2cd0ae8781d44902a24f2b4e85d97c9ce

I think the issue was (finally) resolved with #112

In the meantime, PEP 688 was accepted. I've added the renaming `buffer -> typing_extenensions.Buffer` Here are the relevant parts of tests and implementation. https://github.com/sizmailov/pybind11-stubgen/blob/a1cd5faab09e642d4c0692474790ca737a271baf/tests/stubs/demo/_bindings/typing.pyi#L5-L9 https://github.com/sizmailov/pybind11-stubgen/blob/a1cd5faab09e642d4c0692474790ca737a271baf/tests/py-demo/bindings/src/modules/typing.cpp#L5 https://github.com/sizmailov/pybind11-stubgen/blob/a1cd5faab09e642d4c0692474790ca737a271baf/pybind11_stubgen/parser/mixins/fix.py#L309-L330

> The standard allows this space. For example, see Fortran 2008 standard, section 3.3.2.2 Blank characters in free form. I don't think this is technically correct since 3.3.2.2 prohibits spaces...

Yeah, looks like you are right and I'm wrong. *I was under impression that people keep adding unnecessary spaces to f90+ sources just because they can (or to honor f77...

Refactor doesn't work for function name/argument (CLion 2019.2, Build #CL-192.5728.100, built on July 23, 2019) MRE: ```fortran program untitled call foo(3.14); end program subroutine foo(a) ! Exception fires at rename...

Hi, at the moment textext does not expose a way to customize invoked command line. As a workaround you can modify latex options directly in source after textext installation: https://github.com/textext/textext/blob/d28606e23e0730152c192f1c8ac6dd21b79640ff/textext/base.py#L517-L518...