Tina Müller (tinita)

Results 261 comments of Tina Müller (tinita)

I agree that it should just be allowed. But adding an option for it was the compromise between allowing it and not changing anything at all. And because there are...

The problem is that PyYAML does not expect the value of the merge key to have a custom constructor. And t the time `flatten_mapping` is called, the constructor has not...

Merging/overriding keys is the whole point of the [

Regarding the types: Note that YAML 1.2 has different resolving rules than YAML 1.1 (for example it removes a lot of the boolean values, and integers and floats are matched...

Related, might be useful: I created a repo with test data for different YAML Schemas: https://perlpunk.github.io/yaml-test-schema/ You can see all regexes, and test data. The test data is available as...

related to https://github.com/yaml/pyyaml/issues/339

> I just changed `=Loader` to `=FullLoader` consistently in `__init__()` and then flectra works with 5.1 This has been fixed in the 5.2 release branch a while ago, but the...

https://github.com/yaml/pyyaml/pull/512 adds CoreLoader/CoreDumper, JSONLoader/JSONDumper

Yes, it's a bug in PyYAML. The reference parser behind ypaste is built for YAML 1.2. I'm not sure how easy it would be to fix. But I would like...