Closed scanner-darkly closed 3 years ago
the tests were definitely passing locally, not sure why travis is complaining, will take a look
the tests are failing on ops added in #PR257. @attejensen can you take a look?
so looks like clang format broke some of the ops - which is why the tests passed for me locally - i ran clang format after. should be fixed now.
so looks like clang format broke some of the ops - which is why the tests passed for me locally - i ran clang format after. should be fixed now.
Won't these break every time they are formatted? Perhaps we should wrap that section in a // clang-format off
.
@desolationjones math.c
already has clang-format off
but it still modified it. not sure why..
What does this PR do?
alt-d
shortcut for the aboveLIVE.DASH
,LIVE.VARS
,LIVE.GRID
,LIVE.OFF
andPRINT
How should this be manually tested?
see the doc for the
LIVE.DASH
opI have,
CHANGELOG.md
help_mode.c
(if applicable)make format
on each commit