lutaml / lutaml-model

LutaML Model is the Ruby data modeler part of the LutaML data modeling suite. It supports creating serialization object models (XML, YAML, JSON, TOML) and mappings to and from them.
Other
1 stars 0 forks source link

Fix specs #2

Closed ronaldtse closed 2 months ago

ronaldtse commented 3 months ago

75 spec failures right now.

There are a number of specs, and as you can see, some basic features work, but many are not completed (collections, map_content). Once we have the specs fixed it should be close to be ready to use. Then it will be a cycle of iterative improvements.

@HassanAkbar can you please help here?

HassanAkbar commented 3 months ago

@ronaldtse Sure, I'll fix the test cases.

ronaldtse commented 2 months ago

This is done, thanks @HassanAkbar !