-
Notifications
You must be signed in to change notification settings - Fork 455
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
Ensure test suite and file rotation work on Windows #509
Ensure test suite and file rotation work on Windows #509
Conversation
… is necessary for detecting changes on win32
…le_backend suite passes on win32
Thanks for taking this on |
…n return the same value
Hi @mrallen1! I have confirmed today that these changes do address the file rotation issues in RabbitMQ on There is a breaking API change in What do you think? |
Looks like solid work but tbh I'm not a huge fan of so many whitespace changes - all the noise makes it hard to trace what "real" changes have been made. As far as breaking the It would be great to get a blurb in the README as part of this PR. |
…e FDs associated with it
@mrallen1 there was one file formatted with 2-space indentation (
I'll add a README update today. Still testing! |
throw:{test,exception}", | ||
?assertNotEqual(0, string:str(Result, ExpectedPart)). | ||
|
||
Want = "pr_stacktrace_test:pr_stacktrace_throw_test/0 line 26\n pr_stacktrace_test:make_throw/0 line 16\nthrow:{test,exception}", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I clone this repo on win32
, my git settings check out files with \r\n
endings, which makes this test fail due to embedded \r
characters in the long string. This is why these expected strings are on a single line now.
…e FDs associated with it
Well, it looks like even the |
Yay, Travis is green 💚 |
Thanks again for getting win32 on a good level, Luke. Your contributions are much appreciated! |
Incidentally, I tagged and pushed 3.8.0 to hex just now. |
Thanks @mrallen1 👍 |
@mrallen1 if you get a chance, could you enable the lager build on AppVeyor? |
It says "not found" for some reason |
OK, seems to be going now. |
Follow-up to #493