Jason Brackman
Jason Brackman
Just had a chance to check -- unfortunately I get the following: U:\>py -m pip install -U git+https://github.com/plasma-umass/scalene Collecting git+https://github.com/plasma-umass/scalene Cloning https://github.com/plasma-umass/scalene to c:\users\brackm~1\appdata\local\temp\pip-req-build-zli4u1bw Running command git clone -q https://github.com/plasma-umass/scalene...
I made the change locally to the already installed scalene and the tool no longer crashes, but it also doesn't do anything. Either of the two commands below result in...
The following test cases are what I believe are appropriate inputs/results based on current code expectation and also addressed the bug: ``` path_tests = { # Input: Expected # Valid...
It appears that there was a `PYSIDE-77` bug: https://bugreports.qt.io/browse/PYSIDE-77 Qt.py appears to have 'worked' around the issue 2 years prior to the bug being fixed? In any case the 'headerToModule'...
Simplified the PR somewhat and the test is now an integration test instead of a unit test. The code path first attempt to use the 'header' as authored by the...