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

Fixed "global" property handler. #749

Merged
merged 1 commit into from
Jul 2, 2024
Merged

Fixed "global" property handler. #749

merged 1 commit into from
Jul 2, 2024

Conversation

xeioex
Copy link
Contributor

@xeioex xeioex commented Jun 27, 2024

This fixes #734 issue.

Checklist

Before creating a PR, run through this checklist and mark each as complete:

  • I have read the CONTRIBUTING document
  • If applicable, I have added tests that prove my fix is effective or that my feature works
  • If applicable, I have checked that any relevant tests pass after adding my changes

@xeioex xeioex requested a review from VadimZhestikov June 27, 2024 02:16
@VadimZhestikov
Copy link
Contributor

Just a side note: in contrast to njs, qjs do not support global variable/property "global". (but node, chrome, firefox all support global). So this can be considered as compatibility issue when moving from njs to qjs. May be we need add "global" to qjs run-time environment at our initialization.

@xeioex xeioex merged commit 89aca30 into nginx:master Jul 2, 2024
1 check passed
@xeioex xeioex deleted the 734 branch July 2, 2024 02:32
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.

memmove-vec-unaligned-erms
2 participants