rainwoodman / libyaml-glib

Building GObjects with YAML
10 stars 5 forks source link

Introduce 'Gee' data structures and improve structure #23

Open arteymix opened 8 years ago

arteymix commented 8 years ago

By using Gee, we have a lot of functional power for processing sequence and mappings.

I don't know if style properties should be writeable.

arteymix commented 8 years ago

I did not fix the ref and out from the loader because it broke the build, but that would be the next thing to do.

arteymix commented 8 years ago

I rewrote the merge commit to fix the missing gee-0.8 dependency.

arteymix commented 8 years ago

I think it would be good to wait a bit and see if we can do any other improvements.

See, Json-GLib has a couple of serialize/deserialize utilities we could mimic as well as a signal-based parser. I'll try to list what we would need for an initial release.