microsoft / yardl

Tooling for streaming instrument data
https://microsoft.github.io/yardl/
MIT License
29 stars 5 forks source link

Python codegen does not default generic vector fields #100

Closed naegelejd closed 7 months ago

naegelejd commented 8 months ago

There is another issue.

MyRec<T>: !record
  fields:
    a: T*

Does not default the field, whereas this does:

MyRec: !record
  fields:
    a: int*

(An existing issue, not a regression)

Originally posted by @johnstairs in https://github.com/microsoft/yardl/issues/96#issuecomment-1802003649