Skip to content

Dependencies update#4607

Closed
OgreTransporter wants to merge 6 commits intopocoproject:mainfrom
OgreTransporter:dependencies-update
Closed

Dependencies update#4607
OgreTransporter wants to merge 6 commits intopocoproject:mainfrom
OgreTransporter:dependencies-update

Conversation

@OgreTransporter
Copy link
Copy Markdown
Contributor

Comment on lines +278 to +283
if (((c >= CHAR_0 && c <= CHAR_9) ||
(c >= CHAR_A && c <= CHAR_F) ||
(c >= CHAR_a && c <= CHAR_f) ||
(c >= 0xff10 && c <= 0xff19) || /* Fullwidth digits */
(c >= 0xff21 && c <= 0xff26) || /* Fullwidth letters */
(c >= 0xff41 && c <= 0xff46)) == isprop)

Check notice

Code scanning / CodeQL

Complex condition

Complex condition: too many logical operations in this expression.
break; /* Hex escape not recognized */
{
escape = ESC_ub; /* Special return */
ptr++; /* Skip { */

Check notice

Code scanning / CodeQL

Commented-out code

This comment appears to contain commented-out code.
{
PCRE2_SPTR p = ptr + 1;

/* Perl ignores spaces and tabs after { */

Check notice

Code scanning / CodeQL

Commented-out code

This comment appears to contain commented-out code.
Copy link
Copy Markdown
Member

@aleks-f aleks-f left a comment

Choose a reason for hiding this comment

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

for some reason, the PR CI is not triggered, but the last commit CI fails massively, please se why

@OgreTransporter
Copy link
Copy Markdown
Contributor Author

I have already created the fix 6a311fd, but it did not repeat the complete action. Can you trigger this manually?

@OgreTransporter OgreTransporter requested a review from aleks-f July 25, 2024 07:36
@aleks-f aleks-f added this to the Release 1.14.0 milestone Jul 29, 2024
Copy link
Copy Markdown
Member

@aleks-f aleks-f left a comment

Choose a reason for hiding this comment

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

windows build fails

src/pngwio.c
src/pngwrite.c
src/pngwtran.c
src/pngwutil.c
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Unnecessary change of white space (tabs to spaces).

Is the list of source file shorter by three files intentionally or by accident?

@aleks-f
Copy link
Copy Markdown
Member

aleks-f commented Aug 17, 2024

@OgreTransporter you have some CI failing

@matejk matejk added the pending label Aug 20, 2024
@matejk matejk self-assigned this Sep 9, 2024
@matejk matejk added security and removed pending labels Sep 11, 2024
This was referenced Sep 11, 2024
@matejk matejk marked this pull request as draft September 11, 2024 18:38
@matejk matejk removed this from the Release 1.14.0 milestone Sep 12, 2024
@matejk
Copy link
Copy Markdown
Contributor

matejk commented Sep 12, 2024

Replaced with #4676, #4677, #4678

@matejk matejk closed this Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants