-
Notifications
You must be signed in to change notification settings - Fork 323
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
Range.Between
not working with Dates
#6543
Comments
Libs will have a look into how best to expand the Date support to allow this. |
Radosław Waśko reports a new STANDUP for today (2023-05-09): Progress: Implemented basic operations for Date_Range with a brute force algorithm. It should be finished by 2023-05-11. Next Day: Next day I will be working on the same task. Add other missing operations. Better tests to ensure no infinite loops (n>1 cycles?). Add heuristics for more efficient computation of simple steps. |
Radosław Waśko reports a new STANDUP for today (2023-05-10): Progress: Figuring out wild edge cases. Decided to only handle non-negative steps, as mixed sign steps were a huge pain. Implemented 2 O(1) heuristics that avoid an O(N) computation for simpler cases. Added lots of tests to ensure the heuristics work correctly. Prepared the PR. Started small tweaks on range widgets. It should be finished by 2023-05-11. Next Day: Next day I will be working on the #6410 task. Continue widget related tasks. Possibly start Date parsing? We'll see what's needed. |
Discord username
No response
What type of issue is this?
Permanent – Occurring repeatably
Is this issue blocking you from using Enso?
Is this a regression?
What issue are you facing?
I tried to use
Range.Between
to produce a sequence ofDate
values, but got an error. See bottom left:Both inputs are
Date
objects; I don't know where the0
mentioned in the error is coming from.Expected behaviour
Range.Between
should produce a range of dates.How we can reproduce it?
No response
Screenshots or screencasts
No response
Enso Version
current
develop
(bb8f910)Browser or standalone distribution
Standalone distribution
Browser Version or standalone distribution
standalone
Operating System
Linux
Operating System Version
No response
Hardware you are using
No response
The text was updated successfully, but these errors were encountered: