Julian Gilbey

Results 106 comments of Julian Gilbey

Oh dear, I tried patching the `assert_called_with` errors and now two of the tests fail: ``` ______________________________ test_renamed_tree _______________________________ self = , args = () kwargs = {'dest': 'test/dir/file1.py', 'source':...

A final test that fails, which I missed earlier is `spyder/app/tests/test_mainwindow.py::test_move_to_first_breakpoint`: ``` _____________________ test_move_to_first_breakpoint[False] _____________________ main_window = qtbot = , debugcell = False @flaky(max_runs=3) @pytest.mark.skipif(not sys.platform.startswith('linux'), reason="Fails sometimes on Windows...

So with the pull requests accepted, the only remaining newly failing test is, I think, `spyder/app/tests/test_mainwindow.py::test_move_to_first_breakpoint`. And I haven't got a clue about that one or how significant it is...

I should have added; this patch was written by Israel Galadima

I think it's a little subtler than that; somewhere in the `Cython/Compiler` directory, there is code which creates the names of variables in the generated C++ code. Somehow, the absolute...

A little more on this. Looking at the results of compiling [RapidFuzz](https://github.com/rapidfuzz/RapidFuzz), I see the following: * The line `include "fuzz_cpp.pyx"` in `fuzz_cpp_avx2.cxx` gives rise to these lines of code...

Hi @webknjaz, My thought is that it could be Cython users, but if Cython itself can do it, even better. I don't understand the inner workings of Cython well enough...

Hi @masipcat! Is there any progress on this, by any chance?

(I should add that in its not-yet-released version, picobox is now using this package as part of its test suite. But if there is something awry here, that may cause...

Oh wow, thanks so much @hmenke! I don't think I'd have found that in a long long time :) I don't understand what `\pgf@x` and `\pgf@y` are in this context...