Skip to content

update cron-parser submodule #12

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

update cron-parser submodule #12

wants to merge 1 commit into from

Conversation

olegrok
Copy link
Contributor

@olegrok olegrok commented Jun 25, 2024

"staticlibs/ccronexpr" repo that we used before was archived. This patch switches cron parser implementation to some supported version "exander77/supertinycron".

Also internal representation was changed to FFI-structs independent. We don't need to copy FFI C struct to Lua and back. It's possible to just keep FFI object instead.

"staticlibs/ccronexpr" repo that we used before was archived.
This patch switches cron parser implementation to some supported
version "exander77/supertinycron".

Also internal representation was changed to FFI-structs
independent. We don't need to copy FFI C struct to Lua and back.
It's possible to just keep FFI object instead.
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.

1 participant