Skip to content

Commit

Permalink
Remove v1 minimize, filemap, paths, sort, and depmap goals (#…
Browse files Browse the repository at this point in the history
…10135)

1.30.x is expected to be the last release in the Pants 1.x series. Pants 2.x will no longer support the v1 engine, meaning these goal will no longer work.

For anyone who still needs this functionality, we will give instructions and a script for users to be able to keep using Pants 1.x and Pants 2.x side-by-side. Given enough user interest, we can also port this functionality to the v2 engine or help users to write a plugin.

[ci skip-rust-tests]
[ci skip-jvm-tests]
  • Loading branch information
Eric-Arellano committed Jun 24, 2020
1 parent fa093eb commit 529bcbd
Show file tree
Hide file tree
Showing 29 changed files with 39 additions and 1,075 deletions.
3 changes: 0 additions & 3 deletions build-support/bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,8 @@ function execute_packaged_pants_with_internal_backends() {
--pythonpath="['pants-plugins/src/python']" \
--backend-packages="[\
'pants.backend.codegen',\
'pants.backend.graph_info',\
'pants.backend.jvm',\
'pants.backend.native',\
'pants.backend.project_info',\
'pants.backend.python',\
'pants.cache',\
'internal_backend.repositories',\
Expand All @@ -162,7 +160,6 @@ function execute_packaged_pants_with_internal_backends() {
--backend-packages2="[\
'pants.backend.awslambda.python',\
'pants.backend.python',\
'pants.backend.project_info',\
]" \
"$@"
}
Expand Down
11 changes: 0 additions & 11 deletions src/python/pants/backend/graph_info/BUILD

This file was deleted.

Empty file.
19 changes: 0 additions & 19 deletions src/python/pants/backend/graph_info/register.py

This file was deleted.

21 changes: 0 additions & 21 deletions src/python/pants/backend/graph_info/tasks/BUILD

This file was deleted.

Empty file.
18 changes: 0 additions & 18 deletions src/python/pants/backend/graph_info/tasks/filemap.py

This file was deleted.

35 changes: 0 additions & 35 deletions src/python/pants/backend/graph_info/tasks/minimal_cover.py

This file was deleted.

98 changes: 0 additions & 98 deletions src/python/pants/backend/graph_info/tasks/paths.py

This file was deleted.

25 changes: 0 additions & 25 deletions src/python/pants/backend/graph_info/tasks/sort_targets.py

This file was deleted.

2 changes: 0 additions & 2 deletions src/python/pants/backend/project_info/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

python_library(
dependencies = [
'src/python/pants/backend/project_info/tasks:all',
'src/python/pants/goal:task_registrar',
'3rdparty/python:dataclasses',
'src/python/pants/base:build_root',
'src/python/pants/engine:addresses',
Expand Down
6 changes: 0 additions & 6 deletions src/python/pants/backend/project_info/register.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
list_targets,
source_file_validator,
)
from pants.backend.project_info.tasks.depmap import Depmap
from pants.goal.task_registrar import TaskRegistrar as task


def register_goals():
task(name="depmap", action=Depmap).install()


def rules():
Expand Down
20 changes: 0 additions & 20 deletions src/python/pants/backend/project_info/tasks/BUILD

This file was deleted.

Empty file.

0 comments on commit 529bcbd

Please sign in to comment.