Skip to content
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

Fix regression due to handling of normal range #234

Merged

Conversation

johannesodland
Copy link
Contributor

@johannesodland johannesodland commented Feb 8, 2024

Fix regression due to #223

We should return normal as the default range start and end, but the parsing still expects a TimelineRangeOffset which can cause an issue.

Fixing the issue by only returning normal when no range was set by the user, keeping the TimelineRangeOffset from getNormalStart/EndRange otherwise.

There's already a todo to handle the full syntax later.

@johannesodland
Copy link
Contributor Author

@bramus Do you have time to review this?

@bramus bramus merged commit 38d149a into flackr:master Feb 8, 2024
2 checks passed
@bramus
Copy link
Collaborator

bramus commented Feb 8, 2024

Merged it in.

Besides the current TODO’s for this code, passing in explicit normal values also doesn’t work properly. I have filed #236 for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants