Skip to content

Fixed and improved EVFEVENT retrieval#3257

Open
sebjulliand wants to merge 4 commits into
masterfrom
fixActionEventf
Open

Fixed and improved EVFEVENT retrieval#3257
sebjulliand wants to merge 4 commits into
masterfrom
fixActionEventf

Conversation

@sebjulliand
Copy link
Copy Markdown
Member

Changes

Fixes #3241

This PR prevents the crash described in #3241 from happening.
It also replaces the use of CPYTOIMPF with the SQL service QSYS2.IFS_READ_UTF8 to read EVFEVENT members:

  • It's a bit faster
  • It won't crash if the member doesn't exist (the error thrown by CPYTOIMPF was silent and not handled)

How to test this PR

  1. Run a custom compilation command as described in TypeError crash in runAction when compile command uses non-standard parameters #3241: there must be no TypeError crash
  2. Run a standard compilation command: the compilation errors must be displayed

Checklist

  • have tested my change

Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
@sebjulliand sebjulliand requested a review from a team June 4, 2026 10:32
@sebjulliand sebjulliand self-assigned this Jun 4, 2026
@sebjulliand sebjulliand added the bug A confirmed issue when something isn't working as intended label Jun 4, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 4, 2026

👋 A new build is available for this PR based on 05655f9.

Signed-off-by: Seb Julliand <sebjulliand@gmail.com>
@sebjulliand sebjulliand temporarily deployed to testing_environment June 4, 2026 14:31 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug A confirmed issue when something isn't working as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TypeError crash in runAction when compile command uses non-standard parameters

1 participant