Zsolt Dollenstein
Zsolt Dollenstein
Looks like the issue here is that `pytest` is running from an installed wheel. Some test cases include test data, which is not part of the installed wheel, and so...
Last time I checked, it wasn't possible to correctly type annotate this function, unfortunately.
Yeah this still happens on my machine. Seems like `[System.Reflection.Assembly]::LoadWithPartialName("System.Runtime.InteropServices.RuntimeInformation")` returns different assemblies on regular powershell vs pwsh on my machine for some reason. * pwsh gets `C:\Program Files\PowerShell\7\System.Runtime.InteropServices.RuntimeInformation.dll` *...
Happy to accept a PR!
1.5.1 is on the way: https://github.com/Instagram/LibCST/actions/runs/11900399311
I completely agree the parser error messages are often downright misleading as opposed to helpful. It would be great to improve them, but currently the parser generator library we use...
Hey @bmwiedemann thanks for the PR! > here it clearly is not Could you help me understand why not? How can I reproduce this nondeterminism?
It looks like LTO gives us a significant ~20% performance win (as measured by `cargo bench --bench parser_benchmark -- parse/all`). I don't think disabling LTO in favor of reproducible builds...
Hmm, metadata should never be mutated
Dunno if this is intentional or not, but I think it would make sense to include the decorators in the span. Have to move the context manager here to the...