Skip to content

Feature issue #77#89

Merged
end2endzone merged 2 commits intomasterfrom
feature-issue77
Jan 24, 2025
Merged

Feature issue #77#89
end2endzone merged 2 commits intomasterfrom
feature-issue77

Conversation

@end2endzone
Copy link
Owner

Fixes #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.
@end2endzone end2endzone merged commit 3e292f9 into master Jan 24, 2025
8 checks passed
@end2endzone end2endzone deleted the feature-issue77 branch January 24, 2025 00:16
@end2endzone end2endzone restored the feature-issue77 branch January 24, 2025 00:17
@end2endzone end2endzone deleted the feature-issue77 branch January 24, 2025 00:18
@end2endzone end2endzone restored the feature-issue77 branch February 11, 2025 13:54
@end2endzone end2endzone deleted the feature-issue77 branch February 11, 2025 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use CMAKE_CURRENT_SOURCE_DIR instead of CMAKE_SOURCE_DIR

1 participant