Papierkorb / bindgen

Binding and wrapper generator for C/C++ libraries
GNU General Public License v3.0
179 stars 18 forks source link

Use YAML::Serializable instead of YAML.mapping #95

Closed HertzDevil closed 4 years ago

HertzDevil commented 4 years ago

Also ensures all affected boolean getters end with a ?.

JSON::Serializable will be in a different PR.

Papierkorb commented 4 years ago

Is YAML.mapping leaving for good now?

docelic commented 4 years ago

Yes, will be removed altogether at some point.

Papierkorb commented 4 years ago

Yes, will be removed altogether at some point.

Ah well, it had its run. Always liked it a lot, however putting include YAML::Serializable into a random class or struct is even easier than that so to /dev/null it goes! :shrug: