Skip to content

Conversation

@mkannwischer
Copy link
Contributor

Manually checked properties

  • Generated Github workflow (run .github/workflows/generate_workflows.py) (new schemes)
  • No stringification macros
  • Output-parameter pointers in functions are on the left
  • Negative return values on failure of API functions (within restrictions of FO transform).
  • variable declarations at the beginning (except in for (size_t i=...)
  • Optional:
    • All integer types are of fixed size, using stdint.h types (including uint8_t instead of unsigned char)
    • Integers used for indexing are of size size_t

@thomwiggers thomwiggers mentioned this pull request Jan 8, 2026
dstebila
dstebila previously approved these changes Jan 8, 2026
Signed-off-by: Matthias J. Kannwischer <[email protected]>
@mkannwischer
Copy link
Contributor Author

Thanks for the suggestions @thomwiggers. Updated. Please take a look.

@thomwiggers thomwiggers merged commit 3730b32 into master Jan 9, 2026
24 checks passed
@thomwiggers thomwiggers deleted the deprecation-note branch January 9, 2026 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants