Closed ShraddhaDevaiya closed 5 years ago
This works for me. Was there another error before the "Abort" line? Usually that indicates what the actual problem is.
this is the error log , it is giving: Duplicate global True at 'True' (share/wake/lib/core/boolean.wake:18:[3-6]) and 'True' (../share/wake/lib/core/boolean.wake:18:[3-6]) Duplicate global False at 'False' (share/wake/lib/core/boolean.wake:19:[3-7]) and 'False' (../share/wake/lib/core/boolean.wake:19:[3-7]) Duplicate global destruct Boolean at 'Boolean' (share/wake/lib/core/boolean.wake:17:[13-19]) and 'Boolean' (../share/wake/lib/core/boolean.wake:17:[13-19]) Duplicate global unary ! at '!x' (share/wake/lib/core/boolean.wake:22:[12-13]) and '!x' (../share/wake/lib/core/boolean.wake:22:[12-13]) Duplicate global binary && at 'x && y' (share/wake/lib/core/boolean.wake:24:[12-17]) and 'x && y' (../share/wake/lib/core/boolean.wake:24:[12-17]) Duplicate global binary || at 'x || y' (share/wake/lib/core/boolean.wake:26:[12-17]) and 'x || y' (../share/wake/lib/core/boolean.wake:26:[12-17]) Duplicate global dabs at 'dabs x' (share/wake/lib/core/double.wake:19:[12-17]) and 'dabs x' (../share/wake/lib/core/double.wake:19:[12-17]) Duplicate global unary -. at '-. x' (share/wake/lib/core/double.wake:22:[14-17]) and '-. x' (../share/wake/lib/core/double.wake:22:[14-17]) Duplicate global unary +. at '+. x' (share/wake/lib/core/double.wake:25:[14-17]) and '+. x' (../share/wake/lib/core/double.wake:25:[14-17]) Duplicate global binary +. at 'x +. y' (share/wake/lib/core/double.wake:28:[12-17]) and 'x +. y' (../share/wake/lib/core/double.wake:28:[12-17]) Duplicate global binary -. at 'x -. y' (share/wake/lib/core/double.wake:31:[12-17]) and 'x -. y' (../share/wake/lib/core/double.wake:31:[12-17]) Duplicate global binary . at 'x . y' (share/wake/lib/core/double.wake:34:[12-17]) and 'x . y' (../share/wake/lib/core/double.wake:34:[12-17]) Duplicate global binary /. at 'x /. y' (share/wake/lib/core/double.wake:37:[12-17]) and 'x /. y' (../share/wake/lib/core/double.wake:37:[12-17]) Duplicate global binary ^. at 'x ^. y' (share/wake/lib/core/double.wake:40:[12-17]) and 'x ^. y' (../share/wake/lib/core/double.wake:40:[12-17]) Duplicate global dfma at 'dfma x y z' (share/wake/lib/core/double.wake:43:[12-21]) and 'dfma x y z' (../share/wake/lib/core/double.wake:43:[12-21]) Duplicate global droot at 'droot n' (share/wake/lib/core/double.wake:46:[12-18]) and 'droot n' (../share/wake/lib/core/double.wake:46:[12-18]) Duplicate global dsqrt at 'droot 2.0' (share/wake/lib/core/double.wake:51:[20-28]) and 'droot 2.0' (../share/wake/lib/core/double.wake:51:[20-28]) Duplicate global unary √ at '√ x' (share/wake/lib/core/double.wake:58:[12-16]) and '√ x' (../share/wake/lib/core/double.wake:58:[12-16]) Duplicate global unary ∛ at '∛ x' (share/wake/lib/core/double.wake:61:[12-16]) and '∛ x' (../share/wake/lib/core/double.wake:61:[12-16]) Duplicate global unary ∜ at '∜ x' (share/wake/lib/core/double.wake:64:[12-16]) and '∜ x' (../share/wake/lib/core/double.wake:64:[12-16]) Duplicate global dcmp at 'dcmp x y' (share/wake/lib/core/double.wake:66:[12-19]) and 'dcmp x y' (../share/wake/lib/core/double.wake:66:[12-19]) Duplicate global binary <=>. at 'x <=>. y' (share/wake/lib/core/double.wake:67:[12-19]) and 'x <=>. y' (../share/wake/lib/core/double.wake:67:[12-19]) Duplicate global binary <. at 'x <. y' (share/wake/lib/core/double.wake:70:[12-18]) and 'x <. y' (../share/wake/lib/core/double.wake:70:[12-18]) Duplicate global binary >. at 'x >. y' (share/wake/lib/core/double.wake:73:[12-18]) and 'x >. y' (../share/wake/lib/core/double.wake:73:[12-18]) Duplicate global binary >=. at 'x >=. y' (share/wake/lib/core/double.wake:76:[12-18]) and 'x >=. y' (../share/wake/lib/core/double.wake:76:[12-18]) Duplicate global binary <=. at 'x <=. y' (share/wake/lib/core/double.wake:79:[12-18]) and 'x <=. y' (../share/wake/lib/core/double.wake:79:[12-18]) Duplicate global binary ==. at 'x ==. y' (share/wake/lib/core/double.wake:82:[12-18]) and 'x ==. y' (../share/wake/lib/core/double.wake:82:[12-18]) Duplicate global binary !=. at 'x !=. y' (share/wake/lib/core/double.wake:85:[12-18]) and 'x !=. y' (../share/wake/lib/core/double.wake:85:[12-18]) Duplicate global dmin at 'dmin x y' (share/wake/lib/core/double.wake:88:[12-19]) and 'dmin x y' (../share/wake/lib/core/double.wake:88:[12-19]) Duplicate global dmax at 'dmax x y' (share/wake/lib/core/double.wake:91:[12-19]) and 'dmax x y' (../share/wake/lib/core/double.wake:91:[12-19]) Duplicate global dprod at 'foldl (_.) 1.0' (share/wake/lib/core/double.wake:94:[20-35]) and 'foldl (.) 1.0' (../share/wake/lib/core/double.wake:94:[20-35]) Duplicate global unary ∏. at '∏. l' (share/wake/lib/core/double.wake:95:[12-17]) and '∏. l' (../share/wake/lib/core/double.wake:95:[12-17]) Duplicate global dsum at 'foldl (+.) 0.0' (share/wake/lib/core/double.wake:98:[19-34]) and 'foldl (+._) 0.0' (../share/wake/lib/core/double.wake:98:[19-34]) Duplicate global unary ∑. at '∑. l' (share/wake/lib/core/double.wake:99:[12-17]) and '∑. l' (../share/wake/lib/core/double.wake:99:[12-17]) Duplicate global DoubleFixed at 'DoubleFixed' (share/wake/lib/core/double.wake:102:[3-13]) and 'DoubleFixed' (../share/wake/lib/core/double.wake:102:[3-13]) Duplicate global DoubleScientific at 'DoubleScientific' (share/wake/lib/core/double.wake:103:[3-18]) and 'DoubleScientific' (../share/wake/lib/core/double.wake:103:[3-18]) Duplicate global DoubleHex at 'DoubleHex' (share/wake/lib/core/double.wake:104:[3-11]) and 'DoubleHex' (../share/wake/lib/core/double.wake:104:[3-11]) Duplicate global DoubleDefault at 'DoubleDefault' (share/wake/lib/core/double.wake:105:[3-15]) and 'DoubleDefault' (../share/wake/lib/core/double.wake:105:[3-15]) Duplicate global destruct DoubleFormat at 'DoubleFormat' (share/wake/lib/core/double.wake:101:[13-24]) and 'DoubleFormat' (../share/wake/lib/core/double.wake:101:[13-24]) Duplicate global dformat at 'dformat x' (share/wake/lib/core/double.wake:107:[12-20]) and 'dformat x' (../share/wake/lib/core/double.wake:107:[12-20]) Duplicate global double at 'double s' (share/wake/lib/core/double.wake:116:[12-19]) and 'double s' (../share/wake/lib/core/double.wake:116:[12-19]) Duplicate global dhex at 'dformat DoubleHex 20' (share/wake/lib/core/double.wake:120:[19-38]) and 'dformat DoubleHex 20' (../share/wake/lib/core/double.wake:120:[19-38]) Duplicate global dstr at 'dformat DoubleDefault 17' (share/wake/lib/core/double.wake:121:[19-42]) and 'dformat DoubleDefault 17' (../share/wake/lib/core/double.wake:121:[19-42]) Duplicate global dint at 'dint x' (share/wake/lib/core/double.wake:123:[12-17]) and 'dint x' (../share/wake/lib/core/double.wake:123:[12-17]) Duplicate global DoubleInfinite at 'DoubleInfinite' (share/wake/lib/core/double.wake:127:[3-16]) and 'DoubleInfinite' (../share/wake/lib/core/double.wake:127:[3-16]) Duplicate global DoubleNaN at 'DoubleNaN' (share/wake/lib/core/double.wake:128:[3-11]) and 'DoubleNaN' (../share/wake/lib/core/double.wake:128:[3-11]) Duplicate global DoubleSubNormal at 'DoubleSubNormal' (share/wake/lib/core/double.wake:129:[3-17]) and 'DoubleSubNormal' (../share/wake/lib/core/double.wake:129:[3-17]) Duplicate global DoubleNormal at 'DoubleNormal' (share/wake/lib/core/double.wake:130:[3-14]) and 'DoubleNormal' (../share/wake/lib/core/double.wake:130:[3-14]) Duplicate global destruct DoubleClass at 'DoubleClass' (share/wake/lib/core/double.wake:126:[13-23]) and 'DoubleClass' (../share/wake/lib/core/double.wake:126:[13-23]) Duplicate global dclass at 'dclass x' (share/wake/lib/core/double.wake:132:[12-19]) and 'dclass x' (../share/wake/lib/core/double.wake:132:[12-19]) Duplicate global dfrexp at 'dfrexp x' (share/wake/lib/core/double.wake:140:[12-19]) and 'dfrexp x' (../share/wake/lib/core/double.wake:140:[12-19]) Duplicate global dldexp at 'dldexp f e' (share/wake/lib/core/double.wake:141:[12-21]) and 'dldexp f e' (../share/wake/lib/core/double.wake:141:[12-21]) Duplicate global dmodf at 'dmodf x' (share/wake/lib/core/double.wake:142:[12-19]) and 'dmodf x' (../share/wake/lib/core/double.wake:142:[12-19]) Duplicate global idouble at 'idouble x' (share/wake/lib/core/double.wake:144:[12-20]) and 'idouble x' (../share/wake/lib/core/double.wake:144:[12-20]) Duplicate global dcos at 'dcos x' (share/wake/lib/core/double.wake:151:[12-20]) and 'dcos x' (../share/wake/lib/core/double.wake:151:[12-20]) Duplicate global dsin at 'dsin x' (share/wake/lib/core/double.wake:154:[12-20]) and 'dsin x' (../share/wake/lib/core/double.wake:154:[12-20]) Duplicate global dtan at 'dtan x' (share/wake/lib/core/double.wake:157:[12-20]) and 'dtan x' (../share/wake/lib/core/double.wake:157:[12-20]) Duplicate global dacos at 'dacos x' (share/wake/lib/core/double.wake:160:[12-20]) and 'dacos x' (../share/wake/lib/core/double.wake:160:[12-20]) Duplicate global dasin at 'dasin x' (share/wake/lib/core/double.wake:163:[12-20]) and 'dasin x' (../share/wake/lib/core/double.wake:163:[12-20]) Duplicate global dexp at 'dexp x' (share/wake/lib/core/double.wake:166:[12-20]) and 'dexp x' (../share/wake/lib/core/double.wake:166:[12-20]) Duplicate global dlog at 'dlog x' (share/wake/lib/core/double.wake:169:[12-20]) and 'dlog x' (../share/wake/lib/core/double.wake:169:[12-20]) Duplicate global dexpm1 at 'dexpm1 x' (share/wake/lib/core/double.wake:170:[12-20]) and 'dexpm1 x' (../share/wake/lib/core/double.wake:170:[12-20]) Duplicate global dlog1p at 'dlog1p x' (share/wake/lib/core/double.wake:171:[12-20]) and 'dlog1p x' (../share/wake/lib/core/double.wake:171:[12-20]) Duplicate global derf at 'derf x' (share/wake/lib/core/double.wake:172:[12-20]) and 'derf x' (../share/wake/lib/core/double.wake:172:[12-20]) Duplicate global derfc at 'derfc x' (share/wake/lib/core/double.wake:173:[12-20]) and 'derfc x' (../share/wake/lib/core/double.wake:173:[12-20]) Duplicate global dtgamma at 'dtgamma x' (share/wake/lib/core/double.wake:174:[12-20]) and 'dtgamma x' (../share/wake/lib/core/double.wake:174:[12-20]) Duplicate global dlgamma at 'dlgamma x' (share/wake/lib/core/double.wake:175:[12-20]) and 'dlgamma x' (../share/wake/lib/core/double.wake:175:[12-20]) Duplicate global datan at 'datan x y' (share/wake/lib/core/double.wake:178:[12-20]) and 'datan x y' (../share/wake/lib/core/double.wake:178:[12-20]) Duplicate global nan at '0.0 /. 0.0' (share/wake/lib/core/double.wake:183:[18-27]) and '0.0 /. 0.0' (../share/wake/lib/core/double.wake:183:[18-27]) Duplicate global inf at '1.0 /. 0.0' (share/wake/lib/core/double.wake:186:[18-27]) and '1.0 /. 0.0' (../share/wake/lib/core/double.wake:186:[18-27]) Duplicate global pi at 'dacos 0.0 . 2.0' (share/wake/lib/core/double.wake:189:[18-33]) and 'dacos 0.0 . 2.0' (../share/wake/lib/core/double.wake:189:[18-33]) Duplicate global unary + at '+x' (share/wake/lib/core/integer.wake:19:[12-13]) and '+x' (../share/wake/lib/core/integer.wake:19:[12-13]) Duplicate global unary - at '-x' (share/wake/lib/core/integer.wake:22:[12-13]) and '-x' (../share/wake/lib/core/integer.wake:22:[12-13]) Duplicate global unary ~ at '~x' (share/wake/lib/core/integer.wake:25:[12-13]) and '~x' (../share/wake/lib/core/integer.wake:25:[12-13]) Duplicate global binary + at 'x + y' (share/wake/lib/core/integer.wake:28:[12-16]) and 'x + y' (../share/wake/lib/core/integer.wake:28:[12-16]) Duplicate global binary - at 'x - y' (share/wake/lib/core/integer.wake:31:[12-16]) and 'x - y' (../share/wake/lib/core/integer.wake:31:[12-16]) Duplicate global binary at 'x y' (share/wake/lib/core/integer.wake:34:[12-16]) and 'x y' (../share/wake/lib/core/integer.wake:34:[12-16]) Duplicate global binary / at 'x / y' (share/wake/lib/core/integer.wake:37:[12-16]) and 'x / y' (../share/wake/lib/core/integer.wake:37:[12-16]) Duplicate global binary % at 'x % y' (share/wake/lib/core/integer.wake:40:[12-16]) and 'x % y' (../share/wake/lib/core/integer.wake:40:[12-16]) Duplicate global binary << at 'x << y' (share/wake/lib/core/integer.wake:43:[12-17]) and 'x << y' (../share/wake/lib/core/integer.wake:43:[12-17]) Duplicate global binary >> at 'x >> y' (share/wake/lib/core/integer.wake:46:[12-17]) and 'x >> y' (../share/wake/lib/core/integer.wake:46:[12-17]) Duplicate global binary ^ at 'x ^ y' (share/wake/lib/core/integer.wake:49:[12-16]) and 'x ^ y' (../share/wake/lib/core/integer.wake:49:[12-16]) Duplicate global root at 'root x n' (share/wake/lib/core/integer.wake:52:[12-19]) and 'root x n' (../share/wake/lib/core/integer.wake:52:[12-19]) Duplicate global sqrt at 'sqrt x' (share/wake/lib/core/integer.wake:55:[12-17]) and 'sqrt x' (../share/wake/lib/core/integer.wake:55:[12-17]) Duplicate global abs at 'abs x' (share/wake/lib/core/integer.wake:58:[12-16]) and 'abs x' (../share/wake/lib/core/integer.wake:58:[12-16]) Duplicate global xor at 'xor x y' (share/wake/lib/core/integer.wake:61:[12-18]) and 'xor x y' (../share/wake/lib/core/integer.wake:61:[12-18]) Duplicate global and at 'and x y' (share/wake/lib/core/integer.wake:64:[12-18]) and 'and x y' (../share/wake/lib/core/integer.wake:64:[12-18]) Duplicate global or at 'or x y' (share/wake/lib/core/integer.wake:67:[12-18]) and 'or x y' (../share/wake/lib/core/integer.wake:67:[12-18]) Duplicate global gcd at 'gcd x y' (share/wake/lib/core/integer.wake:70:[12-18]) and 'gcd x y' (../share/wake/lib/core/integer.wake:70:[12-18]) Duplicate global lcm at 'lcm x y' (share/wake/lib/core/integer.wake:73:[12-18]) and 'lcm x y' (../share/wake/lib/core/integer.wake:73:[12-18]) Duplicate global powm at 'powm x y m' (share/wake/lib/core/integer.wake:76:[12-21]) and 'powm x y m' (../share/wake/lib/core/integer.wake:76:[12-21]) Duplicate global icmp at 'icmp x y' (share/wake/lib/core/integer.wake:78:[12-19]) and 'icmp x y' (../share/wake/lib/core/integer.wake:78:[12-19]) Duplicate global binary <=> at 'x <=> y' (share/wake/lib/core/integer.wake:79:[12-18]) and 'x <=> y' (../share/wake/lib/core/integer.wake:79:[12-18]) Duplicate global binary < at 'x < y' (share/wake/lib/core/integer.wake:82:[12-17]) and 'x < y' (../share/wake/lib/core/integer.wake:82:[12-17]) Duplicate global binary > at 'x > y' (share/wake/lib/core/integer.wake:85:[12-17]) and 'x > y' (../share/wake/lib/core/integer.wake:85:[12-17]) Duplicate global binary >= at 'x >= y' (share/wake/lib/core/integer.wake:88:[12-17]) and 'x >= y' (../share/wake/lib/core/integer.wake:88:[12-17]) Duplicate global binary <= at 'x <= y' (share/wake/lib/core/integer.wake:91:[12-17]) and 'x <= y' (../share/wake/lib/core/integer.wake:91:[12-17]) Duplicate global binary == at 'x == y' (share/wake/lib/core/integer.wake:94:[12-17]) and 'x == y' (../share/wake/lib/core/integer.wake:94:[12-17]) Duplicate global binary != at 'x != y' (share/wake/lib/core/integer.wake:97:[12-17]) and 'x != y' (../share/wake/lib/core/integer.wake:97:[12-17]) Duplicate global min at 'min x y' (share/wake/lib/core/integer.wake:100:[12-18]) and 'min x y' (../share/wake/lib/core/integer.wake:100:[12-18]) Duplicate global max at 'max x y' (share/wake/lib/core/integer.wake:103:[12-18]) and 'max x y' (../share/wake/lib/core/integer.wake:103:[12-18]) Duplicate global prod at 'foldl (*) 1' (share/wake/lib/core/integer.wake:106:[19-31]) and 'foldl (*) 1' (../share/wake/lib/core/integer.wake:106:[19-31]) Duplicate global unary ∏ at '∏ l' (share/wake/lib/core/integer.wake:107:[12-16]) and '∏ l' (../share/wake/lib/core/integer.wake:107:[12-16]) Duplicate global sum at 'foldl (+) 0' (share/wake/lib/core/integer.wake:110:[18-30]) and 'foldl (+) 0' (../share/wake/lib/core/integer.wake:110:[18-30]) Duplicate global unary ∑ at '∑ l' (share/wake/lib/core/integer.wake:111:[12-16]) and '∑ l' (../share/wake/lib/core/integer.wake:111:[12-16]) Duplicate global JString at 'JString' (share/wake/lib/core/json.wake:18:[3-9]) and 'JString' (../share/wake/lib/core/json.wake:18:[3-9]) Duplicate global JInteger at 'JInteger' (share/wake/lib/core/json.wake:19:[3-10]) and 'JInteger' (../share/wake/lib/core/json.wake:19:[3-10]) Duplicate global JDouble at 'JDouble' (share/wake/lib/core/json.wake:20:[3-9]) and 'JDouble' (../share/wake/lib/core/json.wake:20:[3-9]) Duplicate global JBoolean at 'JBoolean' (share/wake/lib/core/json.wake:21:[3-10]) and 'JBoolean' (../share/wake/lib/core/json.wake:21:[3-10]) Duplicate global JNull at 'JNull' (share/wake/lib/core/json.wake:22:[3-7]) and 'JNull' (../share/wake/lib/core/json.wake:22:[3-7]) Duplicate global JObject at 'JObject' (share/wake/lib/core/json.wake:23:[3-9]) and 'JObject' (../share/wake/lib/core/json.wake:23:[3-9]) Duplicate global JArray at 'JArray' (share/wake/lib/core/json.wake:24:[3-8]) and 'JArray' (../share/wake/lib/core/json.wake:24:[3-8]) Duplicate global destruct JValue at 'JValue' (share/wake/lib/core/json.wake:17:[13-18]) and 'JValue' (../share/wake/lib/core/json.wake:17:[13-18]) Duplicate global getJString at share/wake/lib/core/json.wake:[26-29]:[25-32] and ../share/wake/lib/core/json.wake:[26-29]:[25-32] Duplicate global getJInteger at share/wake/lib/core/json.wake:[30-33]:[26-33] and ../share/wake/lib/core/json.wake:[30-33]:[26-33] Duplicate global getJDouble at share/wake/lib/core/json.wake:[34-39]:[25-32] and ../share/wake/lib/core/json.wake:[34-39]:[25-32] Duplicate global getJBoolean at share/wake/lib/core/json.wake:[40-43]:[26-33] and ../share/wake/lib/core/json.wake:[40-43]:[26-33] Duplicate global getJObject at share/wake/lib/core/json.wake:[44-47]:[25-32] and ../share/wake/lib/core/json.wake:[44-47]:[25-32] Duplicate global getJArray at share/wake/lib/core/json.wake:[48-50]:[24-17] and ../share/wake/lib/core/json.wake:[48-50]:[24-17] Duplicate global parseJSONBody at 'parseJSONBody body' (share/wake/lib/core/json.wake:52:[12-29]) and 'parseJSONBody body' (../share/wake/lib/core/json.wake:52:[12-29]) Duplicate global parseJSONFile at 'parseJSONFile path' (share/wake/lib/core/json.wake:53:[12-29]) and 'parseJSONFile path' (../share/wake/lib/core/json.wake:53:[12-29]) Duplicate global jsonEscape at 'jsonEscape str' (share/wake/lib/core/json.wake:61:[12-25]) and 'jsonEscape str' (../share/wake/lib/core/json.wake:61:[12-25]) Duplicate global getJSONFormatString at 'String: String => String' (share/wake/lib/core/json.wake:64:[10-35]) and 'String: String => String' (../share/wake/lib/core/json.wake:64:[10-35]) Duplicate global editJSONFormatString at 'String: String => String' (share/wake/lib/core/json.wake:64:[10-35]) and 'String: String => String' (../share/wake/lib/core/json.wake:64:[10-35]) Duplicate global setJSONFormatString at 'String: String => String' (share/wake/lib/core/json.wake:64:[10-35]) and 'String: String => String' (../share/wake/lib/core/json.wake:64:[10-35]) Duplicate global getJSONFormatInteger at 'Integer: Integer => String' (share/wake/lib/core/json.wake:65:[10-35]) and 'Integer: Integer => String' (../share/wake/lib/core/json.wake:65:[10-35]) Duplicate global editJSONFormatInteger at 'Integer: Integer => String' (share/wake/lib/core/json.wake:65:[10-35]) and 'Integer: Integer => String' (../share/wake/lib/core/json.wake:65:[10-35]) Duplicate global setJSONFormatInteger at 'Integer: Integer => String' (share/wake/lib/core/json.wake:65:[10-35]) and 'Integer: Integer => String' (../share/wake/lib/core/json.wake:65:[10-35]) Duplicate global getJSONFormatDouble at 'Double: Double => String' (share/wake/lib/core/json.wake:66:[10-35]) and 'Double: Double => String' (../share/wake/lib/core/json.wake:66:[10-35]) Duplicate global editJSONFormatDouble at 'Double: Double => String' (share/wake/lib/core/json.wake:66:[10-35]) and 'Double: Double => String' (../share/wake/lib/core/json.wake:66:[10-35]) Duplicate global setJSONFormatDouble at 'Double: Double => String' (share/wake/lib/core/json.wake:66:[10-35]) and 'Double: Double => String' (../share/wake/lib/core/json.wake:66:[10-35]) Duplicate global getJSONFormatIndent at 'Indent: Integer' (share/wake/lib/core/json.wake:67:[10-25]) and 'Indent: Integer' (../share/wake/lib/core/json.wake:67:[10-25]) Duplicate global editJSONFormatIndent at 'Indent: Integer' (share/wake/lib/core/json.wake:67:[10-25]) and 'Indent: Integer' (../share/wake/lib/core/json.wake:67:[10-25]) Duplicate global setJSONFormatIndent at 'Indent: Integer' (share/wake/lib/core/json.wake:67:[10-25]) and 'Indent: Integer' (../share/wake/lib/core/json.wake:67:[10-25]) Duplicate global defaultJSONFormat at share/wake/lib/core/json.wake:[96-102]:[1-42] and ../share/wake/lib/core/json.wake:[96-102]:[1-42] Duplicate global prettyJSONFormat at share/wake/lib/core/json.wake:104:[31-71] and ../share/wake/lib/core/json.wake:104:[31-71] Duplicate global customFormatJSON at 'customFormatJSON fmt body' (share/wake/lib/core/json.wake:106:[12-36]) and 'customFormatJSON fmt body' (../share/wake/lib/core/json.wake:106:[12-36]) Duplicate global formatJSON at 'customFormatJSON defaultJSONFormat' (share/wake/lib/core/json.wake:107:[25-58]) and 'customFormatJSON defaultJSONFormat' (../share/wake/lib/core/json.wake:107:[25-58]) Duplicate global prettyJSON at 'customFormatJSON prettyJSONFormat' (share/wake/lib/core/json.wake:108:[25-57]) and 'customFormatJSON prettyJSONFormat' (../share/wake/lib/core/json.wake:108:[25-57]) Duplicate global binary /| at 'root /| filterFn' (share/wake/lib/core/json.wake:110:[12-27]) and 'root /| filterFn' (../share/wake/lib/core/json.wake:110:[12-27]) Duplicate global jfilter at 'jfilter filterFn root' (share/wake/lib/core/json.wake:111:[12-32]) and 'jfilter filterFn root' (../share/wake/lib/core/json.wake:111:[12-32]) Duplicate global binary /../ at 'root /../ filterFn' (share/wake/lib/core/json.wake:115:[12-29]) and 'root /../ filterFn' (../share/wake/lib/core/json.wake:115:[12-29]) Duplicate global jfind at 'jfind filterFn root' (share/wake/lib/core/json.wake:116:[12-30]) and 'jfind filterFn root' (../share/wake/lib/core/json.wake:116:[12-30]) Duplicate global jempty at 'jempty root' (share/wake/lib/core/json.wake:128:[12-22]) and 'jempty root' (../share/wake/lib/core/json.wake:128:[12-22]) Duplicate global jlist at 'jlist root' (share/wake/lib/core/json.wake:129:[12-21]) and 'jlist root' (../share/wake/lib/core/json.wake:129:[12-21]) Duplicate global binary // at 'x // y' (share/wake/lib/core/json.wake:133:[12-17]) and 'x // y' (../share/wake/lib/core/json.wake:133:[12-17]) Duplicate global binary ==/ at 'x ==/ y' (share/wake/lib/core/json.wake:150:[12-18]) and 'x ==/ y' (../share/wake/lib/core/json.wake:150:[12-18]) Duplicate global Nil at 'Nil' (share/wake/lib/core/list.wake:18:[3-5]) and 'Nil' (../share/wake/lib/core/list.wake:18:[3-5]) Duplicate global binary , at ',' (share/wake/lib/core/list.wake:19:12) and ',' (../share/wake/lib/core/list.wake:19:12) Duplicate global destruct List at 'List' (share/wake/lib/core/list.wake:17:[13-16]) and 'List' (../share/wake/lib/core/list.wake:17:[13-16]) Duplicate global empty at share/wake/lib/core/list.wake:[22-24]:[20-13] and ../share/wake/lib/core/list.wake:[22-24]:[20-13] Duplicate global head at share/wake/lib/core/list.wake:[27-29]:[19-15] and ../share/wake/lib/core/list.wake:[27-29]:[19-15] Duplicate global tail at share/wake/lib/core/list.wake:[32-34]:[19-10] and ../share/wake/lib/core/list.wake:[32-34]:[19-10] Duplicate global map at 'map f' (share/wake/lib/core/list.wake:37:[12-16]) and 'map f' (../share/wake/lib/core/list.wake:37:[12-16]) Duplicate global mapFlat at 'mapFlat f' (share/wake/lib/core/list.wake:45:[12-20]) and 'mapFlat f' (../share/wake/lib/core/list.wake:45:[12-20]) Duplicate global mapPartial at 'mapPartial f' (share/wake/lib/core/list.wake:51:[12-23]) and 'mapPartial f' (../share/wake/lib/core/list.wake:51:[12-23]) Duplicate global foldl at 'foldl f' (share/wake/lib/core/list.wake:61:[12-18]) and 'foldl f' (../share/wake/lib/core/list.wake:61:[12-18]) Duplicate global scanl at 'scanl f' (share/wake/lib/core/list.wake:67:[12-18]) and 'scanl f' (../share/wake/lib/core/list.wake:67:[12-18]) Duplicate global foldr at 'foldr f' (share/wake/lib/core/list.wake:73:[12-18]) and 'foldr f' (../share/wake/lib/core/list.wake:73:[12-18]) Duplicate global scanr at 'scanr f' (share/wake/lib/core/list.wake:79:[12-18]) and 'scanr f' (../share/wake/lib/core/list.wake:79:[12-18]) Duplicate global binary ++ at 'l ++ r' (share/wake/lib/core/list.wake:90:[12-17]) and 'l ++ r' (../share/wake/lib/core/list.wake:90:[12-17]) Duplicate global reverse at 'foldl (\a\b b,a) Nil' (share/wake/lib/core/list.wake:91:[22-41]) and 'foldl (\a\b b,a) Nil' (../share/wake/lib/core/list.wake:91:[22-41]) Duplicate global flatten at 'foldr (++) Nil' (share/wake/lib/core/list.wake:92:[22-37]) and 'foldr (++) Nil' (../share/wake/lib/core/list.wake:92:[22-37]) Duplicate global len at 'foldl (\a_ a+1) 0' (share/wake/lib/core/list.wake:93:[22-39]) and 'foldl (\a_ a+1) 0' (../share/wake/lib/core/list.wake:93:[22-39]) Duplicate global splitAt at 'splitAt i l' (share/wake/lib/core/list.wake:96:[12-22]) and 'splitAt i l' (../share/wake/lib/core/list.wake:96:[12-22]) Duplicate global take at 'take i l' (share/wake/lib/core/list.wake:103:[12-19]) and 'take i l' (../share/wake/lib/core/list.wake:103:[12-19]) Duplicate global drop at 'drop i l' (share/wake/lib/core/list.wake:108:[12-19]) and 'drop i l' (../share/wake/lib/core/list.wake:108:[12-19]) Duplicate global at at 'at i l' (share/wake/lib/core/list.wake:113:[12-17]) and 'at i l' (../share/wake/lib/core/list.wake:113:[12-17]) Duplicate global splitUntil at 'splitUntil f' (share/wake/lib/core/list.wake:116:[12-23]) and 'splitUntil f' (../share/wake/lib/core/list.wake:116:[12-23]) Duplicate global takeUntil at 'takeUntil f' (share/wake/lib/core/list.wake:127:[12-22]) and 'takeUntil f' (../share/wake/lib/core/list.wake:127:[12-22]) Duplicate global dropUntil at 'dropUntil f' (share/wake/lib/core/list.wake:133:[12-22]) and 'dropUntil f' (../share/wake/lib/core/list.wake:133:[12-22]) Duplicate global find at 'find f' (share/wake/lib/core/list.wake:139:[12-17]) and 'find f' (../share/wake/lib/core/list.wake:139:[12-17]) Duplicate global exists at 'exists f l' (share/wake/lib/core/list.wake:145:[12-21]) and 'exists f l' (../share/wake/lib/core/list.wake:145:[12-21]) Duplicate global forall at 'forall f' (share/wake/lib/core/list.wake:146:[12-19]) and 'forall f' (../share/wake/lib/core/list.wake:146:[12-19]) Duplicate global splitBy at 'splitBy f' (share/wake/lib/core/list.wake:150:[12-20]) and 'splitBy f' (../share/wake/lib/core/list.wake:150:[12-20]) Duplicate global filter at 'filter f' (share/wake/lib/core/list.wake:158:[12-19]) and 'filter f' (../share/wake/lib/core/list.wake:158:[12-19]) Duplicate global transpose at 'transpose l' (share/wake/lib/core/list.wake:171:[12-22]) and 'transpose l' (../share/wake/lib/core/list.wake:171:[12-22]) Duplicate global sortBy at 'sortBy f l' (share/wake/lib/core/list.wake:177:[12-21]) and 'sortBy f l' (../share/wake/lib/core/list.wake:177:[12-21]) Duplicate global distinctBy at 'distinctBy cmp' (share/wake/lib/core/list.wake:180:[12-25]) and 'distinctBy cmp' (../share/wake/lib/core/list.wake:180:[12-25]) Duplicate global distinctRunBy at 'distinctRunBy f l' (share/wake/lib/core/list.wake:190:[12-28]) and 'distinctRunBy f l' (../share/wake/lib/core/list.wake:190:[12-28]) Duplicate global cmp at 'cmp f' (share/wake/lib/core/list.wake:197:[12-16]) and 'cmp f' (../share/wake/lib/core/list.wake:197:[12-16]) Duplicate global tab at 'tab f n' (share/wake/lib/core/list.wake:205:[12-18]) and 'tab f n' (../share/wake/lib/core/list.wake:205:[12-18]) Duplicate global seq at 'tab ()' (share/wake/lib/core/list.wake:209:[18-24]) and 'tab ()' (../share/wake/lib/core/list.wake:209:[18-24]) Duplicate global zip at share/wake/lib/core/list.wake:[211-214]:[18-41] and ../share/wake/lib/core/list.wake:[211-214]:[18-41] Duplicate global unzip at share/wake/lib/core/list.wake:[216-220]:[20-53] and ../share/wake/lib/core/list.wake:[216-220]:[20-53] Duplicate global Some at 'Some' (share/wake/lib/core/option.wake:18:[3-6]) and 'Some' (../share/wake/lib/core/option.wake:18:[3-6]) Duplicate global None at 'None' (share/wake/lib/core/option.wake:19:[3-6]) and 'None' (../share/wake/lib/core/option.wake:19:[3-6]) Duplicate global destruct Option at 'Option' (share/wake/lib/core/option.wake:17:[13-18]) and 'Option' (../share/wake/lib/core/option.wake:17:[13-18]) Duplicate global isSome at share/wake/lib/core/option.wake:[22-24]:[21-16] and ../share/wake/lib/core/option.wake:[22-24]:[21-16] Duplicate global isNone at '! isSome ' (share/wake/lib/core/option.wake:27:[21-30]) and '! isSome ' (../share/wake/lib/core/option.wake:27:[21-30]) Duplicate global getOrElse at 'getOrElse b' (share/wake/lib/core/option.wake:30:[12-22]) and 'getOrElse b' (../share/wake/lib/core/option.wake:30:[12-22]) Duplicate global orElse at share/wake/lib/core/option.wake:[36-39]:[21-19] and ../share/wake/lib/core/option.wake:[36-39]:[21-19] Duplicate global getOrElseFn at 'getOrElseFn fn' (share/wake/lib/core/option.wake:43:[12-25]) and 'getOrElseFn fn' (../share/wake/lib/core/option.wake:43:[12-25]) Duplicate global omap at 'omap f' (share/wake/lib/core/option.wake:48:[12-17]) and 'omap f' (../share/wake/lib/core/option.wake:48:[12-17]) Duplicate global omapPartial at 'omapPartial f' (share/wake/lib/core/option.wake:54:[12-24]) and 'omapPartial f' (../share/wake/lib/core/option.wake:54:[12-24]) Duplicate global ofilter at 'ofilter f' (share/wake/lib/core/option.wake:59:[12-20]) and 'ofilter f' (../share/wake/lib/core/option.wake:59:[12-20]) Duplicate global findSome at 'findSomeFn ()' (share/wake/lib/core/option.wake:65:[23-36]) and 'findSomeFn ()' (../share/wake/lib/core/option.wake:65:[23-36]) Duplicate global findSomeFn at 'findSomeFn fn' (share/wake/lib/core/option.wake:70:[12-24]) and 'findSomeFn fn' (../share/wake/lib/core/option.wake:70:[12-24]) Duplicate global findNone at 'findNoneFn ()' (share/wake/lib/core/option.wake:80:[23-36]) and 'findNoneFn ()' (../share/wake/lib/core/option.wake:80:[23-36]) Duplicate global findNoneFn at 'findNoneFn fn' (share/wake/lib/core/option.wake:85:[12-24]) and 'findNoneFn fn' (../share/wake/lib/core/option.wake:85:[12-24]) Duplicate global getOrFail at 'getOrFail f' (share/wake/lib/core/option.wake:99:[12-22]) and 'getOrFail f' (../share/wake/lib/core/option.wake:99:[12-22]) Duplicate global getOrFailFn at 'getOrFailFn fn' (share/wake/lib/core/option.wake:103:[12-25]) and 'getOrFailFn fn' (../share/wake/lib/core/option.wake:103:[12-25]) Duplicate global getOrPass at 'getOrPass p' (share/wake/lib/core/option.wake:109:[12-22]) and 'getOrPass p' (../share/wake/lib/core/option.wake:109:[12-22]) Duplicate global getOrPassFn at 'getOrPassFn fn' (share/wake/lib/core/option.wake:113:[12-25]) and 'getOrPassFn fn' (../share/wake/lib/core/option.wake:113:[12-25]) Duplicate global LT at 'LT' (share/wake/lib/core/order.wake:22:[3-4]) and 'LT' (../share/wake/lib/core/order.wake:22:[3-4]) Duplicate global EQ at 'EQ' (share/wake/lib/core/order.wake:23:[3-4]) and 'EQ' (../share/wake/lib/core/order.wake:23:[3-4]) Duplicate global GT at 'GT' (share/wake/lib/core/order.wake:24:[3-4]) and 'GT' (../share/wake/lib/core/order.wake:24:[3-4]) Duplicate global destruct Order at 'Order' (share/wake/lib/core/order.wake:21:[13-17]) and 'Order' (../share/wake/lib/core/order.wake:21:[13-17]) Duplicate global isLT at share/wake/lib/core/order.wake:[27-29]:[19-12] and ../share/wake/lib/core/order.wake:[27-29]:[19-12] Duplicate global isEQ at share/wake/lib/core/order.wake:[32-34]:[19-12] and ../share/wake/lib/core/order.wake:[32-34]:[19-12] Duplicate global isGT at share/wake/lib/core/order.wake:[37-39]:[19-12] and ../share/wake/lib/core/order.wake:[37-39]:[19-12] Duplicate global isLE at share/wake/lib/core/order.wake:[42-44]:[19-11] and ../share/wake/lib/core/order.wake:[42-44]:[19-11] Duplicate global isNE at share/wake/lib/core/order.wake:[47-49]:[19-11] and ../share/wake/lib/core/order.wake:[47-49]:[19-11] Duplicate global isGE at share/wake/lib/core/order.wake:[52-54]:[19-11] and ../share/wake/lib/core/order.wake:[52-54]:[19-11] Duplicate global format at 'format any' (share/wake/lib/core/print.wake:17:[12-21]) and 'format any' (../share/wake/lib/core/print.wake:17:[12-21]) Duplicate global Debug at 'Debug' (share/wake/lib/core/print.wake:26:[3-7]) and 'Debug' (../share/wake/lib/core/print.wake:26:[3-7]) Duplicate global Verbose at 'Verbose' (share/wake/lib/core/print.wake:27:[3-9]) and 'Verbose' (../share/wake/lib/core/print.wake:27:[3-9]) Duplicate global Normal at 'Normal' (share/wake/lib/core/print.wake:28:[3-8]) and 'Normal' (../share/wake/lib/core/print.wake:28:[3-8]) Duplicate global Quiet at 'Quiet' (share/wake/lib/core/print.wake:29:[3-7]) and 'Quiet' (../share/wake/lib/core/print.wake:29:[3-7]) Duplicate global destruct LogLevel at 'LogLevel' (share/wake/lib/core/print.wake:25:[13-20]) and 'LogLevel' (../share/wake/lib/core/print.wake:25:[13-20]) Duplicate global Null at 'Null' (share/wake/lib/core/print.wake:32:[3-6]) and 'Null' (../share/wake/lib/core/print.wake:32:[3-6]) Duplicate global Stdout at 'Stdout' (share/wake/lib/core/print.wake:33:[3-8]) and 'Stdout' (../share/wake/lib/core/print.wake:33:[3-8]) Duplicate global Stderr at 'Stderr' (share/wake/lib/core/print.wake:34:[3-8]) and 'Stderr' (../share/wake/lib/core/print.wake:34:[3-8]) Duplicate global destruct EchoTarget at 'EchoTarget' (share/wake/lib/core/print.wake:31:[13-22]) and 'EchoTarget' (../share/wake/lib/core/print.wake:31:[13-22]) Duplicate global logError at share/wake/lib/core/print.wake:[36-38]:[23-16] and ../share/wake/lib/core/print.wake:[36-38]:[23-16] Duplicate global logWarn at share/wake/lib/core/print.wake:[40-42]:[22-16] and ../share/wake/lib/core/print.wake:[40-42]:[22-16] Duplicate global logNormal at share/wake/lib/core/print.wake:[44-46]:[24-16] and ../share/wake/lib/core/print.wake:[44-46]:[24-16] Duplicate global logVerbose at share/wake/lib/core/print.wake:[48-51]:[25-16] and ../share/wake/lib/core/print.wake:[48-51]:[25-16] Duplicate global logDebug at share/wake/lib/core/print.wake:[53-55]:[23-14] and ../share/wake/lib/core/print.wake:[53-55]:[23-14] Duplicate global logNever at share/wake/lib/core/print.wake:[57-59]:[23-14] and ../share/wake/lib/core/print.wake:[57-59]:[23-14] Duplicate global tap at 'tap consumerFn value' (share/wake/lib/core/print.wake:63:[12-31]) and 'tap consumerFn value' (../share/wake/lib/core/print.wake:63:[12-31]) Duplicate global tapLevel at 'tapLevel level formatFn value' (share/wake/lib/core/print.wake:68:[12-40]) and 'tapLevel level formatFn value' (../share/wake/lib/core/print.wake:68:[12-40]) Duplicate global tapError at 'tapLevel logError' (share/wake/lib/core/print.wake:72:[25-41]) and 'tapLevel logError' (../share/wake/lib/core/print.wake:72:[25-41]) Duplicate global tapWarn at 'tapLevel logWarn' (share/wake/lib/core/print.wake:73:[25-40]) and 'tapLevel logWarn' (../share/wake/lib/core/print.wake:73:[25-40]) Duplicate global tapNormal at 'tapLevel logNormal' (share/wake/lib/core/print.wake:74:[25-42]) and 'tapLevel logNormal' (../share/wake/lib/core/print.wake:74:[25-42]) Duplicate global tapVerbose at 'tapLevel logVerbose' (share/wake/lib/core/print.wake:75:[25-43]) and 'tapLevel logVerbose' (../share/wake/lib/core/print.wake:75:[25-43]) Duplicate global tapDebug at 'tapLevel logDebug' (share/wake/lib/core/print.wake:76:[25-41]) and 'tapLevel logDebug' (../share/wake/lib/core/print.wake:76:[25-41]) Duplicate global printLevel at 'printLevel logLevelFn' (share/wake/lib/core/print.wake:86:[12-32]) and 'printLevel logLevelFn' (../share/wake/lib/core/print.wake:86:[12-32]) Duplicate global printlnLevel at 'printlnLevel logLevelFn' (share/wake/lib/core/print.wake:93:[12-34]) and 'printlnLevel logLevelFn' (../share/wake/lib/core/print.wake:93:[12-34]) Duplicate global print at 'printLevel logNormal' (share/wake/lib/core/print.wake:98:[22-41]) and 'printLevel logNormal' (../share/wake/lib/core/print.wake:98:[22-41]) Duplicate global println at 'printlnLevel logNormal' (share/wake/lib/core/print.wake:99:[22-43]) and 'printlnLevel logNormal' (../share/wake/lib/core/print.wake:99:[22-43]) Duplicate global quote at 'quote str' (share/wake/lib/core/regexp.wake:20:[12-20]) and 'quote str' (../share/wake/lib/core/regexp.wake:20:[12-20]) Duplicate global regExpCat at 'regExpCat l' (share/wake/lib/core/regexp.wake:26:[12-22]) and 'regExpCat l' (../share/wake/lib/core/regexp.wake:26:[12-22]) Duplicate global stringToRegExp at 'stringToRegExp str' (share/wake/lib/core/regexp.wake:33:[12-29]) and 'stringToRegExp str' (../share/wake/lib/core/regexp.wake:33:[12-29]) Duplicate global regExpToString at 'regExpToString regexp' (share/wake/lib/core/regexp.wake:35:[12-32]) and 'regExpToString regexp' (../share/wake/lib/core/regexp.wake:35:[12-32]) Duplicate global matches at 'matches testRegexp str' (share/wake/lib/core/regexp.wake:38:[12-33]) and 'matches testRegexp str' (../share/wake/lib/core/regexp.wake:38:[12-33]) Duplicate global extract at 'extract parensRegexp str' (share/wake/lib/core/regexp.wake:42:[12-35]) and 'extract parensRegexp str' (../share/wake/lib/core/regexp.wake:42:[12-35]) Duplicate global replace at 'replace locatorRegexp replacement str' (share/wake/lib/core/regexp.wake:45:[12-48]) and 'replace locatorRegexp replacement str' (../share/wake/lib/core/regexp.wake:45:[12-48]) Duplicate global tokenize at 'tokenize seperatorRegexp str' (share/wake/lib/core/regexp.wake:48:[12-39]) and 'tokenize seperatorRegexp str' (../share/wake/lib/core/regexp.wake:48:[12-39]) Duplicate global Pass at 'Pass' (share/wake/lib/core/result.wake:17:[3-6]) and 'Pass' (../share/wake/lib/core/result.wake:17:[3-6]) Duplicate global Fail at 'Fail' (share/wake/lib/core/result.wake:18:[3-6]) and 'Fail' (../share/wake/lib/core/result.wake:18:[3-6]) Duplicate global destruct Result at 'Result' (share/wake/lib/core/result.wake:16:[13-18]) and 'Result' (../share/wake/lib/core/result.wake:16:[13-18]) Duplicate global isPass at share/wake/lib/core/result.wake:[20-22]:[21-16] and ../share/wake/lib/core/result.wake:[20-22]:[21-16] Duplicate global isFail at share/wake/lib/core/result.wake:[24-26]:[21-15] and ../share/wake/lib/core/result.wake:[24-26]:[21-15] Duplicate global getPass at share/wake/lib/core/result.wake:[28-30]:[22-15] and ../share/wake/lib/core/result.wake:[28-30]:[22-15] Duplicate global getFail at share/wake/lib/core/result.wake:[32-34]:[22-17] and ../share/wake/lib/core/result.wake:[32-34]:[22-17] Duplicate global getWhenFail at 'getWhenFail fail' (share/wake/lib/core/result.wake:36:[12-27]) and 'getWhenFail fail' (../share/wake/lib/core/result.wake:36:[12-27]) Duplicate global rmap at 'rmap fn' (share/wake/lib/core/result.wake:40:[12-18]) and 'rmap fn' (../share/wake/lib/core/result.wake:40:[12-18]) Duplicate global rmapPass at 'rmapPass fn' (share/wake/lib/core/result.wake:46:[12-22]) and 'rmapPass fn' (../share/wake/lib/core/result.wake:46:[12-22]) Duplicate global rmapFail at 'rmapFail fn' (share/wake/lib/core/result.wake:52:[12-22]) and 'rmapFail fn' (../share/wake/lib/core/result.wake:52:[12-22]) Duplicate global findFail at 'findFailFn ()' (share/wake/lib/core/result.wake:58:[23-36]) and 'findFailFn ()' (../share/wake/lib/core/result.wake:58:[23-36]) Duplicate global findFailFn at 'findFailFn fn' (share/wake/lib/core/result.wake:62:[12-24]) and 'findFailFn fn' (../share/wake/lib/core/result.wake:62:[12-24]) Duplicate global findPass at 'findPassFn ()' (share/wake/lib/core/result.wake:74:[23-36]) and 'findPassFn ()' (../share/wake/lib/core/result.wake:74:[23-36]) Duplicate global findPassFn at 'findPassFn fn' (share/wake/lib/core/result.wake:78:[12-24]) and 'findPassFn fn' (../share/wake/lib/core/result.wake:78:[12-24]) Duplicate global panic at 'panic s' (share/wake/lib/core/result.wake:88:[12-18]) and 'panic s' (../share/wake/lib/core/result.wake:88:[12-18]) Duplicate global stack at 'stack s' (share/wake/lib/core/result.wake:90:[12-18]) and 'stack s' (../share/wake/lib/core/result.wake:90:[12-18]) Duplicate global Error at 'Error' (share/wake/lib/core/result.wake:92:[14-18]) and 'Error' (../share/wake/lib/core/result.wake:92:[14-18]) Duplicate global destruct Error at 'Error' (share/wake/lib/core/result.wake:92:[14-18]) and 'Error' (../share/wake/lib/core/result.wake:92:[14-18]) Duplicate global getErrorCause at 'Cause: String' (share/wake/lib/core/result.wake:93:[10-22]) and 'Cause: String' (../share/wake/lib/core/result.wake:93:[10-22]) Duplicate global editErrorCause at 'Cause: String' (share/wake/lib/core/result.wake:93:[10-22]) and 'Cause: String' (../share/wake/lib/core/result.wake:93:[10-22]) Duplicate global setErrorCause at 'Cause: String' (share/wake/lib/core/result.wake:93:[10-22]) and 'Cause: String' (../share/wake/lib/core/result.wake:93:[10-22]) Duplicate global getErrorStack at 'Stack: List String' (share/wake/lib/core/result.wake:94:[10-27]) and 'Stack: List String' (../share/wake/lib/core/result.wake:94:[10-27]) Duplicate global editErrorStack at 'Stack: List String' (share/wake/lib/core/result.wake:94:[10-27]) and 'Stack: List String' (../share/wake/lib/core/result.wake:94:[10-27]) Duplicate global setErrorStack at 'Stack: List String' (share/wake/lib/core/result.wake:94:[10-27]) and 'Stack: List String' (../share/wake/lib/core/result.wake:94:[10-27]) Duplicate global makeError at 'makeError cause' (share/wake/lib/core/result.wake:96:[12-26]) and 'makeError cause' (../share/wake/lib/core/result.wake:96:[12-26]) Duplicate global strlen at 'strlen string' (share/wake/lib/core/string.wake:18:[12-24]) and 'strlen string' (../share/wake/lib/core/string.wake:18:[12-24]) Duplicate global cat at 'cat listString' (share/wake/lib/core/string.wake:20:[12-25]) and 'cat listString' (../share/wake/lib/core/string.wake:20:[12-25]) Duplicate global catWith at 'catWith separator strings' (share/wake/lib/core/string.wake:22:[12-36]) and 'catWith separator strings' (../share/wake/lib/core/string.wake:22:[12-36]) Duplicate global explode at 'explode str' (share/wake/lib/core/string.wake:28:[12-22]) and 'explode str' (../share/wake/lib/core/string.wake:28:[12-22]) Duplicate global strbase at 'strbase base n' (share/wake/lib/core/string.wake:31:[12-25]) and 'strbase base n' (../share/wake/lib/core/string.wake:31:[12-25]) Duplicate global intbase at 'intbase base s' (share/wake/lib/core/string.wake:32:[12-25]) and 'intbase base s' (../share/wake/lib/core/string.wake:32:[12-25]) Duplicate global str at 'str n' (share/wake/lib/core/string.wake:35:[12-16]) and 'str n' (../share/wake/lib/core/string.wake:35:[12-16]) Duplicate global int at 'int s' (share/wake/lib/core/string.wake:36:[12-16]) and 'int s' (../share/wake/lib/core/string.wake:36:[12-16]) Duplicate global integerToUnicode at 'integerToUnicode i' (share/wake/lib/core/string.wake:39:[12-29]) and 'integerToUnicode i' (../share/wake/lib/core/string.wake:39:[12-29]) Duplicate global unicodeToInteger at 'unicodeToInteger s' (share/wake/lib/core/string.wake:40:[12-29]) and 'unicodeToInteger s' (../share/wake/lib/core/string.wake:40:[12-29]) Duplicate global integerToByte at 'integerToByte i' (share/wake/lib/core/string.wake:43:[12-26]) and 'integerToByte i' (../share/wake/lib/core/string.wake:43:[12-26]) Duplicate global byteToInteger at 'byteToInteger s' (share/wake/lib/core/string.wake:44:[12-26]) and 'byteToInteger s' (../share/wake/lib/core/string.wake:44:[12-26]) Duplicate global version at 'prim "version"' (share/wake/lib/core/string.wake:47:[22-35]) and 'prim "version"' (../share/wake/lib/core/string.wake:47:[22-35]) Duplicate global unicodeCanonical at 'unicodeCanonical x' (share/wake/lib/core/string.wake:50:[12-30]) and 'unicodeCanonical x' (../share/wake/lib/core/string.wake:50:[12-30]) Duplicate global unicodeIdentifier at 'unicodeIdentifier x' (share/wake/lib/core/string.wake:51:[12-30]) and 'unicodeIdentifier x' (../share/wake/lib/core/string.wake:51:[12-30]) Duplicate global unicodeLowercase at 'unicodeLowercase x' (share/wake/lib/core/string.wake:52:[12-30]) and 'unicodeLowercase x' (../share/wake/lib/core/string.wake:52:[12-30]) Duplicate global scmpCanonical at 'scmpCanonical x y' (share/wake/lib/core/string.wake:55:[12-28]) and 'scmpCanonical x y' (../share/wake/lib/core/string.wake:55:[12-28]) Duplicate global scmpIdentifier at 'scmpIdentifier x y' (share/wake/lib/core/string.wake:57:[12-29]) and 'scmpIdentifier x y' (../share/wake/lib/core/string.wake:57:[12-29]) Duplicate global scmpLowercase at 'scmpLowercase x y' (share/wake/lib/core/string.wake:59:[12-28]) and 'scmpLowercase x y' (../share/wake/lib/core/string.wake:59:[12-28]) Duplicate global scmp at 'scmp x y' (share/wake/lib/core/string.wake:61:[12-19]) and 'scmp x y' (../share/wake/lib/core/string.wake:61:[12-19]) Duplicate global binary <=>~ at 'x <=>~y' (share/wake/lib/core/string.wake:65:[12-18]) and 'x <=>~y' (../share/wake/lib/core/string.wake:65:[12-18]) Duplicate global binary <~ at 'x <~ y' (share/wake/lib/core/string.wake:68:[12-18]) and 'x <~ y' (../share/wake/lib/core/string.wake:68:[12-18]) Duplicate global binary >~ at 'x >~ y' (share/wake/lib/core/string.wake:71:[12-18]) and 'x >~ y' (../share/wake/lib/core/string.wake:71:[12-18]) Duplicate global binary >=~ at 'x >=~ y' (share/wake/lib/core/string.wake:74:[12-18]) and 'x >=~ y' (../share/wake/lib/core/string.wake:74:[12-18]) Duplicate global binary <=~ at 'x <=~ y' (share/wake/lib/core/string.wake:77:[12-18]) and 'x <=~ y' (../share/wake/lib/core/string.wake:77:[12-18]) Duplicate global binary ==~ at 'x ==~ y' (share/wake/lib/core/string.wake:80:[12-18]) and 'x ==~ y' (../share/wake/lib/core/string.wake:80:[12-18]) Duplicate global binary !=~ at 'x !=~ y' (share/wake/lib/core/string.wake:83:[12-18]) and 'x !=~ y' (../share/wake/lib/core/string.wake:83:[12-18]) Duplicate global binary <=>^ at 'x <=>^y' (share/wake/lib/core/string.wake:86:[12-18]) and 'x <=>^y' (../share/wake/lib/core/string.wake:86:[12-18]) Duplicate global binary <^ at 'x <^ y' (share/wake/lib/core/string.wake:89:[12-18]) and 'x <^ y' (../share/wake/lib/core/string.wake:89:[12-18]) Duplicate global binary >^ at 'x >^ y' (share/wake/lib/core/string.wake:92:[12-18]) and 'x >^ y' (../share/wake/lib/core/string.wake:92:[12-18]) Duplicate global binary >=^ at 'x >=^ y' (share/wake/lib/core/string.wake:95:[12-18]) and 'x >=^ y' (../share/wake/lib/core/string.wake:95:[12-18]) Duplicate global binary <=^ at 'x <=^ y' (share/wake/lib/core/string.wake:98:[12-18]) and 'x <=^ y' (../share/wake/lib/core/string.wake:98:[12-18]) Duplicate global binary ==^ at 'x ==^ y' (share/wake/lib/core/string.wake:101:[12-18]) and 'x ==^ y' (../share/wake/lib/core/string.wake:101:[12-18]) Duplicate global binary !=^ at 'x !=^ y' (share/wake/lib/core/string.wake:104:[12-18]) and 'x !=^ y' (../share/wake/lib/core/string.wake:104:[12-18]) Duplicate global binary <=> at 'x <=>y' (share/wake/lib/core/string.wake:108:[12-18]) and 'x <=>y' (../share/wake/lib/core/string.wake:108:[12-18]) Duplicate global binary < at 'x < y' (share/wake/lib/core/string.wake:111:[12-18]) and 'x < y' (../share/wake/lib/core/string.wake:111:[12-18]) Duplicate global binary > at 'x > y' (share/wake/lib/core/string.wake:114:[12-18]) and 'x > y' (../share/wake/lib/core/string.wake:114:[12-18]) Duplicate global binary >= at 'x >= y' (share/wake/lib/core/string.wake:117:[12-18]) and 'x >= y' (../share/wake/lib/core/string.wake:117:[12-18]) Duplicate global binary <= at 'x <= y' (share/wake/lib/core/string.wake:120:[12-18]) and 'x <= y' (../share/wake/lib/core/string.wake:120:[12-18]) Duplicate global binary == at 'x == y' (share/wake/lib/core/string.wake:123:[12-18]) and 'x == y' (../share/wake/lib/core/string.wake:123:[12-18]) Duplicate global binary != at 'x != y' (share/wake/lib/core/string.wake:126:[12-18]) and 'x !=* y' (../share/wake/lib/core/string.wake:126:[12-18]) Duplicate global binary . at 'argument . memberFn' (share/wake/lib/core/syntax.wake:19:[12-30]) and 'argument . memberFn' (../share/wake/lib/core/syntax.wake:19:[12-30]) Duplicate global binary | at 'argument | pipeFn' (share/wake/lib/core/syntax.wake:20:[12-28]) and 'argument | pipeFn' (../share/wake/lib/core/syntax.wake:20:[12-28]) Duplicate global binary $ at 'dollarFn $ argument' (share/wake/lib/core/syntax.wake:23:[12-30]) and 'dollarFn $ argument' (../share/wake/lib/core/syntax.wake:23:[12-30]) Duplicate global binary ∘ at 'f ∘ g' (share/wake/lib/core/syntax.wake:26:[12-18]) and 'f ∘ g' (../share/wake/lib/core/syntax.wake:26:[12-18]) Duplicate global flip at 'flip f x y' (share/wake/lib/core/syntax.wake:29:[12-21]) and 'flip f x y' (../share/wake/lib/core/syntax.wake:29:[12-21]) Duplicate global tnew at 'tnew cmp' (share/wake/lib/core/tree.wake:29:[12-19]) and 'tnew cmp' (../share/wake/lib/core/tree.wake:29:[12-19]) Duplicate global listToTree at 'listToTree cmp list' (share/wake/lib/core/tree.wake:32:[12-30]) and 'listToTree cmp list' (../share/wake/lib/core/tree.wake:32:[12-30]) Duplicate global listToTreeMulti at 'listToTreeMulti cmp list' (share/wake/lib/core/tree.wake:33:[12-35]) and 'listToTreeMulti cmp list' (../share/wake/lib/core/tree.wake:33:[12-35]) Duplicate global vectorToTreeMulti at 'vectorToTreeMulti cmp v' (share/wake/lib/core/tree.wake:35:[12-34]) and 'vectorToTreeMulti cmp v' (../share/wake/lib/core/tree.wake:35:[12-34]) Duplicate global vectorToTree at 'vectorToTree cmp v' (share/wake/lib/core/tree.wake:39:[12-29]) and 'vectorToTree cmp v' (../share/wake/lib/core/tree.wake:39:[12-29]) Duplicate global tlen at 'tlen (Tree root)' (share/wake/lib/core/tree.wake:56:[12-29]) and 'tlen (Tree root)' (../share/wake/lib/core/tree.wake:56:[12-29]) Duplicate global tempty at 'tempty (Tree root)' (share/wake/lib/core/tree.wake:62:[12-31]) and 'tempty (Tree root)' (../share/wake/lib/core/tree.wake:62:[12-31]) Duplicate global tinsert at 'tinsert y (Tree cmp root)' (share/wake/lib/core/tree.wake:67:[12-36]) and 'tinsert y (Tree cmp root)' (../share/wake/lib/core/tree.wake:67:[12-36]) Duplicate global tinsertReplace at 'tinsertReplace y (Tree cmp root)' (share/wake/lib/core/tree.wake:77:[12-43]) and 'tinsertReplace y (Tree cmp root)' (../share/wake/lib/core/tree.wake:77:[12-43]) Duplicate global tinsertMulti at 'tinsertMulti y (Tree cmp root)' (share/wake/lib/core/tree.wake:87:[12-41]) and 'tinsertMulti y (Tree cmp root)' (../share/wake/lib/core/tree.wake:87:[12-41]) Duplicate global binary ⊆ at 'a ⊆ b' (share/wake/lib/core/tree.wake:96:[12-18]) and 'a ⊆ b' (../share/wake/lib/core/tree.wake:96:[12-18]) Duplicate global binary ⊇ at 'a ⊇ b' (share/wake/lib/core/tree.wake:99:[12-18]) and 'a ⊇ b' (../share/wake/lib/core/tree.wake:99:[12-18]) Duplicate global binary ⊉ at 'a ⊉ b' (share/wake/lib/core/tree.wake:102:[12-18]) and 'a ⊉ b' (../share/wake/lib/core/tree.wake:102:[12-18]) Duplicate global binary ⊈ at 'a ⊈ b' (share/wake/lib/core/tree.wake:105:[12-18]) and 'a ⊈ b' (../share/wake/lib/core/tree.wake:105:[12-18]) Duplicate global binary ⊊ at 'a ⊊ b' (share/wake/lib/core/tree.wake:108:[12-18]) and 'a ⊊ b' (../share/wake/lib/core/tree.wake:108:[12-18]) Duplicate global binary ⊋ at 'a ⊋ b' (share/wake/lib/core/tree.wake:111:[12-18]) and 'a ⊋ b' (../share/wake/lib/core/tree.wake:111:[12-18]) Duplicate global tsubset at 'tsubset (Tree aroot) (Tree cmp broot)' (share/wake/lib/core/tree.wake:114:[12-50]) and 'tsubset (Tree aroot) (Tree cmp broot)' (../share/wake/lib/core/tree.wake:114:[12-50]) Duplicate global tdelete at 'tdelete y (Tree cmp root)' (share/wake/lib/core/tree.wake:123:[12-36]) and 'tdelete y (Tree cmp root)' (../share/wake/lib/core/tree.wake:123:[12-36]) Duplicate global tfoldl at 'tfoldl f a (Tree root)' (share/wake/lib/core/tree.wake:135:[12-35]) and 'tfoldl f a (Tree root)' (../share/wake/lib/core/tree.wake:135:[12-35]) Duplicate global tfoldr at 'tfoldr f a (Tree root)' (share/wake/lib/core/tree.wake:142:[12-35]) and 'tfoldr f a (Tree root)' (../share/wake/lib/core/tree.wake:142:[12-35]) Duplicate global tfoldmap at 'tfoldmap f a g (Tree root)' (share/wake/lib/core/tree.wake:149:[12-39]) and 'tfoldmap f a g (Tree root)' (../share/wake/lib/core/tree.wake:149:[12-39]) Duplicate global tfold at 'tfold f a t' (share/wake/lib/core/tree.wake:155:[12-22]) and 'tfold f a t' (../share/wake/lib/core/tree.wake:155:[12-22]) Duplicate global treeToList at 'tfoldr (,) Nil' (share/wake/lib/core/tree.wake:158:[25-40]) and 'tfoldr (,) Nil' (../share/wake/lib/core/tree.wake:158:[25-40]) Duplicate global tappi at 'tappi f (Tree root)' (share/wake/lib/core/tree.wake:160:[12-32]) and 'tappi f (Tree root)' (../share/wake/lib/core/tree.wake:160:[12-32]) Duplicate global tat at 'tat i (Tree root)' (share/wake/lib/core/tree.wake:172:[12-30]) and 'tat i (Tree root)' (../share/wake/lib/core/tree.wake:172:[12-30]) Duplicate global tsplitAt at 'tsplitAt i (Tree cmp root)' (share/wake/lib/core/tree.wake:184:[12-37]) and 'tsplitAt i (Tree cmp root)' (../share/wake/lib/core/tree.wake:184:[12-37]) Duplicate global ttake at 'ttake i t' (share/wake/lib/core/tree.wake:197:[12-20]) and 'ttake i t' (../share/wake/lib/core/tree.wake:197:[12-20]) Duplicate global tdrop at 'tdrop i t' (share/wake/lib/core/tree.wake:198:[12-20]) and 'tdrop i t' (../share/wake/lib/core/tree.wake:198:[12-20]) Duplicate global tfind at 'tfind f (Tree root)' (share/wake/lib/core/tree.wake:201:[12-32]) and 'tfind f (Tree root)' (../share/wake/lib/core/tree.wake:201:[12-32]) Duplicate global tsplitUntil at 'tsplitUntil f t' (share/wake/lib/core/tree.wake:211:[12-26]) and 'tsplitUntil f t' (../share/wake/lib/core/tree.wake:211:[12-26]) Duplicate global ttakeUntil at 'ttakeUntil f t' (share/wake/lib/core/tree.wake:217:[12-25]) and 'ttakeUntil f t' (../share/wake/lib/core/tree.wake:217:[12-25]) Duplicate global tdropUntil at 'tdropUntil f t' (share/wake/lib/core/tree.wake:218:[12-25]) and 'tdropUntil f t' (../share/wake/lib/core/tree.wake:218:[12-25]) Duplicate global texists at 'texists f t' (share/wake/lib/core/tree.wake:221:[12-22]) and 'texists f t' (../share/wake/lib/core/tree.wake:221:[12-22]) Duplicate global tforall at 'tforall f t' (share/wake/lib/core/tree.wake:225:[12-22]) and 'tforall f t' (../share/wake/lib/core/tree.wake:225:[12-22]) Duplicate global tsplit at 'tsplit y (Tree cmp root)' (share/wake/lib/core/tree.wake:228:[12-35]) and 'tsplit y (Tree cmp root)' (../share/wake/lib/core/tree.wake:228:[12-35]) Duplicate global tsplitBy at 'tsplitBy f (Tree cmp root)' (share/wake/lib/core/tree.wake:259:[12-37]) and 'tsplitBy f (Tree cmp root)' (../share/wake/lib/core/tree.wake:259:[12-37]) Duplicate global tfilter at 'tfilter f (Tree cmp root)' (share/wake/lib/core/tree.wake:271:[12-36]) and 'tfilter f (Tree cmp root)' (../share/wake/lib/core/tree.wake:271:[12-36]) Duplicate global tmin at 'tmin (Tree root)' (share/wake/lib/core/tree.wake:281:[12-29]) and 'tmin (Tree root)' (../share/wake/lib/core/tree.wake:281:[12-29]) Duplicate global tmax at 'tmax (Tree root)' (share/wake/lib/core/tree.wake:292:[12-29]) and 'tmax (Tree root)' (../share/wake/lib/core/tree.wake:292:[12-29]) Duplicate global tlowerGE at 'tlowerGE y (Tree cmp root)' (share/wake/lib/core/tree.wake:303:[12-37]) and 'tlowerGE y (Tree cmp root)' (../share/wake/lib/core/tree.wake:303:[12-37]) Duplicate global tlowerGT at 'tlowerGT y (Tree cmp root)' (share/wake/lib/core/tree.wake:310:[12-37]) and 'tlowerGT y (Tree cmp root)' (../share/wake/lib/core/tree.wake:310:[12-37]) Duplicate global tupperLT at 'tupperLT y (Tree cmp root)' (share/wake/lib/core/tree.wake:330:[12-37]) and 'tupperLT y (Tree cmp root)' (../share/wake/lib/core/tree.wake:330:[12-37]) Duplicate global tupperLE at 'tupperLE y (Tree cmp root)' (share/wake/lib/core/tree.wake:337:[12-37]) and 'tupperLE y (Tree cmp root)' (../share/wake/lib/core/tree.wake:337:[12-37]) Duplicate global tequal at 'tequal y (Tree cmp root)' (share/wake/lib/core/tree.wake:358:[12-35]) and 'tequal y (Tree cmp root)' (../share/wake/lib/core/tree.wake:358:[12-35]) Duplicate global binary ∈ at 'x ∈ y' (share/wake/lib/core/tree.wake:374:[12-18]) and 'x ∈ y' (../share/wake/lib/core/tree.wake:374:[12-18]) Duplicate global binary ∉ at 'x ∉ y' (share/wake/lib/core/tree.wake:377:[12-18]) and 'x ∉ y' (../share/wake/lib/core/tree.wake:377:[12-18]) Duplicate global binary ∋ at 'x ∋ y' (share/wake/lib/core/tree.wake:380:[12-18]) and 'x ∋ y' (../share/wake/lib/core/tree.wake:380:[12-18]) Duplicate global binary ∌ at 'x ∌ y' (share/wake/lib/core/tree.wake:383:[12-18]) and 'x ∌ y' (../share/wake/lib/core/tree.wake:383:[12-18]) Duplicate global tcontains at 'tcontains y t' (share/wake/lib/core/tree.wake:385:[12-24]) and 'tcontains y t' (../share/wake/lib/core/tree.wake:385:[12-24]) Duplicate global tdistinctBy at 'tdistinctBy cmp t' (share/wake/lib/core/tree.wake:393:[12-28]) and 'tdistinctBy cmp t' (../share/wake/lib/core/tree.wake:393:[12-28]) Duplicate global tdistinctRunBy at 'tdistinctRunBy f t' (share/wake/lib/core/tree.wake:397:[12-29]) and 'tdistinctRunBy f t' (../share/wake/lib/core/tree.wake:397:[12-29]) Duplicate global binary ∪ at 'a ∪ b' (share/wake/lib/core/tree.wake:401:[12-18]) and 'a ∪ b' (../share/wake/lib/core/tree.wake:401:[12-18]) Duplicate global tunion at 'tunion (Tree aroot) (Tree cmp broot)' (share/wake/lib/core/tree.wake:404:[12-49]) and 'tunion (Tree aroot) (Tree cmp broot)' (../share/wake/lib/core/tree.wake:404:[12-49]) Duplicate global binary ⊎ at 'a ⊎ b' (share/wake/lib/core/tree.wake:415:[12-18]) and 'a ⊎ b' (../share/wake/lib/core/tree.wake:415:[12-18]) Duplicate global tunionMulti at share/wake/lib/core/tree.wake:416:[12-54] and ../share/wake/lib/core/tree.wake:416:[12-54] Duplicate global binary \ at 'a ∖ b' (share/wake/lib/core/tree.wake:434:[12-18]) and 'a ∖ b' (../share/wake/lib/core/tree.wake:434:[12-18]) Duplicate global tsubtract at share/wake/lib/core/tree.wake:435:[12-52] and ../share/wake/lib/core/tree.wake:435:[12-52] Duplicate global binary ∩ at 'a ∩ b' (share/wake/lib/core/tree.wake:444:[12-18]) and 'a ∩ b' (../share/wake/lib/core/tree.wake:444:[12-18]) Duplicate global tintersect at share/wake/lib/core/tree.wake:445:[12-53] and ../share/wake/lib/core/tree.wake:445:[12-53] Duplicate global Unit at 'Unit' (share/wake/lib/core/tuple.wake:17:[20-23]) and 'Unit' (../share/wake/lib/core/tuple.wake:17:[20-23]) Duplicate global destruct Unit at 'Unit' (share/wake/lib/core/tuple.wake:17:[13-16]) and 'Unit' (../share/wake/lib/core/tuple.wake:17:[13-16]) Duplicate global Pair at 'Pair' (share/wake/lib/core/tuple.wake:20:[14-17]) and 'Pair' (../share/wake/lib/core/tuple.wake:20:[14-17]) Duplicate global destruct Pair at 'Pair' (share/wake/lib/core/tuple.wake:20:[14-17]) and 'Pair' (../share/wake/lib/core/tuple.wake:20:[14-17]) Duplicate global getPairFirst at 'First: a' (share/wake/lib/core/tuple.wake:21:[10-18]) and 'First: a' (../share/wake/lib/core/tuple.wake:21:[10-18]) Duplicate global editPairFirst at 'First: a' (share/wake/lib/core/tuple.wake:21:[10-18]) and 'First: a' (../share/wake/lib/core/tuple.wake:21:[10-18]) Duplicate global setPairFirst at 'First: a' (share/wake/lib/core/tuple.wake:21:[10-18]) and 'First: a' (../share/wake/lib/core/tuple.wake:21:[10-18]) Duplicate global getPairSecond at 'Second: b' (share/wake/lib/core/tuple.wake:22:[10-18]) and 'Second: b' (../share/wake/lib/core/tuple.wake:22:[10-18]) Duplicate global editPairSecond at 'Second: b' (share/wake/lib/core/tuple.wake:22:[10-18]) and 'Second: b' (../share/wake/lib/core/tuple.wake:22:[10-18]) Duplicate global setPairSecond at 'Second: b' (share/wake/lib/core/tuple.wake:22:[10-18]) and 'Second: b' (../share/wake/lib/core/tuple.wake:22:[10-18]) Duplicate global binary → at 'x → y' (share/wake/lib/core/tuple.wake:25:[12-18]) and 'x → y' (../share/wake/lib/core/tuple.wake:25:[12-18]) Duplicate global Triple at 'Triple' (share/wake/lib/core/tuple.wake:28:[14-19]) and 'Triple' (../share/wake/lib/core/tuple.wake:28:[14-19]) Duplicate global destruct Triple at 'Triple' (share/wake/lib/core/tuple.wake:28:[14-19]) and 'Triple' (../share/wake/lib/core/tuple.wake:28:[14-19]) Duplicate global getTripleFirst at 'First: a' (share/wake/lib/core/tuple.wake:29:[10-18]) and 'First: a' (../share/wake/lib/core/tuple.wake:29:[10-18]) Duplicate global editTripleFirst at 'First: a' (share/wake/lib/core/tuple.wake:29:[10-18]) and 'First: a' (../share/wake/lib/core/tuple.wake:29:[10-18]) Duplicate global setTripleFirst at 'First: a' (share/wake/lib/core/tuple.wake:29:[10-18]) and 'First: a' (../share/wake/lib/core/tuple.wake:29:[10-18]) Duplicate global getTripleSecond at 'Second: b' (share/wake/lib/core/tuple.wake:30:[10-18]) and 'Second: b' (../share/wake/lib/core/tuple.wake:30:[10-18]) Duplicate global editTripleSecond at 'Second: b' (share/wake/lib/core/tuple.wake:30:[10-18]) and 'Second: b' (../share/wake/lib/core/tuple.wake:30:[10-18]) Duplicate global setTripleSecond at 'Second: b' (share/wake/lib/core/tuple.wake:30:[10-18]) and 'Second: b' (../share/wake/lib/core/tuple.wake:30:[10-18]) Duplicate global getTripleThird at 'Third: c' (share/wake/lib/core/tuple.wake:31:[10-18]) and 'Third: c' (../share/wake/lib/core/tuple.wake:31:[10-18]) Duplicate global editTripleThird at 'Third: c' (share/wake/lib/core/tuple.wake:31:[10-18]) and 'Third: c' (../share/wake/lib/core/tuple.wake:31:[10-18]) Duplicate global setTripleThird at 'Third: c' (share/wake/lib/core/tuple.wake:31:[10-18]) and 'Third: c' (../share/wake/lib/core/tuple.wake:31:[10-18]) Duplicate global listToVector at 'listToVector l' (share/wake/lib/core/vector.wake:20:[12-25]) and 'listToVector l' (../share/wake/lib/core/vector.wake:20:[12-25]) Duplicate global treeToVector at 'treeToVector t' (share/wake/lib/core/vector.wake:34:[12-25]) and 'treeToVector t' (../share/wake/lib/core/vector.wake:34:[12-25]) Duplicate global vempty at 'vempty (Vector s e)' (share/wake/lib/core/vector.wake:46:[12-32]) and 'vempty (Vector s e)' (../share/wake/lib/core/vector.wake:46:[12-32]) Duplicate global vlen at 'vlen (Vector s e)' (share/wake/lib/core/vector.wake:49:[12-30]) and 'vlen (Vector s e)' (../share/wake/lib/core/vector.wake:49:[12-30]) Duplicate global vectorToList at 'vfoldr (,) Nil' (share/wake/lib/core/vector.wake:52:[27-42]) and 'vfoldr (,) Nil' (../share/wake/lib/core/vector.wake:52:[27-42]) Duplicate global vsplitAt at 'vsplitAt i (Vector v s e)' (share/wake/lib/core/vector.wake:56:[12-36]) and 'vsplitAt i (Vector v s e)' (../share/wake/lib/core/vector.wake:56:[12-36]) Duplicate global vtake at 'vtake i v' (share/wake/lib/core/vector.wake:61:[12-20]) and 'vtake i v' (../share/wake/lib/core/vector.wake:61:[12-20]) Duplicate global vdrop at 'vdrop i v' (share/wake/lib/core/vector.wake:64:[12-20]) and 'vdrop i v' (../share/wake/lib/core/vector.wake:64:[12-20]) Duplicate global vat at 'vat i (Vector v s e)' (share/wake/lib/core/vector.wake:67:[12-31]) and 'vat i (Vector v s e)' (../share/wake/lib/core/vector.wake:67:[12-31]) Duplicate global vmap at 'vmap f v' (share/wake/lib/core/vector.wake:77:[12-19]) and 'vmap f v' (../share/wake/lib/core/vector.wake:77:[12-19]) Duplicate global vseq at 'vseq n' (share/wake/lib/core/vector.wake:78:[12-17]) and 'vseq n' (../share/wake/lib/core/vector.wake:78:[12-17]) Duplicate global vzip at 'vzip a b' (share/wake/lib/core/vector.wake:79:[12-19]) and 'vzip a b' (../share/wake/lib/core/vector.wake:79:[12-19]) Duplicate global vunzip at 'vunzip v' (share/wake/lib/core/vector.wake:80:[12-19]) and 'vunzip v' (../share/wake/lib/core/vector.wake:80:[12-19]) Duplicate global vreverse at 'vreverse v' (share/wake/lib/core/vector.wake:84:[12-21]) and 'vreverse v' (../share/wake/lib/core/vector.wake:84:[12-21]) Duplicate global vfoldl at 'vfoldl f a v' (share/wake/lib/core/vector.wake:89:[12-23]) and 'vfoldl f a v' (../share/wake/lib/core/vector.wake:89:[12-23]) Duplicate global vfoldr at 'vfoldr f a v' (share/wake/lib/core/vector.wake:97:[12-23]) and 'vfoldr f a v' (../share/wake/lib/core/vector.wake:97:[12-23]) Duplicate global vfoldmap at 'vfoldmap f a g v' (share/wake/lib/core/vector.wake:104:[12-27]) and 'vfoldmap f a g v' (../share/wake/lib/core/vector.wake:104:[12-27]) Duplicate global vfold at 'vfold f a v' (share/wake/lib/core/vector.wake:115:[12-22]) and 'vfold f a v' (../share/wake/lib/core/vector.wake:115:[12-22]) Duplicate global vfind at 'vfind f v' (share/wake/lib/core/vector.wake:117:[12-20]) and 'vfind f v' (../share/wake/lib/core/vector.wake:117:[12-20]) Duplicate global vsplitUntil at 'vsplitUntil f v' (share/wake/lib/core/vector.wake:125:[12-26]) and 'vsplitUntil f v' (../share/wake/lib/core/vector.wake:125:[12-26]) Duplicate global vtakeUntil at 'vtakeUntil f t' (share/wake/lib/core/vector.wake:131:[12-25]) and 'vtakeUntil f t' (../share/wake/lib/core/vector.wake:131:[12-25]) Duplicate global vdropUntil at 'vdropUntil f t' (share/wake/lib/core/vector.wake:132:[12-25]) and 'vdropUntil f t' (../share/wake/lib/core/vector.wake:132:[12-25]) Duplicate global vexists at 'vexists f t' (share/wake/lib/core/vector.wake:135:[12-22]) and 'vexists f t' (../share/wake/lib/core/vector.wake:135:[12-22]) Duplicate global vforall at 'vforall f t' (share/wake/lib/core/vector.wake:139:[12-22]) and 'vforall f t' (../share/wake/lib/core/vector.wake:139:[12-22]) Duplicate global vsplitBy at 'vsplitBy f v' (share/wake/lib/core/vector.wake:141:[12-23]) and 'vsplitBy f v' (../share/wake/lib/core/vector.wake:141:[12-23]) Duplicate global vfilter at 'vfilter f v' (share/wake/lib/core/vector.wake:159:[12-22]) and 'vfilter f v' (../share/wake/lib/core/vector.wake:159:[12-22]) Duplicate global vunfoldl at 'vunfoldl f a n' (share/wake/lib/core/vector.wake:161:[12-25]) and 'vunfoldl f a n' (../share/wake/lib/core/vector.wake:161:[12-25]) Duplicate global vscanl at 'vscanl f a v' (share/wake/lib/core/vector.wake:174:[12-23]) and 'vscanl f a v' (../share/wake/lib/core/vector.wake:174:[12-23]) Duplicate global vscanr at 'vscanr f a v' (share/wake/lib/core/vector.wake:188:[12-23]) and 'vscanr f a v' (../share/wake/lib/core/vector.wake:188:[12-23]) Duplicate global vscanmap at 'vscanmap f a g v' (share/wake/lib/core/vector.wake:205:[12-27]) and 'vscanmap f a g v' (../share/wake/lib/core/vector.wake:205:[12-27]) Duplicate global vscan at 'vscan f a v' (share/wake/lib/core/vector.wake:244:[12-22]) and 'vscan f a v' (../share/wake/lib/core/vector.wake:244:[12-22]) Duplicate global vsortBy at 'vsortBy lt v' (share/wake/lib/core/vector.wake:247:[12-23]) and 'vsortBy lt v' (../share/wake/lib/core/vector.wake:247:[12-23]) Duplicate global vdistinctBy at 'vdistinctBy cmp v' (share/wake/lib/core/vector.wake:280:[12-28]) and 'vdistinctBy cmp v' (../share/wake/lib/core/vector.wake:280:[12-28]) Duplicate global vdistinctRunBy at 'vdistinctRunBy eq v' (share/wake/lib/core/vector.wake:289:[12-30]) and 'vdistinctRunBy eq v' (../share/wake/lib/core/vector.wake:289:[12-30]) Duplicate global vcmp at 'vcmp f l r' (share/wake/lib/core/vector.wake:297:[12-21]) and 'vcmp f l r' (../share/wake/lib/core/vector.wake:297:[12-21]) Duplicate global vtranspose at 'vtranspose v' (share/wake/lib/core/vector.wake:307:[12-23]) and 'vtranspose v' (../share/wake/lib/core/vector.wake:307:[12-23]) Duplicate global vflatten at 'vflatten vo' (share/wake/lib/core/vector.wake:311:[12-22]) and 'vflatten vo' (../share/wake/lib/core/vector.wake:311:[12-22]) Duplicate global vtab at 'vtab f n' (share/wake/lib/core/vector.wake:329:[12-19]) and 'vtab f n' (../share/wake/lib/core/vector.wake:329:[12-19]) Duplicate global installAs at 'installAs dest file' (share/wake/lib/system/cp.wake:16:[12-30]) and 'installAs dest file' (../share/wake/lib/system/cp.wake:16:[12-30]) Duplicate global installIn at 'installIn dir file' (share/wake/lib/system/cp.wake:28:[12-29]) and 'installIn dir file' (../share/wake/lib/system/cp.wake:28:[12-29]) Duplicate global sysname at 'uname.getPairFirst' (share/wake/lib/system/environment.wake:18:[22-39]) and 'uname.getPairFirst' (../share/wake/lib/system/environment.wake:18:[22-39]) Duplicate global machine at 'uname.getPairSecond' (share/wake/lib/system/environment.wake:19:[22-40]) and 'uname.getPairSecond' (../share/wake/lib/system/environment.wake:19:[22-40]) Duplicate global path at share/wake/lib/system/environment.wake:30:[19-64] and ../share/wake/lib/system/environment.wake:30:[19-64] Duplicate global environment at 'subscribe environment' (share/wake/lib/system/environment.wake:33:[26-46]) and 'subscribe environment' (../share/wake/lib/system/environment.wake:33:[26-46]) Duplicate global getenv at 'getenv key' (share/wake/lib/system/environment.wake:36:[12-21]) and 'getenv key' (../share/wake/lib/system/environment.wake:36:[12-21]) Duplicate global getEnvironment at 'getEnvironment key environment' (share/wake/lib/system/environment.wake:45:[12-41]) and 'getEnvironment key environment' (../share/wake/lib/system/environment.wake:45:[12-41]) Duplicate global unsetEnvironment at 'unsetEnvironment key environment' (share/wake/lib/system/environment.wake:51:[12-43]) and 'unsetEnvironment key environment' (../share/wake/lib/system/environment.wake:51:[12-43]) Duplicate global setEnvironment at 'setEnvironment key value environment' (share/wake/lib/system/environment.wake:56:[12-47]) and 'setEnvironment key value environment' (../share/wake/lib/system/environment.wake:56:[12-47]) Duplicate global editEnvironment at 'editEnvironment key fn environment' (share/wake/lib/system/environment.wake:63:[12-45]) and 'editEnvironment key fn environment' (../share/wake/lib/system/environment.wake:63:[12-45]) Duplicate global addEnvironmentPath at 'addEnvironmentPath path environment' (share/wake/lib/system/environment.wake:71:[12-46]) and 'addEnvironmentPath path environment' (../share/wake/lib/system/environment.wake:71:[12-46]) Duplicate global addEnvironmentPathOpt at share/wake/lib/system/environment.wake:79:[12-52] and ../share/wake/lib/system/environment.wake:79:[12-52] Duplicate global compileC at 'compileC variant' (share/wake/lib/system/gcc.wake:57:[12-27]) and 'compileC variant' (../share/wake/lib/system/gcc.wake:57:[12-27]) Duplicate global linkO at 'linkO variant' (share/wake/lib/system/gcc.wake:58:[12-27]) and 'linkO variant' (../share/wake/lib/system/gcc.wake:58:[12-27]) Duplicate global getUsageStatus at 'Status: Integer' (share/wake/lib/system/job.wake:17:[10-26]) and 'Status: Integer' (../share/wake/lib/system/job.wake:17:[10-26]) Duplicate global editUsageStatus at 'Status: Integer' (share/wake/lib/system/job.wake:17:[10-26]) and 'Status: Integer' (../share/wake/lib/system/job.wake:17:[10-26]) Duplicate global setUsageStatus at 'Status: Integer' (share/wake/lib/system/job.wake:17:[10-26]) and 'Status: Integer' (../share/wake/lib/system/job.wake:17:[10-26]) Duplicate global getUsageRuntime at 'Runtime: Double' (share/wake/lib/system/job.wake:18:[10-25]) and 'Runtime: Double' (../share/wake/lib/system/job.wake:18:[10-25]) Duplicate global editUsageRuntime at 'Runtime: Double' (share/wake/lib/system/job.wake:18:[10-25]) and 'Runtime: Double' (../share/wake/lib/system/job.wake:18:[10-25]) Duplicate global setUsageRuntime at 'Runtime: Double' (share/wake/lib/system/job.wake:18:[10-25]) and 'Runtime: Double' (../share/wake/lib/system/job.wake:18:[10-25]) Duplicate global getUsageCPUtime at 'CPUtime: Double' (share/wake/lib/system/job.wake:19:[10-25]) and 'CPUtime: Double' (../share/wake/lib/system/job.wake:19:[10-25]) Duplicate global editUsageCPUtime at 'CPUtime: Double' (share/wake/lib/system/job.wake:19:[10-25]) and 'CPUtime: Double' (../share/wake/lib/system/job.wake:19:[10-25]) Duplicate global setUsageCPUtime at 'CPUtime: Double' (share/wake/lib/system/job.wake:19:[10-25]) and 'CPUtime: Double' (../share/wake/lib/system/job.wake:19:[10-25]) Duplicate global getUsageMemBytes at 'MemBytes: Integer' (share/wake/lib/system/job.wake:20:[10-26]) and 'MemBytes: Integer' (../share/wake/lib/system/job.wake:20:[10-26]) Duplicate global editUsageMemBytes at 'MemBytes: Integer' (share/wake/lib/system/job.wake:20:[10-26]) and 'MemBytes: Integer' (../share/wake/lib/system/job.wake:20:[10-26]) Duplicate global setUsageMemBytes at 'MemBytes: Integer' (share/wake/lib/system/job.wake:20:[10-26]) and 'MemBytes: Integer' (../share/wake/lib/system/job.wake:20:[10-26]) Duplicate global getUsageInBytes at 'InBytes: Integer' (share/wake/lib/system/job.wake:21:[10-26]) and 'InBytes: Integer' (../share/wake/lib/system/job.wake:21:[10-26]) Duplicate global editUsageInBytes at 'InBytes: Integer' (share/wake/lib/system/job.wake:21:[10-26]) and 'InBytes: Integer' (../share/wake/lib/system/job.wake:21:[10-26]) Duplicate global setUsageInBytes at 'InBytes: Integer' (share/wake/lib/system/job.wake:21:[10-26]) and 'InBytes: Integer' (../share/wake/lib/system/job.wake:21:[10-26]) Duplicate global getUsageOutBytes at 'OutBytes: Integer' (share/wake/lib/system/job.wake:22:[10-26]) and 'OutBytes: Integer' (../share/wake/lib/system/job.wake:22:[10-26]) Duplicate global editUsageOutBytes at 'OutBytes: Integer' (share/wake/lib/system/job.wake:22:[10-26]) and 'OutBytes: Integer' (../share/wake/lib/system/job.wake:22:[10-26]) Duplicate global setUsageOutBytes at 'OutBytes: Integer' (share/wake/lib/system/job.wake:22:[10-26]) and 'OutBytes: Integer' (../share/wake/lib/system/job.wake:22:[10-26]) Duplicate global getUsageThreads at 'getUsageThreads (Usage run cpu )' (share/wake/lib/system/job.wake:24:[12-50]) and 'getUsageThreads (Usage run cpu )' (../share/wake/lib/system/job.wake:24:[12-50]) Duplicate global getRunnerInputCommand at 'Command: List String' (share/wake/lib/system/job.wake:29:[10-33]) and 'Command: List String' (../share/wake/lib/system/job.wake:29:[10-33]) Duplicate global editRunnerInputCommand at 'Command: List String' (share/wake/lib/system/job.wake:29:[10-33]) and 'Command: List String' (../share/wake/lib/system/job.wake:29:[10-33]) Duplicate global setRunnerInputCommand at 'Command: List String' (share/wake/lib/system/job.wake:29:[10-33]) and 'Command: List String' (../share/wake/lib/system/job.wake:29:[10-33]) Duplicate global getRunnerInputVisible at 'Visible: List Path' (share/wake/lib/system/job.wake:30:[10-31]) and 'Visible: List Path' (../share/wake/lib/system/job.wake:30:[10-31]) Duplicate global editRunnerInputVisible at 'Visible: List Path' (share/wake/lib/system/job.wake:30:[10-31]) and 'Visible: List Path' (../share/wake/lib/system/job.wake:30:[10-31]) Duplicate global setRunnerInputVisible at 'Visible: List Path' (share/wake/lib/system/job.wake:30:[10-31]) and 'Visible: List Path' (../share/wake/lib/system/job.wake:30:[10-31]) Duplicate global getRunnerInputEnvironment at 'Environment: List String' (share/wake/lib/system/job.wake:31:[10-33]) and 'Environment: List String' (../share/wake/lib/system/job.wake:31:[10-33]) Duplicate global editRunnerInputEnvironment at 'Environment: List String' (share/wake/lib/system/job.wake:31:[10-33]) and 'Environment: List String' (../share/wake/lib/system/job.wake:31:[10-33]) Duplicate global setRunnerInputEnvironment at 'Environment: List String' (share/wake/lib/system/job.wake:31:[10-33]) and 'Environment: List String' (../share/wake/lib/system/job.wake:31:[10-33]) Duplicate global getRunnerInputDirectory at 'Directory: String' (share/wake/lib/system/job.wake:32:[10-28]) and 'Directory: String' (../share/wake/lib/system/job.wake:32:[10-28]) Duplicate global editRunnerInputDirectory at 'Directory: String' (share/wake/lib/system/job.wake:32:[10-28]) and 'Directory: String' (../share/wake/lib/system/job.wake:32:[10-28]) Duplicate global setRunnerInputDirectory at 'Directory: String' (share/wake/lib/system/job.wake:32:[10-28]) and 'Directory: String' (../share/wake/lib/system/job.wake:32:[10-28]) Duplicate global getRunnerInputStdin at 'Stdin: String' (share/wake/lib/system/job.wake:33:[10-28]) and 'Stdin: String' (../share/wake/lib/system/job.wake:33:[10-28]) Duplicate global editRunnerInputStdin at 'Stdin: String' (share/wake/lib/system/job.wake:33:[10-28]) and 'Stdin: String' (../share/wake/lib/system/job.wake:33:[10-28]) Duplicate global setRunnerInputStdin at 'Stdin: String' (share/wake/lib/system/job.wake:33:[10-28]) and 'Stdin: String' (../share/wake/lib/system/job.wake:33:[10-28]) Duplicate global getRunnerInputResources at 'Resources: List String' (share/wake/lib/system/job.wake:34:[10-33]) and 'Resources: List String' (../share/wake/lib/system/job.wake:34:[10-33]) Duplicate global editRunnerInputResources at 'Resources: List String' (share/wake/lib/system/job.wake:34:[10-33]) and 'Resources: List String' (../share/wake/lib/system/job.wake:34:[10-33]) Duplicate global setRunnerInputResources at 'Resources: List String' (share/wake/lib/system/job.wake:34:[10-33]) and 'Resources: List String' (../share/wake/lib/system/job.wake:34:[10-33]) Duplicate global getRunnerInputPrefix at 'Prefix: String' (share/wake/lib/system/job.wake:35:[10-28]) and 'Prefix: String' (../share/wake/lib/system/job.wake:35:[10-28]) Duplicate global editRunnerInputPrefix at 'Prefix: String' (share/wake/lib/system/job.wake:35:[10-28]) and 'Prefix: String' (../share/wake/lib/system/job.wake:35:[10-28]) Duplicate global setRunnerInputPrefix at 'Prefix: String' (share/wake/lib/system/job.wake:35:[10-28]) and 'Prefix: String' (../share/wake/lib/system/job.wake:35:[10-28]) Duplicate global getRunnerInputRecord at 'Record: Usage' (share/wake/lib/system/job.wake:36:[10-27]) and 'Record: Usage' (../share/wake/lib/system/job.wake:36:[10-27]) Duplicate global editRunnerInputRecord at 'Record: Usage' (share/wake/lib/system/job.wake:36:[10-27]) and 'Record: Usage' (../share/wake/lib/system/job.wake:36:[10-27]) Duplicate global setRunnerInputRecord at 'Record: Usage' (share/wake/lib/system/job.wake:36:[10-27]) and 'Record: Usage' (../share/wake/lib/system/job.wake:36:[10-27]) Duplicate global getRunnerOutputInputs at 'Inputs: List String' (share/wake/lib/system/job.wake:39:[10-29]) and 'Inputs: List String' (../share/wake/lib/system/job.wake:39:[10-29]) Duplicate global editRunnerOutputInputs at 'Inputs: List String' (share/wake/lib/system/job.wake:39:[10-29]) and 'Inputs: List String' (../share/wake/lib/system/job.wake:39:[10-29]) Duplicate global setRunnerOutputInputs at 'Inputs: List String' (share/wake/lib/system/job.wake:39:[10-29]) and 'Inputs: List String' (../share/wake/lib/system/job.wake:39:[10-29]) Duplicate global getRunnerOutputOutputs at 'Outputs: List String' (share/wake/lib/system/job.wake:40:[10-29]) and 'Outputs: List String' (../share/wake/lib/system/job.wake:40:[10-29]) Duplicate global editRunnerOutputOutputs at 'Outputs: List String' (share/wake/lib/system/job.wake:40:[10-29]) and 'Outputs: List String' (../share/wake/lib/system/job.wake:40:[10-29]) Duplicate global setRunnerOutputOutputs at 'Outputs: List String' (share/wake/lib/system/job.wake:40:[10-29]) and 'Outputs: List String' (../share/wake/lib/system/job.wake:40:[10-29]) Duplicate global getRunnerOutputUsage at 'Usage: Usage' (share/wake/lib/system/job.wake:41:[10-23]) and 'Usage: Usage' (../share/wake/lib/system/job.wake:41:[10-23]) Duplicate global editRunnerOutputUsage at 'Usage: Usage' (share/wake/lib/system/job.wake:41:[10-23]) and 'Usage: Usage' (../share/wake/lib/system/job.wake:41:[10-23]) Duplicate global setRunnerOutputUsage at 'Usage: Usage' (share/wake/lib/system/job.wake:41:[10-23]) and 'Usage: Usage' (../share/wake/lib/system/job.wake:41:[10-23]) Duplicate global getRunnerName at 'Name: String' (share/wake/lib/system/job.wake:45:[10-22]) and 'Name: String' (../share/wake/lib/system/job.wake:45:[10-22]) Duplicate global editRunnerName at 'Name: String' (share/wake/lib/system/job.wake:45:[10-22]) and 'Name: String' (../share/wake/lib/system/job.wake:45:[10-22]) Duplicate global setRunnerName at 'Name: String' (share/wake/lib/system/job.wake:45:[10-22]) and 'Name: String' (../share/wake/lib/system/job.wake:45:[10-22]) Duplicate global getRunnerScore at 'Score: Plan => Result Double String' (share/wake/lib/system/job.wake:46:[10-44]) and 'Score: Plan => Result Double String' (../share/wake/lib/system/job.wake:46:[10-44]) Duplicate global editRunnerScore at 'Score: Plan => Result Double String' (share/wake/lib/system/job.wake:46:[10-44]) and 'Score: Plan => Result Double String' (../share/wake/lib/system/job.wake:46:[10-44]) Duplicate global setRunnerScore at 'Score: Plan => Result Double String' (share/wake/lib/system/job.wake:46:[10-44]) and 'Score: Plan => Result Double String' (../share/wake/lib/system/job.wake:46:[10-44]) Duplicate global makeRunner at share/wake/lib/system/job.wake:60:[12-58] and ../share/wake/lib/system/job.wake:60:[12-58] Duplicate global ReRun at 'ReRun' (share/wake/lib/system/job.wake:70:[3-7]) and 'ReRun' (../share/wake/lib/system/job.wake:70:[3-7]) Duplicate global Once at 'Once' (share/wake/lib/system/job.wake:71:[3-6]) and 'Once' (../share/wake/lib/system/job.wake:71:[3-6]) Duplicate global Keep at 'Keep' (share/wake/lib/system/job.wake:72:[3-6]) and 'Keep' (../share/wake/lib/system/job.wake:72:[3-6]) Duplicate global Share at 'Share' (share/wake/lib/system/job.wake:73:[3-7]) and 'Share' (../share/wake/lib/system/job.wake:73:[3-7]) Duplicate global destruct Persistence at 'Persistence' (share/wake/lib/system/job.wake:69:[13-23]) and 'Persistence' (../share/wake/lib/system/job.wake:69:[13-23]) Duplicate global getPlanCommand at 'Command: List String' (share/wake/lib/system/job.wake:77:[10-34]) and 'Command: List String' (../share/wake/lib/system/job.wake:77:[10-34]) Duplicate global editPlanCommand at 'Command: List String' (share/wake/lib/system/job.wake:77:[10-34]) and 'Command: List String' (../share/wake/lib/system/job.wake:77:[10-34]) Duplicate global setPlanCommand at 'Command: List String' (share/wake/lib/system/job.wake:77:[10-34]) and 'Command: List String' (../share/wake/lib/system/job.wake:77:[10-34]) Duplicate global getPlanVisible at 'Visible: List Path' (share/wake/lib/system/job.wake:78:[10-32]) and 'Visible: List Path' (../share/wake/lib/system/job.wake:78:[10-32]) Duplicate global editPlanVisible at 'Visible: List Path' (share/wake/lib/system/job.wake:78:[10-32]) and 'Visible: List Path' (../share/wake/lib/system/job.wake:78:[10-32]) Duplicate global setPlanVisible at 'Visible: List Path' (share/wake/lib/system/job.wake:78:[10-32]) and 'Visible: List Path' (../share/wake/lib/system/job.wake:78:[10-32]) Duplicate global getPlanEnvironment at 'Environment: List String' (share/wake/lib/system/job.wake:79:[10-34]) and 'Environment: List String' (../share/wake/lib/system/job.wake:79:[10-34]) Duplicate global editPlanEnvironment at 'Environment: List String' (share/wake/lib/system/job.wake:79:[10-34]) and 'Environment: List String' (../share/wake/lib/system/job.wake:79:[10-34]) Duplicate global setPlanEnvironment at 'Environment: List String' (share/wake/lib/system/job.wake:79:[10-34]) and 'Environment: List String' (../share/wake/lib/system/job.wake:79:[10-34]) Duplicate global getPlanDirectory at 'Directory: String' (share/wake/lib/system/job.wake:80:[10-29]) and 'Directory: String' (../share/wake/lib/system/job.wake:80:[10-29]) Duplicate global editPlanDirectory at 'Directory: String' (share/wake/lib/system/job.wake:80:[10-29]) and 'Directory: String' (../share/wake/lib/system/job.wake:80:[10-29]) Duplicate global setPlanDirectory at 'Directory: String' (share/wake/lib/system/job.wake:80:[10-29]) and 'Directory: String' (../share/wake/lib/system/job.wake:80:[10-29]) Duplicate global getPlanStdin at 'Stdin: String' (share/wake/lib/system/job.wake:81:[10-29]) and 'Stdin: String' (../share/wake/lib/system/job.wake:81:[10-29]) Duplicate global editPlanStdin at 'Stdin: String' (share/wake/lib/system/job.wake:81:[10-29]) and 'Stdin: String' (../share/wake/lib/system/job.wake:81:[10-29]) Duplicate global setPlanStdin at 'Stdin: String' (share/wake/lib/system/job.wake:81:[10-29]) and 'Stdin: String' (../share/wake/lib/system/job.wake:81:[10-29]) Duplicate global getPlanStdout at 'Stdout: (LogLevel => EchoTarget)' (share/wake/lib/system/job.wake:82:[10-47]) and 'Stdout: (LogLevel => EchoTarget)' (../share/wake/lib/system/job.wake:82:[10-47]) Duplicate global editPlanStdout at 'Stdout: (LogLevel => EchoTarget)' (share/wake/lib/system/job.wake:82:[10-47]) and 'Stdout: (LogLevel => EchoTarget)' (../share/wake/lib/system/job.wake:82:[10-47]) Duplicate global setPlanStdout at 'Stdout: (LogLevel => EchoTarget)' (share/wake/lib/system/job.wake:82:[10-47]) and 'Stdout: (LogLevel => EchoTarget)' (../share/wake/lib/system/job.wake:82:[10-47]) Duplicate global getPlanStderr at 'Stderr: (LogLevel => EchoTarget)' (share/wake/lib/system/job.wake:83:[10-47]) and 'Stderr: (LogLevel => EchoTarget)' (../share/wake/lib/system/job.wake:83:[10-47]) Duplicate global editPlanStderr at 'Stderr: (LogLevel => EchoTarget)' (share/wake/lib/system/job.wake:83:[10-47]) and 'Stderr: (LogLevel => EchoTarget)' (../share/wake/lib/system/job.wake:83:[10-47]) Duplicate global setPlanStderr at 'Stderr: (LogLevel => EchoTarget)' (share/wake/lib/system/job.wake:83:[10-47]) and 'Stderr: (LogLevel => EchoTarget)' (../share/wake/lib/system/job.wake:83:[10-47]) Duplicate global getPlanEcho at 'Echo: LogLevel' (share/wake/lib/system/job.wake:84:[10-31]) and 'Echo: LogLevel' (../share/wake/lib/system/job.wake:84:[10-31]) Duplicate global editPlanEcho at 'Echo: LogLevel' (share/wake/lib/system/job.wake:84:[10-31]) and 'Echo: LogLevel' (../share/wake/lib/system/job.wake:84:[10-31]) Duplicate global setPlanEcho at 'Echo: LogLevel' (share/wake/lib/system/job.wake:84:[10-31]) and 'Echo: LogLevel' (../share/wake/lib/system/job.wake:84:[10-31]) Duplicate global getPlanPersistence at 'Persistence: Persistence' (share/wake/lib/system/job.wake:85:[10-34]) and 'Persistence: Persistence' (../share/wake/lib/system/job.wake:85:[10-34]) Duplicate global editPlanPersistence at 'Persistence: Persistence' (share/wake/lib/system/job.wake:85:[10-34]) and 'Persistence: Persistence' (../share/wake/lib/system/job.wake:85:[10-34]) Duplicate global setPlanPersistence at 'Persistence: Persistence' (share/wake/lib/system/job.wake:85:[10-34]) and 'Persistence: Persistence' (../share/wake/lib/system/job.wake:85:[10-34]) Duplicate global getPlanLocalOnly at 'LocalOnly: Boolean' (share/wake/lib/system/job.wake:86:[10-30]) and 'LocalOnly: Boolean' (../share/wake/lib/system/job.wake:86:[10-30]) Duplicate global editPlanLocalOnly at 'LocalOnly: Boolean' (share/wake/lib/system/job.wake:86:[10-30]) and 'LocalOnly: Boolean' (../share/wake/lib/system/job.wake:86:[10-30]) Duplicate global setPlanLocalOnly at 'LocalOnly: Boolean' (share/wake/lib/system/job.wake:86:[10-30]) and 'LocalOnly: Boolean' (../share/wake/lib/system/job.wake:86:[10-30]) Duplicate global getPlanResources at 'Resources: List String' (share/wake/lib/system/job.wake:87:[10-34]) and 'Resources: List String' (../share/wake/lib/system/job.wake:87:[10-34]) Duplicate global editPlanResources at 'Resources: List String' (share/wake/lib/system/job.wake:87:[10-34]) and 'Resources: List String' (../share/wake/lib/system/job.wake:87:[10-34]) Duplicate global setPlanResources at 'Resources: List String' (share/wake/lib/system/job.wake:87:[10-34]) and 'Resources: List String' (../share/wake/lib/system/job.wake:87:[10-34]) Duplicate global getPlanRunnerFilter at 'RunnerFilter: Runner => Boolean' (share/wake/lib/system/job.wake:88:[10-40]) and 'RunnerFilter: Runner => Boolean' (../share/wake/lib/system/job.wake:88:[10-40]) Duplicate global editPlanRunnerFilter at 'RunnerFilter: Runner => Boolean' (share/wake/lib/system/job.wake:88:[10-40]) and 'RunnerFilter: Runner => Boolean' (../share/wake/lib/system/job.wake:88:[10-40]) Duplicate global setPlanRunnerFilter at 'RunnerFilter: Runner => Boolean' (share/wake/lib/system/job.wake:88:[10-40]) and 'RunnerFilter: Runner => Boolean' (../share/wake/lib/system/job.wake:88:[10-40]) Duplicate global getPlanUsage at 'Usage: Usage' (share/wake/lib/system/job.wake:89:[10-28]) and 'Usage: Usage' (../share/wake/lib/system/job.wake:89:[10-28]) Duplicate global editPlanUsage at 'Usage: Usage' (share/wake/lib/system/job.wake:89:[10-28]) and 'Usage: Usage' (../share/wake/lib/system/job.wake:89:[10-28]) Duplicate global setPlanUsage at 'Usage: Usage' (share/wake/lib/system/job.wake:89:[10-28]) and 'Usage: Usage' (../share/wake/lib/system/job.wake:89:[10-28]) Duplicate global getPlanFnInputs at share/wake/lib/system/job.wake:90:[10-51] and ../share/wake/lib/system/job.wake:90:[10-51] Duplicate global editPlanFnInputs at share/wake/lib/system/job.wake:90:[10-51] and ../share/wake/lib/system/job.wake:90:[10-51] Duplicate global setPlanFnInputs at share/wake/lib/system/job.wake:90:[10-51] and ../share/wake/lib/system/job.wake:90:[10-51] Duplicate global getPlanFnOutputs at share/wake/lib/system/job.wake:91:[10-51] and ../share/wake/lib/system/job.wake:91:[10-51] Duplicate global editPlanFnOutputs at share/wake/lib/system/job.wake:91:[10-51] and ../share/wake/lib/system/job.wake:91:[10-51] Duplicate global setPlanFnOutputs at share/wake/lib/system/job.wake:91:[10-51] and ../share/wake/lib/system/job.wake:91:[10-51] Duplicate global getPlanOnce at 'getPlanOnce p' (share/wake/lib/system/job.wake:105:[12-25]) and 'getPlanOnce p' (../share/wake/lib/system/job.wake:105:[12-25]) Duplicate global getPlanKeep at 'getPlanKeep p' (share/wake/lib/system/job.wake:106:[12-25]) and 'getPlanKeep p' (../share/wake/lib/system/job.wake:106:[12-25]) Duplicate global getPlanShare at 'getPlanShare p' (share/wake/lib/system/job.wake:107:[12-25]) and 'getPlanShare p' (../share/wake/lib/system/job.wake:107:[12-25]) Duplicate global setPlanOnce at 'setPlanOnce v p' (share/wake/lib/system/job.wake:109:[12-27]) and 'setPlanOnce v p' (../share/wake/lib/system/job.wake:109:[12-27]) Duplicate global setPlanKeep at 'setPlanKeep v p' (share/wake/lib/system/job.wake:110:[12-27]) and 'setPlanKeep v p' (../share/wake/lib/system/job.wake:110:[12-27]) Duplicate global setPlanShare at 'setPlanShare v p' (share/wake/lib/system/job.wake:111:[12-27]) and 'setPlanShare v p' (../share/wake/lib/system/job.wake:111:[12-27]) Duplicate global editPlanOnce at 'editPlanOnce f' (share/wake/lib/system/job.wake:114:[12-25]) and 'editPlanOnce f' (../share/wake/lib/system/job.wake:114:[12-25]) Duplicate global editPlanKeep at 'editPlanKeep f' (share/wake/lib/system/job.wake:123:[12-25]) and 'editPlanKeep f' (../share/wake/lib/system/job.wake:123:[12-25]) Duplicate global editPlanShare at 'editPlanShare f' (share/wake/lib/system/job.wake:132:[12-26]) and 'editPlanShare f' (../share/wake/lib/system/job.wake:132:[12-26]) Duplicate global makePlan at 'makePlan cmd visible' (share/wake/lib/system/job.wake:155:[12-31]) and 'makePlan cmd visible' (../share/wake/lib/system/job.wake:155:[12-31]) Duplicate global makeShellPlan at 'makeShellPlan script visible' (share/wake/lib/system/job.wake:158:[12-39]) and 'makeShellPlan script visible' (../share/wake/lib/system/job.wake:158:[12-39]) Duplicate global localRunner at share/wake/lib/system/job.wake:[166-184]:[1-27] and ../share/wake/lib/system/job.wake:[166-184]:[1-27] Duplicate global virtualRunner at share/wake/lib/system/job.wake:[187-203]:[1-37] and ../share/wake/lib/system/job.wake:[187-203]:[1-37] Duplicate global runJobWith at share/wake/lib/system/job.wake:277:[12-122] and ../share/wake/lib/system/job.wake:277:[12-122] Duplicate global runJob at 'runJob p' (share/wake/lib/system/job.wake:285:[12-19]) and 'runJob p' (../share/wake/lib/system/job.wake:285:[12-19]) Duplicate global getJobReport at share/wake/lib/system/job.wake:[331-332]:[1-22] and ../share/wake/lib/system/job.wake:[331-332]:[1-22] Duplicate global getJobRecord at share/wake/lib/system/job.wake:[336-337]:[1-29] and ../share/wake/lib/system/job.wake:[336-337]:[1-29] Duplicate global makeBadPath at 'makeBadPath error' (share/wake/lib/system/job.wake:339:[12-28]) and 'makeBadPath error' (../share/wake/lib/system/job.wake:339:[12-28]) Duplicate global killJob at 'killJob job signal' (share/wake/lib/system/job.wake:354:[12-29]) and 'killJob job signal' (../share/wake/lib/system/job.wake:354:[12-29]) Duplicate global getJobStdout at 'getJobStdout job' (share/wake/lib/system/job.wake:355:[12-28]) and 'getJobStdout job' (../share/wake/lib/system/job.wake:355:[12-28]) Duplicate global getJobStderr at 'getJobStderr job' (share/wake/lib/system/job.wake:356:[12-28]) and 'getJobStderr job' (../share/wake/lib/system/job.wake:356:[12-28]) Duplicate global getJobInputs at 'getJobInputs job' (share/wake/lib/system/job.wake:357:[12-28]) and 'getJobInputs job' (../share/wake/lib/system/job.wake:357:[12-28]) Duplicate global getJobOutputs at 'getJobOutputs job' (share/wake/lib/system/job.wake:358:[12-28]) and 'getJobOutputs job' (../share/wake/lib/system/job.wake:358:[12-28]) Duplicate global getJobFailedInputs at 'getJobFailedInputs job' (share/wake/lib/system/job.wake:359:[12-34]) and 'getJobFailedInputs job' (../share/wake/lib/system/job.wake:359:[12-34]) Duplicate global getJobFailedOutputs at 'getJobFailedOutputs job' (share/wake/lib/system/job.wake:360:[12-34]) and 'getJobFailedOutputs job' (../share/wake/lib/system/job.wake:360:[12-34]) Duplicate global getJobId at 'getJobId job' (share/wake/lib/system/job.wake:361:[12-23]) and 'getJobId job' (../share/wake/lib/system/job.wake:361:[12-23]) Duplicate global getJobDescription at 'getJobDescription job' (share/wake/lib/system/job.wake:362:[12-32]) and 'getJobDescription job' (../share/wake/lib/system/job.wake:362:[12-32]) Duplicate global getJobOutput at 'getJobOutput job' (share/wake/lib/system/job.wake:363:[12-27]) and 'getJobOutput job' (../share/wake/lib/system/job.wake:363:[12-27]) Duplicate global isJobOk at 'isJobOk job' (share/wake/lib/system/job.wake:371:[12-22]) and 'isJobOk job' (../share/wake/lib/system/job.wake:371:[12-22]) Duplicate global Exited at 'Exited' (share/wake/lib/system/job.wake:376:[3-8]) and 'Exited' (../share/wake/lib/system/job.wake:376:[3-8]) Duplicate global Signaled at 'Signaled' (share/wake/lib/system/job.wake:377:[3-10]) and 'Signaled' (../share/wake/lib/system/job.wake:377:[3-10]) Duplicate global Aborted at 'Aborted' (share/wake/lib/system/job.wake:378:[3-9]) and 'Aborted' (../share/wake/lib/system/job.wake:378:[3-9]) Duplicate global destruct Status at 'Status' (share/wake/lib/system/job.wake:375:[13-18]) and 'Status' (../share/wake/lib/system/job.wake:375:[13-18]) Duplicate global getJobStatus at 'getJobStatus job' (share/wake/lib/system/job.wake:380:[12-27]) and 'getJobStatus job' (../share/wake/lib/system/job.wake:380:[12-27]) Duplicate global fuseRunner at share/wake/lib/system/job.wake:[391-394]:[1-31] and ../share/wake/lib/system/job.wake:[391-394]:[1-31] Duplicate global preloadRunner at share/wake/lib/system/job.wake:[397-400]:[1-34] and ../share/wake/lib/system/job.wake:[397-400]:[1-34] Duplicate global defaultRunner at share/wake/lib/system/job.wake:[407-414]:[28-48] and ../share/wake/lib/system/job.wake:[407-414]:[28-48] Duplicate global makeJSONRunner at 'makeJSONRunner rawScript score estimate' (share/wake/lib/system/job.wake:419:[12-50]) and 'makeJSONRunner rawScript score estimate' (../share/wake/lib/system/job.wake:419:[12-50]) Duplicate global getPathResult at 'getPathResult path' (share/wake/lib/system/job.wake:496:[12-29]) and 'getPathResult path' (../share/wake/lib/system/job.wake:496:[12-29]) Duplicate global getPathError at 'getPathError path' (share/wake/lib/system/job.wake:500:[12-28]) and 'getPathError path' (../share/wake/lib/system/job.wake:500:[12-28]) Duplicate global getPathName at 'getPathName path' (share/wake/lib/system/job.wake:504:[12-27]) and 'getPathName path' (../share/wake/lib/system/job.wake:504:[12-27]) Duplicate global getPathChild at 'getPathChild path' (share/wake/lib/system/job.wake:508:[12-28]) and 'getPathChild path' (../share/wake/lib/system/job.wake:508:[12-28]) Duplicate global getPathParent at 'getPathParent path' (share/wake/lib/system/job.wake:512:[12-29]) and 'getPathParent path' (../share/wake/lib/system/job.wake:512:[12-29]) Duplicate global makeStatePath at 'makeStatePath file' (share/wake/lib/system/job.wake:552:[12-29]) and 'makeStatePath file' (../share/wake/lib/system/job.wake:552:[12-29]) Duplicate global job at 'job cmd visible' (share/wake/lib/system/job.wake:569:[12-26]) and 'job cmd visible' (../share/wake/lib/system/job.wake:569:[12-26]) Duplicate global shellJob at 'shellJob script visible' (share/wake/lib/system/job.wake:573:[12-34]) and 'shellJob script visible' (../share/wake/lib/system/job.wake:573:[12-34]) Duplicate global read at 'read path' (share/wake/lib/system/path.wake:17:[12-20]) and 'read path' (../share/wake/lib/system/path.wake:17:[12-20]) Duplicate global simplify at 'simplify path' (share/wake/lib/system/path.wake:26:[12-24]) and 'simplify path' (../share/wake/lib/system/path.wake:26:[12-24]) Duplicate global relative at 'relative dir path' (share/wake/lib/system/path.wake:29:[12-28]) and 'relative dir path' (../share/wake/lib/system/path.wake:29:[12-28]) Duplicate global whichIn at 'whichIn path exec' (share/wake/lib/system/path.wake:32:[15-31]) and 'whichIn path exec' (../share/wake/lib/system/path.wake:32:[15-31]) Duplicate global which at 'which exec' (share/wake/lib/system/path.wake:36:[12-21]) and 'which exec' (../share/wake/lib/system/path.wake:36:[12-21]) Duplicate global workspace at 'prim "workspace"' (share/wake/lib/system/path.wake:37:[24-39]) and 'prim "workspace"' (../share/wake/lib/system/path.wake:37:[24-39]) Duplicate global mkdirIn at 'mkdirIn parent mode name' (share/wake/lib/system/path.wake:66:[12-35]) and 'mkdirIn parent mode name' (../share/wake/lib/system/path.wake:66:[12-35]) Duplicate global mkdir at 'mkdir path' (share/wake/lib/system/path.wake:70:[12-21]) and 'mkdir path' (../share/wake/lib/system/path.wake:70:[12-21]) Duplicate global writeIn at 'writeIn parent mode name content' (share/wake/lib/system/path.wake:98:[12-43]) and 'writeIn parent mode name content' (../share/wake/lib/system/path.wake:98:[12-43]) Duplicate global write at 'write path content' (share/wake/lib/system/path.wake:102:[12-29]) and 'write path content' (../share/wake/lib/system/path.wake:102:[12-29]) Duplicate global SysLib at 'SysLib' (share/wake/lib/system/pkgconfig.wake:16:[14-19]) and 'SysLib' (../share/wake/lib/system/pkgconfig.wake:16:[14-19]) Duplicate global destruct SysLib at 'SysLib' (share/wake/lib/system/pkgconfig.wake:16:[14-19]) and 'SysLib' (../share/wake/lib/system/pkgconfig.wake:16:[14-19]) Duplicate global getSysLibVerison at 'Verison: String' (share/wake/lib/system/pkgconfig.wake:17:[10-24]) and 'Verison: String' (../share/wake/lib/system/pkgconfig.wake:17:[10-24]) Duplicate global editSysLibVerison at 'Verison: String' (share/wake/lib/system/pkgconfig.wake:17:[10-24]) and 'Verison: String' (../share/wake/lib/system/pkgconfig.wake:17:[10-24]) Duplicate global setSysLibVerison at 'Verison: String' (share/wake/lib/system/pkgconfig.wake:17:[10-24]) and 'Verison: String' (../share/wake/lib/system/pkgconfig.wake:17:[10-24]) Duplicate global getSysLibHeaders at 'Headers: List Path' (share/wake/lib/system/pkgconfig.wake:18:[10-27]) and 'Headers: List Path' (../share/wake/lib/system/pkgconfig.wake:18:[10-27]) Duplicate global editSysLibHeaders at 'Headers: List Path' (share/wake/lib/system/pkgconfig.wake:18:[10-27]) and 'Headers: List Path' (../share/wake/lib/system/pkgconfig.wake:18:[10-27]) Duplicate global setSysLibHeaders at 'Headers: List Path' (share/wake/lib/system/pkgconfig.wake:18:[10-27]) and 'Headers: List Path' (../share/wake/lib/system/pkgconfig.wake:18:[10-27]) Duplicate global getSysLibObjects at 'Objects: List Path' (share/wake/lib/system/pkgconfig.wake:19:[10-27]) and 'Objects: List Path' (../share/wake/lib/system/pkgconfig.wake:19:[10-27]) Duplicate global editSysLibObjects at 'Objects: List Path' (share/wake/lib/system/pkgconfig.wake:19:[10-27]) and 'Objects: List Path' (../share/wake/lib/system/pkgconfig.wake:19:[10-27]) Duplicate global setSysLibObjects at 'Objects: List Path' (share/wake/lib/system/pkgconfig.wake:19:[10-27]) and 'Objects: List Path' (../share/wake/lib/system/pkgconfig.wake:19:[10-27]) Duplicate global getSysLibCFlags at 'CFlags: List String' (share/wake/lib/system/pkgconfig.wake:20:[10-29]) and 'CFlags: List String' (../share/wake/lib/system/pkgconfig.wake:20:[10-29]) Duplicate global editSysLibCFlags at 'CFlags: List String' (share/wake/lib/system/pkgconfig.wake:20:[10-29]) and 'CFlags: List String' (../share/wake/lib/system/pkgconfig.wake:20:[10-29]) Duplicate global setSysLibCFlags at 'CFlags: List String' (share/wake/lib/system/pkgconfig.wake:20:[10-29]) and 'CFlags: List String' (../share/wake/lib/system/pkgconfig.wake:20:[10-29]) Duplicate global getSysLibLFlags at 'LFlags: List String' (share/wake/lib/system/pkgconfig.wake:21:[10-29]) and 'LFlags: List String' (../share/wake/lib/system/pkgconfig.wake:21:[10-29]) Duplicate global editSysLibLFlags at 'LFlags: List String' (share/wake/lib/system/pkgconfig.wake:21:[10-29]) and 'LFlags: List String' (../share/wake/lib/system/pkgconfig.wake:21:[10-29]) Duplicate global setSysLibLFlags at 'LFlags: List String' (share/wake/lib/system/pkgconfig.wake:21:[10-29]) and 'LFlags: List String' (../share/wake/lib/system/pkgconfig.wake:21:[10-29]) Duplicate global makeSysLib at 'makeSysLib version' (share/wake/lib/system/pkgconfig.wake:23:[12-29]) and 'makeSysLib version' (../share/wake/lib/system/pkgconfig.wake:23:[12-29]) Duplicate global flattenSysLibs at 'flattenSysLibs packages' (share/wake/lib/system/pkgconfig.wake:24:[12-34]) and 'flattenSysLibs packages' (../share/wake/lib/system/pkgconfig.wake:24:[12-34]) Duplicate global pkgConfig at 'pkgConfig pkg' (share/wake/lib/system/pkgconfig.wake:47:[12-24]) and 'pkgConfig pkg' (../share/wake/lib/system/pkgconfig.wake:47:[12-24]) Duplicate global files at 'files dir regexp' (share/wake/lib/system/sources.wake:24:[12-27]) and 'files dir regexp' (../share/wake/lib/system/sources.wake:24:[12-27]) Duplicate global source at 'source file' (share/wake/lib/system/sources.wake:40:[12-22]) and 'source file' (../share/wake/lib/system/sources.wake:40:[12-22]) Duplicate global sources at 'sources dir filterRegexp' (share/wake/lib/system/sources.wake:49:[12-35]) and 'sources dir filterRegexp' (../share/wake/lib/system/sources.wake:49:[12-35])
Aborting without execution <<<
Ah. The problem is you installed wake into itself. I should probably change 'make install' not to do that. In your wake directory, just run 'rm -rf install' and it should work again.
Yeah , it is working now, but I didn't understand the problem , whether it is from my side or in make file itself.
I have written following code in tutorial.wake file: publish animal = "Cat", Nil publish animal = "Dog", Nil publish animal = replace
u
"o" "Mouse", Nil global def animals = subscribe animal and then in terminal If I am writing : wake 'animals' then what should be the expected output.? here, it is giving me error and last , printed that ,