Reporting some things for 2.23.0.dev5 and 2.22.0rc...
# general
h
Reporting some things for 2.23.0.dev5 and 2.22.0rc2. The parsing for
pantsd_timeout_when_multiple_invocations
setting expects a float and is unhappy when an integer is provided. I checked old docs and it was still a float in 2.19 which is working.
Newer versions give this error
Copy code
11:28:49.00 [ERROR] 1 Exception encountered:

Exception: Expected [GLOBAL] pantsd_timeout_when_multiple_invocations to be a float but given 600


Use --print-stacktrace for more error details and/or -ldebug for more logs. 
See <https://www.pantsbuild.org/2.23/docs/using-pants/troubleshooting-common-issues> for common issues.
Consider reaching out for help: <https://www.pantsbuild.org/community/getting-help>
b
@happy-kitchen-89482 might this be something with the new Rust parser?
h
Almost certainly
but the workaround is to give it
600.0
@high-yak-85899 does that work?
h
Yeah easy fix that worked for me
b
Ah, hm, was this a blocking error in 2.22? Benjy, I was under the impression that we're running the Rust parser in parallel and flagging mismatches as warnings rather than errors in 2.22. Maybe that's not working as intended?
h
We are, and I will look into that, I just wanted to give a workaround
👍 1
b