Skip to content

Commit 7a54ae3

Browse files
committed
remove unused utils
add comments to remaining items so we know what they're for. Closes #3906
1 parent 6a53615 commit 7a54ae3

File tree

5 files changed

+12
-35
lines changed

5 files changed

+12
-35
lines changed

util/issue-with-all-pod6.raku

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

util/list-missing-methods.raku

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#! /usr/bin/env raku
22

3+
# see USAGE for info.
4+
35
use Telemetry; # used so we can check these docs
46
# stubs
57
role Result{...}; role Ok{...}; role Err{...}; role ErrKind{...}; role UncheckableType {...}

util/perl-nbsp.raku

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#!/usr/bin/env raku
22

3+
=begin overview
4+
5+
Run this script to correct files to use no break spaces when
6+
xt/perl-nbsp.rakutest fails.
7+
8+
=end overview
9+
310
use lib 'lib';
411
use Test-Files;
512

util/test-modified.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This script will run make xtest on any files in the repository that have not yet been committed
2+
# use before 'git commit' to ensure your commit doesn't require correction.
3+
14
export TEST_FILES=`git status --porcelain | grep ' M' | awk '{print $2}'`
25

36
[ "$TEST_FILES" = "" ] && echo "nothing to test"

util/xt-recent.sh

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

0 commit comments

Comments
 (0)