Skip to content
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

Update to Duktape 2.2.1. #114

Merged
1 commit merged into from Jul 18, 2018
Merged

Update to Duktape 2.2.1. #114

1 commit merged into from Jul 18, 2018

Conversation

ghost
Copy link

@ghost ghost commented Jul 16, 2018

extern duk_bool_t android__date_parse_string(duk_context* ctx, const char* str);
#define DUK_USE_DATE_GET_LOCAL_TZOFFSET android__get_local_tzoffset
#define DUK_USE_DATE_PARSE_STRING android__date_parse_string
/** End Duktape-Android. */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unfortunate. Can we file an issue or something to allow easier external customization? Or is there info as to why that isn't allowed easily?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed. I spent a bit of time trying to avoid this, but didn't want to hold the rest of the PR any longer. I got to this point by looking at the example here. I'll see if I can't find a better way (or request one) in a follow up.

@ghost ghost merged commit beea451 into master Jul 18, 2018
@ghost ghost deleted the szurbrigg/0715-update-to-two-two-one branch July 18, 2018 01:20
This pull request was closed.
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.

None yet

1 participant