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

Add > as syntactic sugar for >= in counters #668

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ethulhu
Copy link
Contributor

@ethulhu ethulhu commented Jul 10, 2023

This patch adds support for greater-than (>) as syntactic sugar for greater-than-or-equal (>=).

This patch is a precursor for an upcoming patch to add less-than-or-equal (<=) to counters. I am sending this smaller patch first to confirm that my approach & style is correct, and that I haven't missed any important code features, because the less-than-or-equal patch will be similar but larger.

@antoinepouille antoinepouille force-pushed the master branch 7 times, most recently from 12d7eb3 to cbe52dd Compare September 12, 2024 17:05
@antoinepouille antoinepouille force-pushed the master branch 4 times, most recently from 49f9863 to 9f2c5b7 Compare September 26, 2024 14:54
@feret feret force-pushed the master branch 3 times, most recently from 1ab81f8 to 79a08c8 Compare November 5, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants