Skip to content

refactor: inline workday date calculation - #77

Merged
LimiNode merged 1 commit into
mainfrom
codex/add-is_workday-helpers-and-documentation
Sep 23, 2025
Merged

refactor: inline workday date calculation#77
LimiNode merged 1 commit into
mainfrom
codex/add-is_workday-helpers-and-documentation

Conversation

@LimiNode

Copy link
Copy Markdown
Owner

Summary

  • move the calendar-to-unix-day helper into the conversion modules as date_to_unix_day
  • inline the (year, month, day) workday validation logic in both the C++ and MQL layers to avoid the extra dependency

Testing

  • cmake -S . -B build
  • cmake --build build --target workday_validation_test
  • ./build/workday_validation_test

https://chatgpt.com/codex/tasks/task_e_68d262d1f6ec832c925168c1f8ff91b8

@LimiNode
LimiNode merged commit 864646c into main Sep 23, 2025
7 checks passed
@LimiNode
LimiNode deleted the codex/add-is_workday-helpers-and-documentation branch December 5, 2025 04:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant