Skip to content

v8 - enable linear-time regex matching engine - #9749

Merged
cscheid merged 3 commits into
mainfrom
bugfix/9737
May 22, 2024
Merged

v8 - enable linear-time regex matching engine#9749
cscheid merged 3 commits into
mainfrom
bugfix/9737

Conversation

@cscheid

@cscheid cscheid commented May 22, 2024

Copy link
Copy Markdown
Member

Closes #9737.

@cscheid

cscheid commented May 22, 2024

Copy link
Copy Markdown
Member Author

We need a code review for other patterns that should be /pattern/l.

@cderv cderv left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I guess we have to add the flags also to launch.json Run tests task too to be complete

"runtimeArgs": [
"test",
"--config=test-conf.json",
"--unstable-ffi",
"--allow-all",
"--check",
"--importmap=${workspaceFolder}/src/import_map.json",
"--inspect-brk"
],

Thanks for the .cmd and .ps1 update :)

@cscheid
cscheid merged commit e7bbd43 into main May 22, 2024
@cscheid
cscheid deleted the bugfix/9737 branch May 22, 2024 22:46
cderv added a commit that referenced this pull request Jun 12, 2024
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.

Quarto preview hangs

2 participants