Merged
Conversation
… resolved issue #77.
Squashed commit of the following: commit e5ec7b7 Merge: abd77e3 d23381e Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Mon Jan 20 19:49:08 2025 -0500 Merge pull request #88 from end2endzone/feature-issue87 Feature issue #87 commit d23381e Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 17:41:45 2025 -0500 * Fixed issue #87: TestTiming.testGetMicrosecondsTimerAgaintsSleep() fails on macOS with more than 150ms difference. commit abd77e3 Merge: 270aba6 da6613d Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 17:24:37 2025 -0500 Merge pull request #86 from end2endzone/feature-issue66 Feature issue #66 commit da6613d Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 17:11:11 2025 -0500 Fixed compilation error `console.h:85:48: error: ‘size_t’ has not been declared` commit 270aba6 Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 17:03:37 2025 -0500 Implemented ra::console::PrintHeaderBox() and visual tests. commit b92254a Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 16:58:28 2025 -0500 * Fixed issue #66: Function ra::console::GetDimension() returns size of console window instead of buffer on Windows. commit 5651aeb Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 16:57:42 2025 -0500 Implemented GetWindowDimension() and GetBufferDimension() with tests. Fixed GetDimension() wrong meaning. commit 735d714 Merge: fee1355 a08f77e Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 13:35:36 2025 -0500 Merge pull request #85 from end2endzone/feature-issue83 Feature issue #83 commit a08f77e Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 12:54:14 2025 -0500 Redesigned test `TestTiming.testGetMillisecondsTimerAgaintsSleep()`. See #83 (comment) for details. commit e278f9a Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 11:10:27 2025 -0500 * Fixed issue #83: Fail the build when unit tests are failing but run all remaining workflow steps anyway. commit dca581e Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 11:08:21 2025 -0500 Revert "Failing tests on purpose for issue #83." This reverts commit e6dff53. commit fce0d1a Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 10:47:50 2025 -0500 Using an `if` statement in each steps that need to run even if the unit tests have failed. See comment #83 (comment) for details. commit 1554596 Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 07:40:46 2025 -0500 Setup all worlflows to continue on unit test error commit e6dff53 Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 07:34:28 2025 -0500 Failing tests on purpose for issue #83. commit 2f896cd Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 07:26:35 2025 -0500 Disabled silencing errors when running unit tests in files `test_script.bat` and `test_script.sh`. commit fee1355 Merge: 7afd5f0 ca220c2 Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sun Jan 19 07:16:54 2025 -0500 Merge pull request #84 from end2endzone/feature-issue78 Feature issue #78 commit ca220c2 Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sat Jan 18 21:38:26 2025 -0500 Fixed a bad test design in TestTiming.testTimestampToStringUtcTime(). An assertion failed and was showing the following error on system whose local time is UTC: `Expected: (ts_now_utc_str) != (ts_now_local_str), actual: "2025-01-19 02:22:46.051097" vs "2025-01-19 02:22:46.051097"`. commit 97adfed Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sat Jan 18 21:19:29 2025 -0500 Fixed a bad test design. An assertion failed and was showing the following error on system whose local time is UTC: `Expected: (ts_epoch_utc_str) != (ts_epoch_local_str), actual: "1970-01-01 00:00:00.000000" vs "1970-01-01 00:00:00.000000"`. commit 6364b2b Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sat Jan 18 08:51:13 2025 -0500 Ignore desktop.ini used for setting a directory icon on Windows commit f2e3b85 Author: Antoine Beauchamp <end2endzone@gmail.com> Date: Sat Jan 18 08:45:22 2025 -0500 * Fixed issue #78: Get current date and time in microseconds resolution.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #77