Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: esimonov/ifshort
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.3
Choose a base ref
...
head repository: esimonov/ifshort
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.4
Choose a head ref
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on Nov 17, 2021

  1. Fix issue #22

    Eugene Simonov committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    1956076 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

  1. Fix a few edge cases due to missing ast node types

    * Traverse Unary expressions in if statements
    * Traverse else blocks
    
    This fixes both false positives and negatives resulting from
    previously ignoring uses of variables in the above node types.
    ezimanyi committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    b2c7223 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Merge pull request #25 from ezimanyi/fix-edge-cases

    Fix a few edge cases due to missing ast node types
    esimonov authored Dec 23, 2021
    Configuration menu
    Copy the full SHA
    5d70754 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. Use Go 1.17

    Eugene Simonov committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    93096fe View commit details
    Browse the repository at this point in the history
  2. Use Go 1.17 in Actions

    Eugene Simonov committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    8e86935 View commit details
    Browse the repository at this point in the history
  3. Go mod tidy

    Eugene Simonov committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    4f6df33 View commit details
    Browse the repository at this point in the history
  4. Fix issue #13

    Eugene Simonov committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    740c8ac View commit details
    Browse the repository at this point in the history
  5. Reorder cases alphabetically

    Eugene Simonov committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    40f774e View commit details
    Browse the repository at this point in the history
Loading