You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why I'm getting the errors with File.open, but not File.write, I'm not sure, as I always considered them equivalent. Anyway, would this be accepted as a PR?
The text was updated successfully, but these errors were encountered:
That is.... more than strange. I'd probably accept it, however it seems like "programming by coincedence" to me a bit as I don't know or understand why that change fixes the bug which makes me rather uncomfortable 🤔
When working on Puma tests to mimic systemd, ran into a rather odd error. The following code:
https://github.com/colszowka/simplecov-html/blob/9ec41504ab139fabfaddfc786dfdab5d6aca0bab/lib/simplecov-html.rb#L22-L24
threw errors as below:
There's 'odd things' in the tests re fd's, etc, but the tests seem stable. When I changed the above code to the following, everything runs fine:
Why I'm getting the errors with
File.open
, but notFile.write
, I'm not sure, as I always considered them equivalent. Anyway, would this be accepted as a PR?The text was updated successfully, but these errors were encountered: