bitter-ability-32190
05/18/2022, 6:41 PMpants.toml with build_file_prelude_globs which in it I put type hints (because I'm used to it).
Specifically I used foo: str | None = None . Myself and all my devs use py 3.8. I can see py3.8 being used in the Pants bootstrap env.
I use the macro in a few places.
...and yet nothing errors (It should, the union syntax for the types wasn't added until 3.10). Until now. Someone just got the error.
What's happening? I'm bewildered.bitter-ability-32190
05/18/2022, 6:48 PMbitter-ability-32190
05/18/2022, 6:58 PM