-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V0.4 #158
Conversation
This comment has been minimized.
This comment has been minimized.
Codecov Report
@@ Coverage Diff @@
## master #158 +/- ##
==========================================
- Coverage 90.90% 88.63% -2.28%
==========================================
Files 5 5
Lines 374 387 +13
==========================================
+ Hits 340 343 +3
- Misses 34 44 +10
Continue to review full report at Codecov.
|
major version refactor to a structinstead of having first and second have a struct with x, y. sdl2-vga-terminal/sdl2-vga-terminal/src/VgaTerminal.hpp Lines 36 to 41 in a182537
This comment was generated by todo based on a
|
this could be an "utility method" itselfconsider to create in VgaTerminal class an operator/method to implement the same functionality here. Probably, not just the same if want to keep the fine element level checks like below. sdl2-vga-terminal/sdl2-vga-terminal/test/VgaTerminalTest.cpp Lines 11 to 16 in 71399ec
This comment was generated by todo based on a
|
this could be an "utility method" itselfconsider to create in VgaTerminal class an operator/method to implement the same functionality here. Probably, not just the same if want to keep the fine element level checks like below. sdl2-vga-terminal/sdl2-vga-terminal/test/VgaTerminalTest.cpp Lines 23 to 28 in 71399ec
This comment was generated by todo based on a
|
Clones removed
==============
+ sdl2-vga-terminal/test/VgaTerminalTest.cpp -2
See the complete overview on Codacy |
SonarCloud Quality Gate failed.
|
* [VgaTerminal] add writeXY overload methods * [VgaTerminal | optimization] write char only if different * update to v0.4.0 * update examples. Fixes #156 * update README.md * update cmake config * [VgaTerminal | writeXY ] add overload methods * update README * add write{,XY} tests [azure pipeline] release github connection change]
write
methods that should output the same resultwriteXY
methods that should output the same result