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

Backport(v1.16) windows: add workaround for unexpected exception (#4747) #4800

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

kenhys
Copy link
Contributor

@kenhys kenhys commented Jan 29, 2025

Which issue(s) this PR fixes:

Backport #4747

What this PR does / why we need it:

Since logger 1.6.3 or later, there is a bug that it cause unexpected exception (no implicit conversion of Integer into String (TypeError)) on windows. So hold on 1.6.2 for a while.

See ruby/logger#107

Docs Changes:

N/A

Release Note:

N/A

**Which issue(s) this PR fixes**:
Fixes #

**What this PR does / why we need it**:

Since logger 1.6.3 or later, there is a bug that it cause unexpected
exception (no implicit conversion of Integer into String (TypeError)) on
windows. So hold on 1.6.2 for a while.

See ruby/logger#107

**Docs Changes**:

N/A

**Release Note**:

N/A

Signed-off-by: Kentaro Hayashi <[email protected]>
@kenhys
Copy link
Contributor Author

kenhys commented Jan 29, 2025

git switch -c backport-pr4747 --track origin/v1.16
git cherry-pick b193dc4957b4f957fc5de518f90e26183a10c440

@daipom daipom added this to the v1.16.7 milestone Jan 29, 2025
@daipom daipom merged commit 01b3c08 into v1.16 Jan 29, 2025
14 of 16 checks passed
@daipom daipom deleted the backport-pr4747 branch January 29, 2025 02:55
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.

2 participants