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

Emit a diagnostic warning about parsing ambiguity in a conjunction #55

Closed
wants to merge 16 commits into from

Commits on May 27, 2024

  1. feat: first version of implementation

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed May 27, 2024
    Configuration menu
    Copy the full SHA
    378e907 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. test: add basic test for parsing

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed May 28, 2024
    Configuration menu
    Copy the full SHA
    53c7d38 View commit details
    Browse the repository at this point in the history
  2. minor refactoring

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed May 28, 2024
    Configuration menu
    Copy the full SHA
    98b0a59 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. fix: add suppressing of introduced warning

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed May 30, 2024
    Configuration menu
    Copy the full SHA
    32c3567 View commit details
    Browse the repository at this point in the history
  2. feat: add warning for parsing of '&' token in reflection expr

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed May 30, 2024
    Configuration menu
    Copy the full SHA
    99e6528 View commit details
    Browse the repository at this point in the history
  3. style: revert some changes

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed May 30, 2024
    Configuration menu
    Copy the full SHA
    44b62f0 View commit details
    Browse the repository at this point in the history
  4. style: remove tabs

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a13d5e8 View commit details
    Browse the repository at this point in the history
  5. style: remove tabs

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6772510 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. refactor: improve wording in warning

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7be17b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. refactor: replace hardcoded lines in tests

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    bfdfdd6 View commit details
    Browse the repository at this point in the history
  2. fix: false positive warning during parsing rvalue of type meta::info

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    a736536 View commit details
    Browse the repository at this point in the history
  3. refactor: rename and move test to Reflection folder

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    3554cdb View commit details
    Browse the repository at this point in the history
  4. refactor: change wording in warning

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    af2a8c1 View commit details
    Browse the repository at this point in the history
  5. fix typo

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    5bb406e View commit details
    Browse the repository at this point in the history
  6. test: add more test cases

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    a2aead4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. test: add more test cases

    Signed-off-by: Valentyn Yukhymenko <[email protected]>
    BaLiKfromUA committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    07bba7b View commit details
    Browse the repository at this point in the history