7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python1,465 forks (1,465 forks)batch import
bughelp wantedparser/interpreter
Repository metrics
- Stars
- 4,978 stars (4,978 stars)
- PR merge metrics
- Avg merge 139d 13h (Avg merge 139d 13h)51 merged PRs in 30d (51 merged PRs in 30d)
Description
I'm using get_define() and to_int() which gives this error.
Haven't looked deeply into meson regarding this, but should String.to_int() be able to parse hexadecimal and other number systems?
Contributor guide
- Research direction
- Investigate the implementation of to int() in Meson's source code (likely in mesonbuild/interpreterbase.py or similar). Check if there is already a parameter for base conversion. Review the issue comments for any proposed solutions or maintainer input. Consider adding a method to parse hexadecimal strings by extending the to int() function to accept an optional base parameter.
- Tech stack
- python
- Domain
- build systemdeveloper experience
- Issue type
- Feature
- Prerequisites
- Basic knowledge of Meson build systemUnderstanding of string conversion