Is it safe/reasonable to turn on -X flags for the ...
# getting-started
j
Is it safe/reasonable to turn on -X flags for the things that were released in 2.2? We can't upgrade yet, but we can turn on the flags...
r
That's not really a question anyone can answer for you. It depends entirely on your use case, which is why it's behind flags in the first place, so people can decide.
j
Are the implementations the same, at least?
r
I don't understand what you're asking, so maybe my answer didn't actually address your question, sorry.
j
Thanks for trying! 🙂
y
I think the implementation might technically be different. For instance, some bugfixes might've been introduced and such. I think it's fine though to turn them on for now as long as you're gonna update soon enough
🙏 1
k
I would say the safe thing to do would be to check the KEEP issues of every new feature in 2.2 that you're currently using as an experimental feature. For example, HexFormat was introduced experimentally in 1.9 and released in 2.2, and the KEEP discussion mentions changes made to it between these two releases.