-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: koalaman/shellcheck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: koalaman/shellcheck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ebuild
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 14 files changed
- 3 contributors
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e3d8483 - Browse repository at this point
Copy the full SHA e3d8483View commit details -
New IO interface to scan for Gentoo eclass vars
Uses the `portageq` command to scan for repositories, which in turn are scanned for eclasses, which are then scanned for eclass variables. The variables are scanned using a heuristic which looks for "# @ECLASS_VARIABLE: " at the start of each line, which means only properly documented variables will be found. Signed-off-by: hololeap <hololeap@users.noreply.github.com>Configuration menu - View commit details
-
Copy full SHA for 08ae7ef - Browse repository at this point
Copy the full SHA 08ae7efView commit details
Commits on Aug 5, 2023
-
Scan for Gentoo eclass variables
Creates a Map of eclass names to eclass variables by scanning the system for repositories and their respective eclasses. Runs `portageq` to determine repository names and locations. Emits a warning if an IOException is caught when attempting to run `portageq`. This Map is passed via CheckSpec to AnalysisSpec and finally to Parameters, where it is read by `checkUnusedAssignments` in order to determine which variables can be safely ignored by this check. Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 272ef81 - Browse repository at this point
Copy the full SHA 272ef81View commit details -
Remove PortageAutoInternalVariables and python
The Gentoo eclass list is now populated using pure Haskell. The old python generators and generated module are no longer needed. Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fc9b63f - Browse repository at this point
Copy the full SHA fc9b63fView commit details -
Switch to attoparsec for gentoo scan
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for dfa920c - Browse repository at this point
Copy the full SHA dfa920cView commit details
Commits on Aug 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0138a6f - Browse repository at this point
Copy the full SHA 0138a6fView commit details
Commits on Aug 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 87ef5ae - Browse repository at this point
Copy the full SHA 87ef5aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for feebbbb - Browse repository at this point
Copy the full SHA feebbbbView commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ce3414e - Browse repository at this point
Copy the full SHA ce3414eView commit details
Commits on Oct 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e59fbfe - Browse repository at this point
Copy the full SHA e59fbfeView commit details
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c9b8ad3 - Browse repository at this point
Copy the full SHA c9b8ad3View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...ebuild