Skip to content

Conversation

@j-sv
Copy link

@j-sv j-sv commented Oct 27, 2019

Adds support for one of the examples listed here.

Copy link
Owner

@olebedev olebedev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested patch changes expected behavior fro deadlines from
strict (within|in) <point in time> for (within|in)? <point in time> (from now)?. This means that even a simple point in time will be treated as a deadline. I am not sure about the approach and still think that keep the rule as narrow as possible could save us from the unexpected indeterministic behavior of the parser.

I suggest implementing a rule like(simplified regexp):

((within|in)\s<point in time>)|(<point in time>\sfrom\now)

so it will be a narrower OR.

@j-sv
Copy link
Author

j-sv commented Oct 29, 2019

You're right, I hadn't considered that. I'll update it as you suggest.

@olebedev
Copy link
Owner

Hey @j-sv, just a friendly ping

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