Dan Fritchman

Results 14 comments of Dan Fritchman

Rooting around `GdsLibrary`, without testing this at all, I have a bet, and that bet is, it's this date & time stuff: ```rust /// # Gds Date & Time ///...

Bet lost. `Datetime`s are not a part of `GdsLibrary` as of [acd6ac7](https://github.com/dan-fritchman/Layout21/pull/35/commits/acd6ac75f6d9aaefe55ad6b8a8207ca292ab065d), and this still fails. Errors have upgraded to: ``` ---- gds_serialization::tests::golden_toml stdout ---- GdsStats { libraries: 1, structs:...

https://github.com/toml-rs/toml/issues/396 was recently closed, and updated in TOML v0.6. Commit [812ee2d](https://github.com/dan-fritchman/Layout21/commit/812ee2d7f54cbb27eca7ed45588754534b79e058) includes v0.6. It makes the *empty* GDS to TOML work. But the sample in `layout21converters/` continues to fail, now...

Wasn't sure honestly! I think the primary options are (a) that, or (b) just having a bunch of overlapping fields (perhaps with some macro-assistance), or (c) just one big thing...