oilshell.org

Side By Side Lines Parsed? Parse Process Time (secs) Translated? Filename
view 217 FAIL 0.09 OK stocks

stderr

Parsing stocks
        Line 70 of '_tmp/wild/src/shell/Bash-Snippets/stocks/stocks'
    stockInfo=$(httpGet  "https://www.alphavantage.co/query?function=GLOBAL_QUOTE&symbol=$1&apikey=KPCCCRJVMOGN9L6T") > /dev/null #grab the JSON response
    ^~~~~~~~~~
Global assignment shouldn't have redirects
NOTE: Performed 5756 ASDL_TYPE_CHECKs.

        
Translating stocks
        Line 70 of '_tmp/wild/src/shell/Bash-Snippets/stocks/stocks'
    stockInfo=$(httpGet  "https://www.alphavantage.co/query?function=GLOBAL_QUOTE&symbol=$1&apikey=KPCCCRJVMOGN9L6T") > /dev/null #grab the JSON response
    ^~~~~~~~~~
Global assignment shouldn't have redirects