oilshell.org

Side By Side Lines Parsed? Parse Process Time (secs) Translated? Filename
view 80 OK 0.1 OK bashrc-functions.sh
view 197 OK 0.24 OK eapi.sh
view 784 FAIL 0.8 OK ebuild.sh
view 102 FAIL 0.08 OK helper-functions.sh
view 568 OK 0.78 OK isolated-functions.sh
view 672 OK 0.81 OK misc-functions.sh
view 1,101 OK 1.1 OK phase-functions.sh
view 1,321 OK 1.69 OK phase-helpers.sh
view 127 FAIL 0.04 OK save-ebuild-env.sh

stderr

Parsing ebuild.sh
        Line 755 of '_tmp/wild/src/distro/portage/bin/ebuild.sh'
  	declare -r $PORTAGE_READONLY_METADATA $PORTAGE_READONLY_VARS
  	           ^~~~~~~~~~~~~~~~~~~~~~~~~~
Variable names must be unquoted constants

        
Translating ebuild.sh
        Line 755 of '_tmp/wild/src/distro/portage/bin/ebuild.sh'
  	declare -r $PORTAGE_READONLY_METADATA $PORTAGE_READONLY_VARS
  	           ^~~~~~~~~~~~~~~~~~~~~~~~~~
Variable names must be unquoted constants

        
Parsing save-ebuild-env.sh
        Line 38 of '_tmp/wild/src/distro/portage/bin/save-ebuild-env.sh'
  	unset ${!CCACHE_*} ${!DISTCC_*}
  	                ^
Expected } after var sub, got '*'

        
Translating save-ebuild-env.sh
        Line 38 of '_tmp/wild/src/distro/portage/bin/save-ebuild-env.sh'
  	unset ${!CCACHE_*} ${!DISTCC_*}
  	                ^
Expected } after var sub, got '*'

        
Parsing helper-functions.sh
        Line 100 of '_tmp/wild/src/distro/portage/bin/helper-functions.sh'
  		: $(( ${var} = fd ))
  		             ^
Can't assign to None

        
Translating helper-functions.sh
        Line 100 of '_tmp/wild/src/distro/portage/bin/helper-functions.sh'
  		: $(( ${var} = fd ))
  		             ^
Can't assign to None