-
- Downloads
[!675] Expect `;` after macro
Merge branch 'fix-macro-not-expecting-semicolon' into 'master' ref:core/dune-common This avoids certain compiler warnings about unneccessary ;. It plays nicer with automatic editor indentation compared to the the alternative of dropping the ; from every invocation of the macro (see [!673] for that). Alternative to: [!673] WIP: - [x] Waiting for feedback from @gruenich See merge request [!675] [!673]: gitlab.dune-project.org/NoneNone/merge_requests/673 [!675]: gitlab.dune-project.org/core/dune-common/merge_requests/675
Please register or sign in to comment