can't read "dir": no such variable
    while executing
"file join $dir lambda.tcl"
    (in namespace eval "::request" script line 8)
    invoked from within
"namespace eval ::request $script"
    ("::try" body line 12)

OUTPUT BUFFER:

#checker -scope global exclude warnUndefinedVar # var in question is 'dir'. if {![package vsatisfies [package provide Tcl] 8.5]} { # PRAGMA: returnok return } # Utility wrapper around ::apply for easier writing. package ifneeded lambda 1 [list source [file join $dir lambda.tcl]]