Skip to content

Commit 1efb110

Browse files
authored
Remove old unused scripts from misc/ (#13286)
1 parent 4bb7688 commit 1efb110

File tree

8 files changed

+2
-437
lines changed

8 files changed

+2
-437
lines changed

misc/actions_stubs.py

Lines changed: 0 additions & 157 deletions
This file was deleted.

misc/build-debug-python.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -eux
22

33
# Build a debug build of python, install it, and create a venv for it
4-
# This is mainly intended for use in our travis builds but it can work
4+
# This is mainly intended for use in our github actions builds but it can work
55
# locally. (Though it unfortunately uses brew on OS X to deal with openssl
66
# nonsense.)
77
# Usage: build-debug-python.sh <version> <install prefix> <venv location>
File renamed without changes.

misc/macs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
(thereline (line-number-at-pos there))
1212
(therecol (save-excursion (goto-char there) (current-column))))
1313
(shell-command
14-
(format "cd ~/src/mypy; python3 ./scripts/find_type.py %s %s %s %s %s python3 -m mypy -i mypy"
14+
(format "cd ~/src/mypy; python3 ./misc/find_type.py %s %s %s %s %s python3 -m mypy -i mypy"
1515
filename hereline herecol thereline therecol)
1616
)
1717
)

misc/test_case_to_actual.py

Lines changed: 0 additions & 73 deletions
This file was deleted.

misc/touch_checker.py

Lines changed: 0 additions & 147 deletions
This file was deleted.

0 commit comments

Comments
 (0)