-
Notifications
You must be signed in to change notification settings - Fork 136
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
implement missing holidays for ro region #126 #131
Conversation
For some reason, tests from travis seem to pass but this one is failing on my machine : https://github.com/holidays/definitions/pull/131/files#diff-e4db0e6f28a8a844e743514616f6cfefR87 It's like the range starting after 2017 is not considered:
|
@ste26054 Unfortunately it is not straightforward to test branch/PR definitions in the actual ruby gem right now. This is due to the fact the ruby gem references this repository as a submodule and also because we perform a 'generate' step to create the final ruby classes that are actually used. This means that you need to jump through some hoops in order to perform a real test in ruby with your updated definitions. 😞 I do have an issue open to track this problem area here. In your example above what steps did you take to get to that console? I created instructions on how to point the ruby repository to your branch definitions if you are interested. You don't have to do that if you aren't interested, though, as I will test things out myself right now. Only try out the instructions if you want to learn more about the ruby repo. 😄 |
@ppeble I cloned the holidays repository then ran |
Actually I think there is an error in my test, as 2017-04-17 is a Monday, not a Friday... |
@ppeble Everything should be good now :) |
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.
LGTM.
@ste26054 Oh good! Thank you for following up, I did try to look at it this last weekend but then ran out of steam and didn't have a chance to come back to it. 😄 Merging now! Thank you! |
No description provided.