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

Port remaining StarlingMonkey builtins #790

Merged
merged 5 commits into from
May 23, 2024
Merged

Port remaining StarlingMonkey builtins #790

merged 5 commits into from
May 23, 2024

Conversation

guybedford
Copy link
Contributor

@guybedford guybedford commented May 22, 2024

This ports the remaining js-compute-runtime builtins to the StarlingMonkey port.

Test status with this PR gets to 716 / 729 tests passing (98%).

@guybedford guybedford requested a review from elliottt May 22, 2024 22:43
Copy link
Contributor

@elliottt elliottt left a comment

Choose a reason for hiding this comment

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

This looks great! My only suggestion would be that using declarations that manipulate the top-level namespace should be kept out of header files, as they will have an effect on whatever context they're included in. It's more verbose but ultimately easier to deal with if you restrict use of using to .cpp files only.

runtime/fastly/builtins/device.h Outdated Show resolved Hide resolved
@guybedford guybedford enabled auto-merge (squash) May 23, 2024 21:09
@guybedford guybedford merged commit b38dd94 into main May 23, 2024
20 checks passed
@guybedford guybedford deleted the remaining-builtins branch May 23, 2024 21:52
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

2 participants