gbdev / gbdev/rgbds

Make the comma after `assert warn/fail/fatal` optional

Open
#1,894 0 comments 0 reactions 0 assignees View on GitHub
enhancement rgbasm
Dominant language
C++
Stars
1.6k
Forks
193
Avg merge
1d 33m
Merged PRs (30d)
23

Description

As discussed with ISSOtm, we both often write e.g. `assert fail N < MAX_N, "oops"` and then have to correct it to `assert fail, N < MAX_N, "oops"`. There should be no grammar issues with making the comma optional and allowing either syntax.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.