This repository was archived by the owner on Sep 22, 2022. It is now read-only.
Releases: scalameta/fastpass
Releases · scalameta/fastpass
Fastpass v2.2.0
Pull Requests
- Small Thrift fixes (#138) @Duhemm
- Substitute protobuf java ijar for full jar (#137) @Duhemm
- Collect inputs of Javac mnemonic (#135) @Duhemm
- Use pants only if pants is explicitly requested (#136) @Duhemm
- Add support for Thrift targets (#128) @Duhemm
- Support
java_sources
given with short form label (#134) @Duhemm - Fix default globs for
junit_tests
targets (#132) @Duhemm - Bump actions/cache from 3.0.5 to 3.0.8 (#133) @dependabot
- Always set working directory JVM option (#131) @Duhemm
- Fix after flip default import mode from Pants to Bazel (#130) @mikkoziel
- Don't import in IDE targets tagged with
no-ide
(and possiblymanual
) (#129) @mikkoziel - Support
java_sources
inscala_library
targets (#127) @Duhemm - Handle base directory conflicts between targets (#126) @Duhemm
- Dealias targets before importing (#125) @Duhemm
- Changed options --bazel to --pants to change default import type (#124) @mikkoziel
- Extract Java compiler options from build (#123) @Duhemm
- Avoid pulling in unnecessary java bootclasspath (#121) @Duhemm
- Bump actions/setup-python from 3 to 4 (#104) @dependabot
- Bump actions/cache from 3.0.4 to 3.0.5 (#117) @dependabot
- Fix ci (#122) @Duhemm
- Format the libraries.json file (#120) @odisseus
- Fix go to definition on Thrift symbols in IntelliJ (#119) @Duhemm
- Added filter rules for targets to build (#118) @mikkoziel
Fastpass v2.2.0-RC1
Pull Requests
- Collect inputs of Javac mnemonic (#135) @Duhemm
- Use pants only if pants is explicitly requested (#136) @Duhemm
- Add support for Thrift targets (#128) @Duhemm
- Support
java_sources
given with short form label (#134) @Duhemm - Fix default globs for
junit_tests
targets (#132) @Duhemm - Bump actions/cache from 3.0.5 to 3.0.8 (#133) @dependabot
- Always set working directory JVM option (#131) @Duhemm
- Fix after flip default import mode from Pants to Bazel (#130) @mikkoziel
- Don't import in IDE targets tagged with
no-ide
(and possiblymanual
) (#129) @mikkoziel - Support
java_sources
inscala_library
targets (#127) @Duhemm - Handle base directory conflicts between targets (#126) @Duhemm
- Dealias targets before importing (#125) @Duhemm
- Changed options --bazel to --pants to change default import type (#124) @mikkoziel
- Extract Java compiler options from build (#123) @Duhemm
- Avoid pulling in unnecessary java bootclasspath (#121) @Duhemm
- Bump actions/setup-python from 3 to 4 (#104) @dependabot
- Bump actions/cache from 3.0.4 to 3.0.5 (#117) @dependabot
- Fix ci (#122) @Duhemm
- Format the libraries.json file (#120) @odisseus
- Fix go to definition on Thrift symbols in IntelliJ (#119) @Duhemm
- Added filter rules for targets to build (#118) @mikkoziel
Fastpass v2.1.0
Pull Requests
- Minor cleanup in Bazel queries (#116) @Duhemm
- Bump to Bloop 1.5.2-10-02877e3b (#115) @Duhemm
- Preliminary support for jvm_app (#114) @Duhemm
- Support Java targets with large classpaths (#113) @Duhemm
- Infer current project in most commands (#112) @Duhemm
- Mark as source root targets with empty globs (#111) @Duhemm
- Extract main class attribute from targets (#110) @Duhemm
- Produce resolution only once (#109) @Duhemm
- Clean stale bloop files after import (#108) @Duhemm
- Set sources in project-root instead of resources (#107) @Duhemm
- Approximate source root for target (#106) @Duhemm
- Copy source jars and binaries in same directory (#105) @Duhemm
- Refine dependencies to build (#102) @Duhemm
- Add
--ignore-cache
flag to ignore cache (#103) @Duhemm - Bump actions/cache from 3.0.2 to 3.0.4 (#101) @dependabot
- Consider
.srcjar
as source jars (#99) @Duhemm - Disable Pants tests (#100) @Duhemm
Fastpass v2.0.1
Merge pull request #98 from Duhemm/cache-path Rebase artifact path to right bin directory
Fastpass v2.0.0
Fastpass v2.0.0-RC2
Fastpass v2.0.0-RC1
Pull Requests
- Infer enclosing resources root (#92) @Duhemm
- Export action graph as textproto instead of proto (#91) @Duhemm
- Generate synthetic project root (#90) @Duhemm
- Include
scala_binary
targets (#89) @Duhemm - Infer
--bazel
and translate target specs (#87) @Duhemm - Support targets that can't be read by buildozer (#86) @Duhemm