keymanapp / keyman

Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
https://keyman.com/
Other
394 stars 110 forks source link

bug(developer): empty author field emits "object object" in package compiler 🗜 #9279

Closed mcdurdin closed 1 year ago

mcdurdin commented 1 year ago

With the following xml .kps:

  <Info>
    <Name URL="">brao</Name>
    <Copyright URL="">© 2021 SIL International</Copyright>
    <Author URL=""></Author>
    <Version URL="">1.0</Version>
  </Info>

The author field results in:

    "author": {
      "description": "[object Object]"
    },

kmlmp 16.0.138

Need to verify if this is resolved in 17.0-alpha

mcdurdin commented 1 year ago

This is already fixed in 17.0-alpha. Verified with v17.0.147, on epic-kmc-kmw branch.