Sign in
bazel
/
bazel
/
8c3b3fba3f68833bd97d3df2db9c48f0539efc3b
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
skyframe
/
EnvironmentBackedRecursivePackageProvider.java
8c3b3fb
Failures early in package loading will now fail all --keep_going builds.
by adgar
· 6 years ago
d52f31d
Add .bazelignore content to blacklisted subdirectories in cquery and aquery's
by leba
· 6 years ago
6aff507
Audit the codebase for more bugs like the recently-fixed one with
by nharmata
· 6 years ago
b8ac792
Fix long-standing bug with Blaze's exit code in --keep_going mode when encountering a package loading error during target pattern parsing of patterns like "//foo:all" and "//foo/...".
by nharmata
· 6 years ago
6f8e36b
getPackagesUnderDirectory: drop irrelevant blacklisting
by Klaus Aehlig
· 7 years ago
602cc85
Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.
by shahan
· 7 years ago
fbd9e6d
Remove CachingPackageLocator interface from the PackageProvider hierarchy
by ulfjack
· 7 years ago
42025b2
Consolidate fields and methods of recursive package providers into an abstract class. This is also helpful for the new recursive package provider I'll be adding to support recursive patterns in cquery.
by juliexxia
· 7 years ago
ee6a686
Introduce Root class.
by tomlu
· 7 years ago
f071102
Properly report missing external repositiones during pattern evaluation.
by Dmitry Lomov
· 7 years ago
e5fb5f0
Fix getBuildFiles to not assume BUILD is the name of the build file.
by John Cater
· 7 years ago
a155b53
Replace all usages of Blaze's Preconditions class with guava.
by tomlu
· 7 years ago
8d874b0
Fix bug where all three implementations of RecursivePackageProvider#getPackagesUnderDirectory assumed that the given directory needed to be strictly underneath all directories in the given blacklistedSubdirectories set, yet the callsites were calling this method such that the given directory was not-necessarily-strictly underneath the blacklistedSubdirectories.
by nharmata
· 7 years ago
de0c535
Generalize some of methods in TargetPattern, PrepareDepsOfPatternValue, and RecursivePackageProvider dealing with the concept of "excluded directories".
by nharmata
· 8 years ago
8112a56
Inline AttributeContainer.ATTRIBUTE_CONTAINER_FACTORY and PathFragment.TO_PATH_FRAGMENT
by laurentlb
· 8 years ago
8989e19
Rewrite repository lookup to return a failed value rather than throw
by ulfjack
· 8 years ago
fb2d38b
Improve query error msg when a package has a broken Skylark load
by Mark Schaller
· 8 years ago
777b30d
Provide more reporting options to SkyFunctions
by Klaus Aehlig
· 8 years ago
3c0adb2
Allow Skyframe graph lookups and value retrievals to throw InterruptedException.
by Janak Ramakrishnan
· 9 years ago
d7d6d62
Don't keep packages in the default repository around after loading.
by Brian Silverman
· 9 years ago
734e7f7
Parse the workspace name when a repository is loaded
by Kristina Chodorow
· 9 years ago
ec5c07a
Move RepositoryName to its own top-level class
by Kristina Chodorow
· 9 years ago
7b8dbeb
Add bulk package lookup for use during target pattern resolution.
by Eric Fellheimer
· 9 years ago
6df8179
Use Bazel Preconditions variant which avoids varargs array creation
by Mark Schaller
· 9 years ago
c7106d4
Make recursive package wildcards work in remote repositories.
by Lukacs Berki
· 9 years ago
f88f4d8
Rationalize copyright headers
by Damien Martin-Guillerez
· 10 years ago
d72db8d
Thread the repository name all the way from TargetPatternResolver to RecursivePkgFunction.
by Lukacs Berki
· 10 years ago
6e91eb9
Move Label from the lib.syntax to the lib.cmdline package so that:
by Lukacs Berki
· 10 years ago
0a4c6e4
Stop throwing an exception if a Package was successfully created but contains errors. Instead, require callers to process the package and throw if they need to.
by Janak Ramakrishnan
· 10 years ago
73fa203
Move PackageIdentifier to cmdline
by Kristina Chodorow
· 10 years ago
33aa1e1
Make globs work in remote repositories.
by Lukacs Berki
· 10 years ago
b21df3d
Rollback of accidentally submitted change.
by Lukacs Berki
· 10 years ago
7d02845
Make globs work in remote repositories.
by Lukacs Berki
· 10 years ago
b815432
Extract, reuse excluded directory assertion
by Mark Schaller
· 10 years ago
3062abb
Make MissingDepException static
by Mark Schaller
· 10 years ago
f7ff616
Properly handle exceptions that RecursivePkgFunction can encounter, instead of silently swallowing them.
by Janak Ramakrishnan
· 10 years ago
f6e32d6
Teach skyframe about excluded directories, paths
by Mark Schaller
· 10 years ago
b889cf3
On-the-fly target pattern resolution in SkyQueryEnvironment
by Mark Schaller
· 10 years ago