Skip to content

Feature request: option to syntax check a sketch without fully compiling #1128

Closed
@ianfixes

Description

@ianfixes

Feature Request: syntax checking for sketches

It would be helpful to verify that, outside of any platform-specific or library-specific inclusions, a sketch has proper syntax. The ideal behavior would be to iterate over the full set of files included in the example sketch and perform gcc -c on them.

As a bonus, the JSON response from such a command might contain an object whose keys are the files that were found/tested and whose values are an array of compiler warnings (if any).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions