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 WebSocket and replace Regex #2972

Merged
merged 1 commit into from Nov 29, 2023
Merged

Update WebSocket and replace Regex #2972

merged 1 commit into from Nov 29, 2023

Conversation

Onek8
Copy link
Contributor

@Onek8 Onek8 commented Nov 22, 2023

Recent changes to PCRE need to be investigated to find out the cause of matched index outside bounds caused by the regex matches.

Recent changes to PCRE need to be investigated to find out the cause of matched index outside bounds caused by the regex matches.
@@ -190,7 +190,9 @@ class WebSocket extends WebSocketCommon {
}

inline private function parseUrl(url)
{
{
/** TO DO - FIND OUT WHAT IS BREAKING REGEX IN THE NEW PCRE2 FOR HL C
Copy link
Collaborator

Choose a reason for hiding this comment

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

See Kode/Kha#1478.

It's still a good idea to merge this I believe, depending on how long it takes for armory3d/Kha to be updated.

@luboslenco luboslenco merged commit 70fce1f into armory3d:main Nov 29, 2023
@MoritzBrueckner MoritzBrueckner added the Release Notes: Fixes A pull request that fixes something. Used to generate release notes. label Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release Notes: Fixes A pull request that fixes something. Used to generate release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants