Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

YML to TOML #30

Open
3JoB opened this issue Apr 12, 2023 · 1 comment
Open

YML to TOML #30

3JoB opened this issue Apr 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@3JoB
Copy link
Owner

3JoB commented Apr 12, 2023

GMake2 will switch from GMakefile.yml to G.toml in version 2.5.0.

Why make this decision?

Yml/yaml has many problems, such as automatic escaping of quotes, which can cause issues with some commands (such as Golang -ldflags).

We are rewriting the parsing engine, which may take some time. In the meantime, you can check the toml documentation and the re-uploaded G.toml to learn the syntax of the new GMakefile.

@3JoB
Copy link
Owner Author

3JoB commented Apr 12, 2023

The meaning here is that GMake2 will soon abandon the old YAML parsing engine, and the old GMakefile will no longer be available. However, migrating them will not be too difficult.

@3JoB 3JoB added the enhancement New feature or request label Apr 12, 2023
@3JoB 3JoB pinned this issue Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant