-
-
Save eugeneware/b0227338ef41b659b416 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| copying actionscript files... | |
| copying air files... | |
| building static actionscript library... | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/com/adobe/serialization/json/JSONEncoder.as:159 | |
| Error: Implicit coercion of a value of type Number to an unrelated type String. | |
| c = b.charCodeAt(); | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/com/adobe/serialization/json/JSONEncoder.as:161 | |
| Error: Implicit coercion of a value of type String to an unrelated type Number. | |
| Math.floor(c / 16).toString(16) + | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/com/adobe/serialization/json/JSONEncoder.as:162 | |
| Error: Implicit coercion of a value of type String to an unrelated type Number. | |
| (c % 16).toString(16); | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/com/hurlant/crypto/tls/TLSTest.as:165 | |
| Warning: variable definition duplicates function parameter: host. | |
| var host:String = host; | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/com/hurlant/util/Hex.as:23 | |
| Error: Implicit coercion of a value of type Boolean to an unrelated type Number. | |
| if (hex.length&1==1) hex="0"+hex; | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/com/hurlant/util/asn1/type/ASN1Type.as:166 | |
| Error: Implicit coercion of a value of type Boolean to an unrelated type Number. | |
| } while (o&0x80!=0); | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/com/probertson/utils/CRC32Generator.as:75 | |
| Warning: Initializer value -1 for type 'uint' must be between 0 and 4294967295 inclusive. An initial value of 4294967295 will be used instead. | |
| var result:uint = ~0; | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/com/probertson/utils/GZIPBytesEncoder.as:244 | |
| Error: Implicit coercion of a value of type Boolean to an unrelated type Number. | |
| flagsError = ((flags >> 2) & 1 == 1) ? true : flagsError; | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/com/probertson/utils/GZIPBytesEncoder.as:245 | |
| Error: Implicit coercion of a value of type Boolean to an unrelated type Number. | |
| flagsError = ((flags >> 1) & 1 == 1) ? true : flagsError; | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/com/probertson/utils/GZIPBytesEncoder.as:246 | |
| Error: Implicit coercion of a value of type Boolean to an unrelated type Number. | |
| flagsError = (flags & 1 == 1) ? true : flagsError; | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/com/smtp/encoding/Base64.as:72 | |
| Warning: Assignment within conditional. Did you mean == instead of =? | |
| while ( bufferSize = pByteArray.bytesAvailable ) { | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/memorphic/parser/SyntaxTree.as:216 | |
| Warning: Assignment within conditional. Did you mean == instead of =? | |
| while(!(marker = (stack.pop() as RuleMarker))) { /* Do nothing. */ } | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/memorphic/parser/Tokenizer.as:141 | |
| Warning: Assignment within conditional. Did you mean == instead of =? | |
| if((cachedState = stateCache[tokenPosition] as TokenizerState)) | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/memorphic/utils/XMLUtil.as:44 | |
| Warning: Assignment within conditional. Did you mean == instead of =? | |
| while(p = p.parent()){ | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/memorphic/utils/XMLUtil.as:99 | |
| Warning: Assignment within conditional. Did you mean == instead of =? | |
| while((p=p.parent())){ | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/memorphic/utils/XMLUtil.as:113 | |
| Warning: Assignment within conditional. Did you mean == instead of =? | |
| while((p=p.parent())){ | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/memorphic/utils/XMLUtil.as:118 | |
| Warning: Assignment within conditional. Did you mean == instead of =? | |
| while((p=p.parent())){ | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/memorphic/xpath/model/PredicateList.as:59 | |
| Warning: Assignment within conditional. Did you mean == instead of =? | |
| if((posPred = predicates[i] as SimplePositionPredicate)){ | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/memorphic/xpath/model/StandardFunctions.as:542 | |
| Warning: Assignment within conditional. Did you mean == instead of =? | |
| }while(p = p.parent()); | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/memorphic/xpath/parser/XPathParser.as:343 | |
| Warning: Assignment within conditional. Did you mean == instead of =? | |
| if((primExpr = (expr as PrimitiveValue)) && primExpr.value is uint){ | |
| ^ | |
| /Users/eugeneware/Dropbox/work/samuraiapp/builds/MarketSamurai/actionscript/static/memorphic/xpath/parser/XPathTokenizer.as:54 | |
| Warning: declaration 'pattern' will be scoped to the default namespace: internal. It will not be visible outside of this package. | |
| namespace pattern; | |
| ^ | |
| make: *** [actionscript/lib/static.swc] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment