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
I recently noticed that one time events were no longer being executed, and eventually narrowed it down to the following this 5dcecba
The scheduleTimeout function seems to return early if there is no next occurrence (seems related to #103). Is this intentional?
An example of my schedule: Later.parse.recur().on(localDate.toDate()).fullDate()
I added an example of a failing test to a my fork: nmccann@e509ee9
I would also like to say thank you for the wonderful library, and I'm happy to see you're updating it again :)
Sidenote: When I'm running tests on the latest commit, it just says 10 passing (44ms), but on previous commits it would say 41709 passing (16s) 1 pending. I put a console.log in one of the tests but it didn't show up. It seems like its skipping some tests.
The text was updated successfully, but these errors were encountered:
Sorry about that, I think it should be fixed now (and thanks for the test case!). I'm glad that you find the library useful and appreciate the kind words. I consider this library pretty much done, so I doubt you'll see any big changes but I will continue to fix any bugs as they crop up.
Hi,
I recently noticed that one time events were no longer being executed, and eventually narrowed it down to the following this 5dcecba
The
scheduleTimeout
function seems to return early if there is no next occurrence (seems related to #103). Is this intentional?An example of my schedule:
Later.parse.recur().on(localDate.toDate()).fullDate()
I added an example of a failing test to a my fork: nmccann@e509ee9
I would also like to say thank you for the wonderful library, and I'm happy to see you're updating it again :)
Sidenote: When I'm running tests on the latest commit, it just says
10 passing (44ms)
, but on previous commits it would say41709 passing (16s) 1 pending
. I put aconsole.log
in one of the tests but it didn't show up. It seems like its skipping some tests.The text was updated successfully, but these errors were encountered: