Opened 9 years ago

Last modified 9 years ago

#12652 confirmed Bug

GCC's logs are useless

Reported by: Piotrek Koszuliński Owned by:
Priority: Normal Milestone:
Component: Project : CKBuilder Version:
Keywords: Cc: Wiktor Walc

Description

The GCC does not say where the WARNING is. It just says it's in en.js, but there are dozens of en.js files.

Logs:

com.google.javascript.jscomp.LoggerErrorManager println
WARNING: en.js:5: WARNING - Parse error. Internet Explorer has a non-standard intepretation of trailing commas. Arrays will have the wrong length and objects will not parse at all.
} );
 ^

Change History (3)

comment:1 Changed 9 years ago by Jakub Ś

Status: newconfirmed

comment:2 Changed 9 years ago by Wiktor Walc

As a temporary workaround increasing --debug-level may help in finding the proper file.

comment:3 Changed 9 years ago by Piotrek Koszuliński

For the future reference:

./dev/builder/build.sh --debug-level 5 > debug.txt 2>&1
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy