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

checker: fix comptime if branch checking #16938

Merged
merged 15 commits into from
Jan 14, 2023

Commits on Jan 10, 2023

  1. fix comptime if checking

    felipensp committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    53182ce View commit details
    Browse the repository at this point in the history
  2. add test

    felipensp committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    f915e26 View commit details
    Browse the repository at this point in the history
  3. fix

    felipensp committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    0412ad8 View commit details
    Browse the repository at this point in the history
  4. fix

    felipensp committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    3582a02 View commit details
    Browse the repository at this point in the history
  5. fix

    felipensp committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    aeccdf6 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    f804ce6 View commit details
    Browse the repository at this point in the history
  2. Update return.v

    felipensp committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    782785c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07c429c View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fix_comptime_if_checker' of https://github.com/felipensp/v

     into fix_comptime_if_checker
    felipensp committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    46a910d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    dd663c2 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    cc018c6 View commit details
    Browse the repository at this point in the history
  2. replace the always passing test, with 2 test files, that test both th…

    …e compile time error, and the now passing expansion without $compile_error
    spytheman committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    61240ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dad2e34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e94e6b View commit details
    Browse the repository at this point in the history
  5. Revert "restore vlib/v/checker/return.v"

    This reverts commit dad2e34.
    spytheman committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    a2adc8a View commit details
    Browse the repository at this point in the history