Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Joke Issue] Attempt to write the most complex YAML file in human history #788

Open
Evil0ctal opened this issue Mar 7, 2024 · 0 comments

Comments

@Evil0ctal
Copy link

Hello, if you are opening this issue, I want to clarify that this issue is not related to the PYYaml library. It's merely a joke between my friend and I while we were trying to write a linear format translator for YAML files as a test for our translator's reliability. This issue might be closed (perhaps it should be closed?).

Demonstration of the linear format:

Used to split YAML files into separate lines so that ChatGPT can translate the content within. For instance, translating a Minecraft plugin configuration file that is extremely long and has strict format requirements. Eventually, the translator converts the linear format back to a YAML file to ensure the file's readability.

[str]: key1: value1
[list]: key2: value2|[str], value3|[str], value4|[str]
[int]: key3: 123
[float]: key4: 123.456
[bool]: key5: true
[list]: key6: 1|[int], 2|[int], 3|[int]
[list]: key7: 1.1|[float], 2.2|[float], 3.3|[float]
[list]: key8: true|[bool], false|[bool], true|[bool]
[list]: key9: 1|[int], 2.2|[float], true|[bool]
[str]: path1.path2.path3: value1

In summary, we want to create a very complex YAML file to test the translator's performance and reliability. If you can write complex YAML structures, please PR to this repository:

The most complex YAML file in human history

Thank you for reading this far, and I wish you a wonderful day :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant