Coder Social home page Coder Social logo

Comments (6)

scottsemple avatar scottsemple commented on July 24, 2024

This is related, but please let me know if I should start a new thread.

In order to adjust the us.yml file for the holidays that are observed by my company, I did the following:

I then ran my test suite and the tests that were previously passing with date.holiday?(:us) are now failing on date.holiday?(:harvest). The error message is Holidays::UnknownRegionError:Could not load holidays/harvest.

Is there another file where I should be adding :harvest as a region? Thanks!

from holidays.

scottsemple avatar scottsemple commented on July 24, 2024

Have you had a chance to look at this, @alexdunae?

Is there something else that I should be doing here? Thanks!

from holidays.

alexdunae avatar alexdunae commented on July 24, 2024

Finally chiming in to let you know this isn't totally being ignored. Adding holidays at runtime is definitely something that needs to happen without needing to fork.

Regarding your is @scottsemple, I loaded up your yaml file and added to my index.yaml, as you did, and got:

~/Code/holidays (master) $ irb
irb(main):001:0> require_relative 'lib/holidays.rb'
=> true
irb(main):002:0> Date.civil(2007,1,1).holidays(:harvest)
=> [{:date=>#<Date: 2007-01-01 ((2454102j,0s,0n),+0s,2299161j)>, :name=>"New Year's Day", :regions=>[:us, :harvest]}]
irb(main):003:0>

Are you still having issues with it?

from holidays.

ppeble avatar ppeble commented on July 24, 2024

I have a PR allows for the loading of holiday definitions at runtime.

I'm no longer totally sold that the solution in the PR is the right overall direction but it might be a good stopgap to offer the functionality until we decide on a final path.

from holidays.

ppeble avatar ppeble commented on July 24, 2024

I have merged the PR I mentioned, which allows for the loading of custom holidays on the fly. @pkananen and @scottsemple, does this address your use case sufficiently? Can we go ahead and close this issue?

from holidays.

pkananen avatar pkananen commented on July 24, 2024

I think we can.

from holidays.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.