<@UB2J9BQA0> I’m looking at the specs parser, and ...
# development
c
@hundreds-father-404 I’m looking at the specs parser, and wonder what the
convert_dir_literal_to_address_literal
does? When do I want that to be true/false?
b
FYI they are out until Thursday? Friday?
c
Oh, ok… I missed that. Thanks 🙂
h
Hi! It handles whether
path/to/dir
is a
DirLiteralSpec
vs an
AddressLiteralSpec
for
path/to/dir:dir
We will be removing this soon, once the old directory CLI specs can be removed
👍 1
c
So is the way forward to stick with True or False here.. ? 😁
h
the future-proof semantics is to set
convert_dir_literal_to_address_literal=False
. That kwarg will be deprecated in 2.14 I think
✔️ 1