xapi-project / xen-api

The Xapi Project's XenAPI Server
http://xenproject.org/developers/teams/xapi.html
Other
342 stars 282 forks source link

Add new check for new parameters' default value #5784

Open Vincent-lau opened 3 days ago

Vincent-lau commented 3 days ago

Add new check for new parameters' default value

Note we are only checking for default of new parameters in messages that already have default parameters.

It lacks checks for new parameters added to messages with no default parameters, but there is no easy way to achieve that because the generator cannot tell what is new and what is not, moreover, there are existing messages with non-default parameters introduced in different releases.