Skip to main content

Go language support for pants.

Project description

Pants is an Apache2 licensed build tool written in Python.

The latest documentation can be found here.

1.4.x Stable Releases

This document describes releases leading up to the 1.4.x stable series.

1.4.0rc0 (01/12/2018)

The first release candidate for the 1.4.x stable branch.

It’s been many months since the 1.3.x branch was cut: part of this was due to a decision to tie “enabling pantsd by default” to the 1.4.0 release. It’s taken longer to stabilize pantsd than we initially anticipated, and while we’re very nearly comfortable with enabling it by default, we believe that we should be prioritizing frequent stable minor releases over releases being tied to particular features. So let’s do this thing!

New Features

  • Introduce a single-target mode to JUnitRun. (#5302) PR #5302

  • Remote ByteStore can write to a CAS (#5293) PR #5293

  • Improvements to the kythe extractor and indexer tasks. (#5297) PR #5297

API Changes

  • Rename the kythe package to codeanalysis (#5299) PR #5299

Bugfixes

  • Fix junit code coverage to be off by default. (#5306) PR #5306

  • Actually use the merge and report tool classpaths. (#5308) PR #5308

  • url quote classpath in MANIFEST.MF (#5301) PR #5301

  • Fix coursier resolve missing excludes for classpath product (#5298) PR #5298

  • Fix junit caching under coverage. (#5289) PR #5289

  • mypy plugin: add support for a mypy config file (#5296) PR #5296

  • Make the ivy resolution confs participate in the fingerprint. (#5270) PR #5270

  • Check in fs_util lockfile (#5275) PR #5275

Refactoring, Improvements, and Tooling

  • [pantsd] Add debug logging utils. (#5313) PR #5313

  • Move grpc mocks to their own crate (#5305) PR #5305

  • Move hashing utilities into their own crate (#5304) PR #5304

  • Merge coverage per-batch. (#5286) PR #5286

  • Update cargo lockfiles (#5291) PR #5291

  • Install packages required to build a pants release (#5292) PR #5292

  • travis_ci Dockerfile actually works not on travis (#5278) PR #5278

  • Update grpcio to 0.2.0 (#5269) PR #5269

1.4.0.dev27 (01/05/2018)

New Features

  • Support for finding all the targets derived from a given target. (#5271) PR #5271

  • Support merging of junit xml in reports. (#5257) PR #5257

Bugfixes

  • [pantsd] Scrub PANTS_ENTRYPOINT env var upon use. (#5262) PR #5262

  • Fix junit report data loss under batching. (#5259) PR #5259

  • add safe extract for archivers (#5248) PR #5248

Refactoring, Improvements, and Tooling

  • Bump rust version. (#5274) PR #5274

  • Deprecate legacy junit “public” workdir reports. (#5267) PR #5267

  • Upgrade to jacoco 0.8.0. (#5268) PR #5268

  • [pantsd] Kill dead method. (#5263) PR #5263

  • Give travis just the AWS permissions it needs. (#5261) PR #5261

  • Relocate stable_json_sha1 to hash_utils. (#5258) PR #5258

1.4.0.dev26 (12/30/2017)

New Features

  • Add [resolve.coursier] as an experimental task (#5133) PR #5133

  • mypy contrib plugin (#5172) PR #5172

Bugfixes

  • Swap stdio file descriptors at the os level (#5247) PR #5247

  • Don’t render cancelled nodes in trace (#5252) PR #5252

  • Correction on ensure_resolver (#5250) PR #5250

Refactoring, Improvements, and Tooling

  • Support fetching sources and javadoc in export using coursier (#5254) PR #5254

1.4.0.dev25 (12/22/2017)

New Features

  • Integrate PEX interpreter selection based on target-level interpreter compatibility constraints (#5160) PR #5160

  • Import statements can be banned in BUILD files (#5180) PR #5180

Bugfixes

  • revert log statement edits from #5170 that break console logging (#5233) PR #5233

  • [pantsd] Repair daemon lifecycle options fingerprinting. (#5232) PR #5232

  • use task fingerprint for build invalidation to avoid results_dir clashes (#5170) PR #5170

Refactoring, Improvements, and Tooling

  • [pantsd] Bump watchman version. (#5238) PR #5238

  • [pantsd] Improve stream latency by disabling Nagle’s algorithm. (#5237) PR #5237

  • Log and increase pantsd startup timeout (#5231) PR #5231

  • [pantsd] Improve artifact cache progress output when daemon is enabled. (#5236) PR #5236

  • download_binary.sh takes hostname as a parameter (#5234) PR #5234

  • Kill noisy NodeModule.__init__() debug logging. (#5215) PR #5215

  • TargetRoots always requires options (#5217) PR #5217

1.4.0.dev24 (12/16/2017)

API Changes

  • Add –ignore-optional commandline flag for yarn install process. (#5209) PR #5209

New Features

  • contrib plugin for Avro/Java code generation (#5144) PR #5144

  • Release fs_util as part of the regular release (#5196) PR #5196

Bugfixes

  • Cross-compiling Go binaries works (#5197) PR #5197

Refactoring, Improvements, and Tooling

  • Log if artifact downloads are slow (#5208) PR #5208

  • [pantsd] Improve service locking. (#5201) PR #5201

  • Fix RunTracker re-initialization with pantsd (#5211) PR #5211

  • [pantsd] Catch ESRCH on os.kill of pantsd-runner. (#5213) PR #5213

  • Update junit-runner to 1.0.23 (#5206) PR #5206

  • Reset swappable streams in JUnit runner before closing the TeeOutputStreams to the log files and close XML Files after use (#5204) PR #5204

  • Use centos6 in travis, and remove the wheezy image. (#5202) PR #5202

  • Add a centos6 Dockerfile (#5167) PR #5167

  • Add integration test to cover the fix for #5169. (#5192) PR #5192

  • [pantsd] Repair stdio truncation. (#5156) PR #5156

1.4.0.dev23 (12/08/2017)

API Changes

  • Relativize the classpaths that are recorded during a JVM compile (#5139) PR #5139

New Features

  • fs_util backfills from remote CAS if –server-address is set (#5179) PR #5179

  • Store backfills from a remote CAS (#5166) PR #5166

  • ByteStore impl for reading from the gRPC ContentAddressableStorage service (#5155) PR #5155

  • Add the ability to build a pex to the release script (#5159) PR #5159

Bugfixes

  • Installing a duplicate task into a goal should not throw error if replace=True (#5188) PR #5188

  • Close suiteCaptures after all tests are finished instead of after each test (#5173) PR #5173

  • Fix thrift handling in the new python pipeline. (#5168) PR #5168

  • [pantsd] Improve SIGQUIT handling in the thin client. (#5177) PR #5177

  • Fix showing test output that happens after the tests are finished (#5165) PR #5165

  • Post suffixed-wheel release fixups (#5152) PR #5152

Refactoring, Improvements, and Tooling

  • Remove scheduler lock (#5178) PR #5178

  • Kill obsolete ThritNamespacePackagesTest. (#5183) PR #5183

  • Prefactor Store wrapper (#5154) PR #5154

1.4.0.dev22 (12/01/2017)

API Changes

  • Refer to Buildozer 0.6.0.dce8b3c287652cbcaf43c8dd076b3f48c92ab44c (#5107) PR #5107 PR #154

New Features

  • go fetching handles multiple meta tags (#5119) PR #5119

  • Snapshots can be captured as store-backed Directories as well as tar files. (#5105) PR #5105

Bugfixes

  • Re-generate protos if the proto compiler changes (#5138) PR #5138

  • Update gRPC to fix OSX compile issues (#5135) Issue #4975 PR #5135

  • Use a particular git SHA to stabilize binary fetching. (#5137) PR #5137

  • Remove requirement for root build file in changed (#5134) PR #5134

  • Kill background cargo fetch on ^C (#5128) Issue #5125 PR #5128

  • Expose jax_ws_library target in jax_ws plugin. (#5122) PR #5122

Refactoring, Improvements, and Tooling

  • Build suffixed pants wheels for non-releases (#5118) PR #5118

  • Change meta-rename options to non-advanced (#5124) PR #5124

  • Remove GetNode trait (#5123) PR #5123

  • Async Store (#5117) PR #5117

  • Fix references to missing content (copied from internal doc). (#5015) PR #5015

1.4.0.dev21 (11/17/2017)

Refactoring, Improvements, and Tooling

  • Extract resettable pool logic for reuse (#5110) PR #5110

  • Update rust to 1.21.0 (#5113) PR #5113

  • Make SelectTransitive a Node in the graph again. (#5109) PR #5109

  • is_ignored takes a Stat, not a Path and bool (#5112) PR #5112

  • Allow file content digests to be computed and memoized in the graph (#5104) PR #5104

  • Remove inlining in favor of executing directly (#5095) PR #5095

  • Introduce a Digest type (#5103) PR #5103

  • Move snapshot to its own file (#5102) PR #5102

  • Use (git)ignore to implement excludes (#5097) PR #5097

  • Include mode in engine cache key (#5096) PR #5096

  • Update hex to 0.3.1 (#5094) PR #5094

  • Rename local_store_path arg to local-store-path (#5092) PR #5092

  • fs_util directory save takes root (#5074) PR #5074

Documentation Updates

  • Update confluence deprecation warning (#5098) PR #5098

  • Add scalac strict_dep error regexes and update logic to compare partial classnames to target closure’s classes (#5093) PR #5093

1.4.0.dev20 (11/11/2017)

New Features

  • Allow custom definition of Python PEX shebang (#3630) (#4514) PR #3630

  • Support running python tests in the pex chroot. (#5033) PR #5033

API Changes

Bugfixes

  • Fix PythonInterpreterCache. (#5089) PR #5089

  • Call wsimport script instead of using tools.jar so jax-ws will work on java 9 (#5078) PR #5078

Refactoring, Improvements, and Tooling

  • Prepare the second release candidate. (#5088) PR #5088

  • Inline mis-documented select_interpreter method. (#5085) PR #5085

  • fs_util cat <fingerprint> (#5066) PR #5066

  • Add support for proxying stdin with pantsd (#5040) PR #5040

  • fs_util directory cat-proto supports text format output (#5083) PR #5083

  • Add a VFS impl for PosixFS. (#5079) PR #5079

  • fs_util directory materialize (#5075) PR #5075

  • Fix broken test due to changed git cmd line (#5076) PR #5076

  • Canonicalize path before taking its parent (#5052) PR #5052

  • Fix test compile (#5069) PR #5069 PR #5065

  • fs_util directory cat-proto <fingerprint> (#5065) PR #5065

  • fs_util exits 2 for ENOENT (#5064) PR #5064

  • Fixup sdist release. (#5067) PR #5067

  • Fixup ./build-support/bin/release.sh -t. (#5062) PR #5062

1.4.0.dev19 (11/04/2017)

Refactoring, Improvements, and Tooling

  • Pass the color option through to the report factory. (#5055) PR #5055

  • Output size as well as fingerprint (#5053) PR #5053

  • [pantsd] Daemon lifecycle for options changes. (#5045) PR #5045

  • Convert fs_util to use futures (#5048) PR #5048

  • PosixFS can create a Stat from a Path (#5047) PR #5047

  • PosixFS can read file contents (#5043) PR #5043

  • Bump to zinc 1.0.3. (#5049) Issue #389, PR #5049

  • fs::Stat::File includes whether a file is executable (#5042) PR #5042

  • Add configurable message when missing-deps-suggest doesn’t have suggestions (#5036) PR #5036

  • Use split_whitespace for parsing of cflags. (#5038) PR #5038

Bugfixes

  • [pantsd] Set sys.argv correctly on pantsd-runner fork. (#5051) PR #5051

  • Fix JarCreate invalidation in the presence of changing resources. (#5030) PR #5030

Documentation Updates

  • Minor improvement on dep-usage doc (#5041) PR #5041

  • Add documentation about strict deps (#5025) PR #5025

1.4.0.dev18 (10/29/2017)

New Features

  • Dedup dependencies output (#5029) PR #5029

  • [simple-code-gen] extension point for injecting extra exports (#4976) PR #4976

Refactoring, Improvements, and Tooling

  • Use the script verified identity when signing. (#5032) PR #5032

  • Have twine use the previously established pgp key during release. (#5031) PR #5031

1.4.0.dev17 (10/27/2017)

New Features

API Changes

  • [pantsd] Launch the daemon via a subprocess call. (#5021) PR #5021

  • Fix support for custom javac definitions (#5024) PR #5024

  • Transform scopes in pants.ini that have been subsumed by global options. (#5007) PR #5007

  • Coverage isn’t enabled by default (#5009) PR #5009 PR #4881

Refactoring, Improvements, and Tooling

  • Content-addressable {file,directory} store and utility (#5012) PR #5012

  • Use the service deps if the target declares an exception. (#5017) PR #5017

  • Pass references to Paths (#5022) PR #5022

  • Replace Blake2 with Sha256 (#5014) PR #5014

  • Revert pytest successful test caching in CI. (#5016) PR #5016

  • Fingerprint has from_hex_string, as_bytes, Display, and Debug (#5013) PR #5013

  • Fix memory leak in ./pants changed (#5011) PR #5011

  • Prune travis cache (#5006) PR #5006

  • Utility to tee subprocess output to sys.std{out,err} and a buffer (#4967) PR #4967

1.4.0.dev16 (10/20/2017)

New Features

  • Add buildrefactor to contrib and buildozer goal (#4921) PR #4921

  • Allow in-repo scalac plugins to have in-repo deps. (#4987) PR #4987

  • Add plugin for scalafix (#4635) PR #4635

Documentation Updates

Bugfixes

  • Invalidate parent directories (#5000) PR #5000

  • Enforce quiet option if not hardcoded (#4974) PR #4974

  • Refer to correct location of variable (#4994) PR #4994

  • Fix setting of PEX_PATH in ./pants run (v2 backend) (#4969) PR #4969

  • Repair pytest timeout tests. (#4972) PR #4972

  • Add node_module .bin path to node / npm / yarnpkg execution path. (#4932) Issue #18233 PR #4932 PR #15900

Refactoring, Improvements, and Tooling

  • Reduce time/package requirements on binary-builder shards (#4992) PR #4992

  • [pantsd] Launch the daemon via the thin client. (#4931) PR #4931

  • Extract fs and boxfuture crates (#4985) PR #4985

  • process_executor binary can do remote execution (#4980) PR #4980

  • Fix some minor textual and shell nits (#4841) PR #4841

  • Use more generic portion of requests exception message in tests. (#4981) PR #4981

  • Include target addresses which trigger deprecation warnings (#4979) PR #4979

  • Remote process execution works more generally (#4937) PR #4937

  • Extend timeout for cargo fetching git repos (#4971) PR #4971

  • Ignore Cargo.lock files for libraries (#4968) PR #4968

  • rm unused strategy concept from simple code gen tests (#4964) PR #4964

  • Fetch go and cmake as part of bootstrap (#4962) PR #4962 PR #45

  • Make sure .cargo/config is respected for all cargo invocations (#4965) PR #4965

  • Restore to specifying /travis/home as a volume (#4960) PR #4960

  • Engine can request process execution via gRPC (#4929) PR #4929

  • Add back sdist generation and deployment. (#4957) PR #4957

1.4.0.dev15 (10/7/2017)

New Features

  • Send timing/cache report to stderr (#4946) PR #4946

  • Allow users to tell pants where to look for python interpreters (#4930) PR #4930

Bugfixes

  • Fix BundleIntegrationTest. (#4953) PR #4953

  • Pin Rust version to 1.20.0 (#4941) PR #4941

  • Remove bad string (#4942) PR #4942

Refactoring, Improvements, and Tooling

  • Load the native engine lib from a pkg_resource. (#4914) PR #4914

  • Switch from rust-crypto to sha2 (#4951) PR #4951

  • Exclude target directories from rustfmt (#4950) PR #4950

  • Update tar to a released version (#4949) PR #4949

  • Mention name of binary we can’t find (#4947) PR #4947

  • Reformat rust files (#4948) PR #4948

  • Bump cffi dep to latest (1.11.1). (#4944) PR #4944

  • Upgrade gcc to cc 1.0 (#4945) PR #4945

  • Preserve soft excludes bug while removing duplicates (#4940) PR #4940

  • Move –open-with under idea-plugin to regular options (#4939) PR #4939

  • Memoize strict deps and exports (#4934) PR #4934

  • Use uname in place of arch. (#4928) PR #4928

  • Update futures to 0.1.16 and futures-cpupool to 0.1.6 (#4925) PR #4925

1.4.0.dev14 (10/2/2017)

New Features

  • Engine can work with Bazel Remote Execution API (#4910) PR #4910

  • Add lint and fmt goal for javascript style rules checking (#4785) PR #4785

API Changes

  • managed_jar_dependencies: allow target()’s with jar_library dependencies (#4742) PR #4742

Bugfixes

  • Error if the wrong subprocess is imported (#4922) PR #4922

  • Avoid os.fork() prior to stats upload. (#4919) PR #4919

  • Repair requests range pin to include higher versions. (#4916) PR #4916

  • Use Jessie not Weezy for docker image on travis (#4912) PR #4912

  • Fixup build script to rebuild only when needed. (#4908) PR #4908

  • Fix -Wstrict-prototypes warnings (#4902) PR #4902

Refactoring, Improvements, and Tooling

  • Install cmake on travis (#4923) PR #4923

  • Use newer protoc and older debian (#4918) PR #4918 PR #40

  • Refactor code coverage in preparation for adding a new coverage engine (jacoco) (#4881) PR #4881

  • Improve performance of simple codegen. (#4907) PR #4907

  • Implement local process execution in rust (#4901) PR #4901

  • Improve –cache-ignore performance. (#4905) PR #4905

  • Script to run sub-crate tests (#4900) PR #4900

  • Run rust tests on travis (#4899) PR #4899

  • Remove obsolete target-specific scripts (#4903) PR #4903

  • Re-build Bazel gRPC if the build script changes (#4924) PR #4924

1.4.0.dev13 (9/25/2017)

New Features

  • Support wheels when loading plugins. (#4887) PR #4887

API Changes

  • Remove python 2.6 support completely. (#4871) PR #4871

  • Bump pyopenssl==17.3.0 (#4872) PR #4872

  • Error on task name reuse for a particular goal (#4863) PR #4863

Bugfixes

  • Release native engine binaries for OSX 10.13. (#4898) PR #4898

  • Add default routing for OSX High Sierra binaries. (#4894) PR #4894

  • Reduce BUILD file parse pollution (#4892) PR #4892

  • Exit with error on error bootstrapping cffi (#4891) PR #4891

  • Only generate Android resource deps when needed. (#4888) PR #4888

  • Re-pin to 2017Q2 TravisCI image. (#4869) PR #4869

Documentation Updates

  • Update the committer docs. (#4889) PR #4889

Refactoring, Improvements, and Tooling

  • Refactor test partitioning. (#4879) PR #4879

  • Leverage subprocess32 subprocess backports. (#4851) PR #4851

  • Customize native engine build through code (#4876) PR #4876

  • Move to SymbolTable/Parser instances (#4864) PR #4864

1.4.0.dev12 (9/13/2017) [UNRELEASED]

NB: 1.4.0.dev12 was never released to pypi due to technical difficulties; its changes were rolled up into 1.4.0.dev13 and released with it.

API Changes

  • Use @files for javadoc so it runs with a longer command line and add doc exclude patterns option (#4842) PR #4842

  • Migrate BinaryUtil options to bootstrap options. (#4846) PR #4846

Bugfixes

  • Clean up stray pantsd-runner processes (#4835) PR #4835

Refactoring, Improvements, and Tooling

  • Re-add requests[security] and pin pyOpenSSL==17.1.0 to avoid deprecation warning. (#4865) PR #4865

  • Repair BinaryNotFound due to sslv3 alert handshake failure. (#4853) PR #4853

  • [pantsd] Improve locking. (#4847) PR #4847

  • Upgrade pex to latest. (#4843) PR #4843

1.4.0.dev11 (9/1/2017)

Bugfixes

  • Centralize options tracking in the Parser. (#4832) PR #4832

Refactoring, Improvements, and Tooling

  • Bump petgraph to 0.4.5 (#4836) PR #4836

1.4.0.dev10 (8/25/2017)

New Features

  • Add optional chrooting for junit tests. (#4823) PR #4823

Bugfixes

  • Always return a bool from SetupPy.has_provides(). PR #4826

Refactoring, Improvements, and Tooling

  • Point binary URLs off to CNAMES we own. (#4829) PR #4829

  • Stop dual-publishing the docsite. (#4828) PR #4828

1.4.0.dev9 (8/18/2017)

Bugfixes

  • Ensure setup-py runs with all interpreter extras. (#4822) PR #4822

  • Fixup erroneous exc attribute access. (#4818) PR #4818

Refactoring, Improvements, and Tooling

  • Turn on pytest successful test caching in CI. (#4819) PR #4819

  • Only attempt deploys on appropriate shards. (#4816) PR #4816

  • Fix s3 deploy to use copies instead of a symlink. (#4814) PR #4814

  • Fix the S3 upload in the travis deploy. (#4813) PR #4813

1.4.0.dev8 (8/11/2017)

New Features

  • Add support for junit (successful) test caching. (#4771) PR #4771

API Changes

  • Kill custom binaries.baseurls. (#4809) PR #4809

  • Partition and pass JVM options to scalafmt (#4774) PR #4774

Bugfixes

  • [python-repl] pass env through to repl (#4808) PR #4808

  • Switch default binary-baseurls to s3 (#4806) PR #4806

  • Work around bintray outage. (#4801) PR #4801

  • Fix has_sources. (#4792) PR #4792

Refactoring, Improvements, and Tooling

  • Zinc 1.0.0-RC3 memory and output improvements (#4807) PR #4807

  • Improve performance by not re-fingerprinting codegen’d sources. (#4789) PR #4789

  • Add per-target zinc compile stats (#4790) PR #4790

  • Add support for publishing native-engine to s3. (#4804) PR #4804

  • Introduce a loose Files target. (#4798) PR #4798

  • Upgrade default go to 1.8.3. (#4799) PR #4799

  • Deprecate unused go_thrift_library.import_path. (#4794) PR #4794

  • Cleanup cpp targets. (#4793) PR #4793

  • Simplify _validate_target_representation_args. (#4791) PR #4791

  • Init the native engine from bootstrap options. (#4787) PR #4787

  • [pantsd] Add faulthandler support for stacktrace dumps. (#4784) PR #4784

  • Cleanup CI deprecation warnings. (#4781) PR #4781

  • Kill -XX:-UseSplitVerifier. (#4777) PR #4777

1.4.0.dev7 (7/28/2017)

Refactoring, Improvements, and Tooling

  • Update to zinc 1.0.0-RC3 (#4775) Issue #355, Issue #355 PR #4775

  • Don’t require an scm for local publishes. (#4773) PR #4773

  • Simplify argutil::ensure_arg. (#4768) PR #4768

  • Small cleanups in the JunitRun codebase. (#4767) PR #4767

  • Add support for compiling thrift split across multiple files in go. (#4766) PR #4766

1.4.0.dev6 (7/21/2017)

API Changes

  • Conditionally support multiple thrift files for go_thrift_gen (#4759) PR #4759

Refactoring, Improvements, and Tooling

1.4.0.dev5 (7/14/2017)

API Changes

  • ScroogeGen passes through fatal_warnings argument (#4739) PR #4739

  • Bump pex version to 1.2.8. (#4735) PR #4735

  • Deprecate the –config-override option. (#4715) PR #4715

Bugfixes

  • Improve pytest result summaries. (#4747) PR #4747

  • Include passthru args in task option fingerprints. (#4745) PR #4745

  • Fingerprint a bunch of go options. (#4743) PR #4743

  • Fix rpc style in compiler_args check. (#4730) PR #4730

  • Revert “Alias –pants-config-files to -c.” (#4718) PR #4718

  • Ensure that invalidation works correctly when state is reverted. (#4709) PR #4709

  • Fixup PytestRun error handling. (#4716) PR #4716

  • Fix option bootstrapping config application order. (#4714) PR #4714

  • Ensure that target root order is preserved (#4708) PR #4708

Documentation Updates

Refactoring, Improvements, and Tooling

  • Improve transitive resolve package checking in tests. (#4738) PR #4738

  • Extract a zinc subsystem to allow for more entrypoints (#4720) PR #4720

  • Format suggested deps for easy cut & paste into BUILD file (#4711) PR #4711

  • Re-enable lint checks in CI (#4704) PR #4704

1.4.0.dev4 (6/23/2017)

API Changes

  • Replace the invalidate goal with –cache-ignore. (#4686) PR #4686

Bugfixes

  • Fix pythonstyle warnings and some python-eval warnings (#4698) PR #4698

  • Add debug logging to prepare_resources and junit_run and fix payload asserts (#4694) PR #4694

  • Improve safe_concurrent_creation contextmanager. (#4690) PR #4690

  • Fix pytest result summary colors. (#4685) PR #4685

Refactoring, Improvements, and Tooling

  • Use ElementTree to parse JUnit XML files because it is much faster than minidom (#4693) PR #4693

  • Use link.checkstyle target for checkstyle integration (#4699) PR #4699

  • Stabilize sharding test. (#4687) PR #4687

Documentation Updates

  • Fixup explain options json output. (#4696) PR #4696

1.4.0.dev3 (6/16/2017)

API Changes

  • Add compiler_args property to JavaThriftLibrary target. (#4669) PR #4669

Bugfixes

  • Add classname to target data reported by pytest (#4675) PR #4675

  • Support options fingerprinting in Task tests. (#4666) PR #4666

  • Simplify UnsetBool fingerprint encoding. (#4667) PR #4667

Refactoring, Improvements, and Tooling

  • Remove engine.engine.Engine and add RootRule (#4679) PR #4679

  • Ensure Task.workdir is available when needed. (#4672) PR #4672

  • Add support for local test caching. (#4660) PR #4660

Documentation Updates

  • Link the HTML report image in the docs to the page describing it. (#4671) PR #4671

  • Document that the release script now requires Bash 4. (#4670) PR #4670

1.4.0.dev2 (6/10/2017)

API Changes

  • Enable implicit_sources by default, and improve its docs. (#4661) PR #4661

Refactoring, Improvements, and Tooling

  • Support registering product data from one task. (#4663) PR #4663

  • Expose pex invocation cmdlines. (#4659) PR #4659

  • Audit engine struct repr values. (#4658) PR #4658

  • Break py.test execution into two stages. (#4656) PR #4656

  • Skip a test that assumes the current version is a pre-release version. (#4654) PR #4654

  • Shard contrib tests. (#4650) PR #4650

  • Fix new PytestRun task deselction handling. (#4648) PR #4648

  • Simplify TaskBase.invalidated. (#4642) PR #4642

  • Eliminate obsolete OSX ci support. (#4636) PR #4636

  • Temporarily restore recursive behaviour for bundle filesets (#4630) PR #4630

  • Fix ownership check to be case-insensitive. (#4629) PR #4629

Bugfixes

  • Support fingerprinting of UnsetBool options. (#4665) PR #4665

Documentation Updates

  • Kill dead dangling num_sources docs. (#4655) PR #4655

  • Add notes for 1.3.0, and a section explaining the daemon. (#4651) PR #4651

  • Rename and expand usage of the needs-cherrypick label (#4652) PR #4652

  • Generalize fmt msg (#4649) PR #4649

  • Fixup VersionedTarget class doc. (#4643) PR #4643

  • Fixes docs around bundle-jvm-archive. (#4637) PR #4637

1.4.0.dev1 (5/26/2017)

API Changes

  • Change method of reporting target data (#4593) PR #4593

Bugfixes

  • Check that test case attribute exists in junit xml file before converting it (#4623) Issue #4619 PR #4623

  • [engine] Check for duplicate deps in v2 graph construction. (#4616) PR #4616

  • Improve Snapshot determinism (#4614) PR #4614

  • Revert “Enable –compile-zinc-use-classpath-jars by default” (#4607) PR #4607

  • Pass env vars through in ./pants run for python (#4606) PR #4606

  • Fix broken export-classpath (#4603) PR #4603

  • Switch to a conditional deprecation for the list-targets behaviour change. (#4600) PR #4600

  • Fix export-classpaths exclude behavior (#4592) PR #4592

  • Fix splitting of the build_flags. (#4580) PR #4580

Refactoring, Improvements, and Tooling

  • [pantsd] Add an alternate entrypoint loader. (#4620) PR #4620

  • Remove Oracle Java6, which is now 404ing. (#4615) PR #4615

  • Don’t register newpython tasks in the oldpython backend (#4602) PR #4602

Documentation Updates

  • Prepare notes for 1.3.0rc3 (#4617) PR #4617

  • Prepare the release notes for 1.3.0rc2 (#4609) PR #4609

1.4.0.dev0 (5/12/2017)

API Changes

  • Support “exports” for thrift targets (#4564) PR #4564

  • Make setup_py tasks provide ‘python_dists’ product. (#4498) PR #4498

  • Include API that will store target info in run_tracker (#4561) PR #4561

Bugfixes

  • Fix built-in macros for the mutable ParseContext (#4583) PR #4583

  • Exclude only roots for exclude-target-regexp in v2 (#4578) PR #4578 PR #451)

  • Fix a pytest path mangling bug. (#4565) PR #4565

Refactoring, Improvements, and Tooling

  • Specify a workunit for node.js test and run. (#4572) PR #4572

  • Include transitive Resources targets in PrepareResources. (#4569) PR #4569

  • [engine] Don’t recreate a graph just for validation (#4566) PR #4566

Documentation Updates

  • Update release docs to use a label instead of a spreadsheet for backports. (#4574) PR #4574

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pantsbuild.pants.contrib.go-1.4.0rc0.tar.gz (69.5 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page