Skip to content

Handle API evolution and additions #234

Closed
@kamalmarhubi

Description

@kamalmarhubi

In both #228 and #233, we're having CI failures for constants that aren't present in the headers that the test infrastructure uses.

Possible directions of improvement:

  • verifying constants against the most recent kernel headers instead of whatever headers are installed in CI (suggested by @posborne)
  • switch to generation of constant values instead of verification

With generation, there's still a need to pick the correct type for a constant, so it can't be done purely mechanically. Yay C preprocessor!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions