3 comments (3 comments)1 reaction (1 reaction)0 assignees (0 assignees)Python1,465 forks (1,465 forks)batch import
enhancementgood first issuehelp wanted
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
It would be nice to provide a syntax-check functionality for meson files (like apachectl configtest).
This would allow on-the-fly syntax checks from within Emacs (via Flycheck) and other editors.
Contributor guide
- Research direction
- Examine the existing meson.build parsing logic and implement a command that runs the parser without building, similar to `apachectl configtest`.
- Tech stack
- python
- Domain
- build system
- Issue type
- Feature
- Prerequisites
- PythonGit