Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

>=32bit enums support

Open
#6 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
c, python
Domain
embedded-iot

Research direction

Start by tracing the C enum generation and the function-signature handling mentioned in the issue. Check how enums and integer literals are currently represented, then determine the required behavior for enums at or above 32 bits and typedefs in generated signatures. Done means the generator supports the wider enum representation consistently.

Written by the indexing model from the issue text.

Description

For C we probably need to implement this using '#define'. Depends if C can guarantee wider than 16bit ints.

Function signatures can have 'typedef' for enums represented as integer literals.

Dominant language
Python
Stars
17
Forks
3
PR merge metrics
No merged PRs in 30d

Getting set up

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from STMicroelectronics/compost-rpc

All issues in STMicroelectronics/compost-rpc

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.