File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 " Bash(cargo search:*)" ,
1818 " Bash(cargo test:*)" ,
1919 " Bash(cat:*)" ,
20+ " Bash(chmod +x /tmp/:*)" ,
2021 " Bash(cksum:*)" ,
2122 " Bash(cmp:*)" ,
2223 " Bash(comm:*)" ,
111112 " Bash(pwd)" ,
112113 " Bash(python3 --version)" ,
113114 " Bash(python3 -c:*)" ,
115+ " Bash(python3 -m json.tool)" ,
114116 " Bash(realpath:*)" ,
115117 " Bash(rustc --version)" ,
116118 " Bash(rustup show:*)" ,
137139 " Read(/private/var/folders/**)" ,
138140 " Read(/tmp/**)" ,
139141 " WebFetch(domain:5e.tools)" ,
142+ " WebFetch(domain:arxiv.org)" ,
140143 " WebFetch(domain:docs.rs)" ,
141144 " WebFetch(domain:github.com)" ,
142145 " WebFetch(domain:lean-lang.org)" ,
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ casks_known=$(brew casks | awk -F/ '{print; if (NF>1) print $NF}' | sort -
1919drift=()
2020
2121check () {
22- local kind=$1 file=$2 other other_inv primary_upper other_upper known other_known
22+ local kind=$1 file=$2 other_inv primary_upper other_upper known other_known
2323 case $kind in
24- formula) other=cask ; other_inv=brew_casks.txt; primary_upper=FORMULA; other_upper=CASK; known=$formulae_known ; other_known=$casks_known ;;
25- cask) other=formula ; other_inv=brew_leaves.txt; primary_upper=CASK; other_upper=FORMULA; known=$casks_known ; other_known=$formulae_known ;;
24+ formula) other_inv=brew_casks.txt; primary_upper=FORMULA; other_upper=CASK; known=$formulae_known ; other_known=$casks_known ;;
25+ cask) other_inv=brew_leaves.txt; primary_upper=CASK; other_upper=FORMULA; known=$casks_known ; other_known=$formulae_known ;;
2626 esac
2727
2828 echo " === Checking $kind drift ($file ) ==="
You can’t perform that action at this time.
0 commit comments