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

windows: add workaround for unexpected exception #4747

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

kenhys
Copy link
Contributor

@kenhys kenhys commented Dec 26, 2024

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

@daipom
Copy link
Contributor

daipom commented Dec 26, 2024

Thanks!

@kenhys
Copy link
Contributor Author

kenhys commented Dec 26, 2024

rebase after #4746

@kenhys kenhys requested a review from daipom December 26, 2024 06:54
fluentd.gemspec Outdated Show resolved Hide resolved
Copy link
Contributor

@daipom daipom left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@daipom
Copy link
Contributor

daipom commented Dec 26, 2024

@kenhys Can we merge this now? Should we rebase this?

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

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

kenhys commented Dec 26, 2024

rebased now.

@kenhys kenhys merged commit b193dc4 into fluent:master Dec 26, 2024
10 of 13 checks passed
@kenhys kenhys deleted the hold-logger-162 branch December 26, 2024 08:41
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