Skip to content

GXDebugStream was being closed instantly after creating it#785

Merged
gusbro merged 2 commits into
masterfrom
CodeCoverageFixes
Oct 17, 2023
Merged

GXDebugStream was being closed instantly after creating it#785
gusbro merged 2 commits into
masterfrom
CodeCoverageFixes

Conversation

@gusbro

@gusbro gusbro commented Oct 14, 2023

Copy link
Copy Markdown
Contributor
  • Fix issue 105285
  • Improve performance (use BufferedOutputStream)
  • Set executor policy to CallerRunsPolicy and shutdown executor upon application exit
  • Fix corner case for escaping 0xFF. When the first 0xFF byte was produced by WriteScaledLong it was not accounted for.

@genexusbot

Copy link
Copy Markdown
Collaborator
Cherry pick to beta success

@gusbro gusbro changed the title GXDebugStream was being closed too instantly after creating it GXDebugStream was being closed instantly after creating it Oct 17, 2023

@iroqueta iroqueta left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

import java.nio.channels.FileChannel; it's not necessary

@genexusbot

Copy link
Copy Markdown
Collaborator
Cherry pick to beta success

@gusbro

gusbro commented Oct 17, 2023

Copy link
Copy Markdown
Contributor Author

import java.nio.channels.FileChannel; it's not necessary

removed

@gusbro gusbro merged commit fbd9a0d into master Oct 17, 2023
@gusbro gusbro deleted the CodeCoverageFixes branch October 17, 2023 20:59
gusbro added a commit that referenced this pull request Oct 18, 2023
* GXDebugStream was being closed too instantly after creating it

* fix lint warnings

(cherry picked from commit fbd9a0d)
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.

4 participants