Closed mkoncek closed 3 years ago
I've noticed these too, but since no class of ours is found in the trace, this might be more of an issue to file at https://github.com/bobbylight/RSyntaxTextArea. Because the topmost trace is related to Token, which RSyntaxArea uses for syntax highlighting, it might have something to do with our Global Log Console being filled during compilation and the alike operations. We misuse the SAS highlighting to at least put a little color into the log (until a custom highlighter is implemented), and there might be some logic of SAS that like... checks for bracket pairing or whatever and we violate that by forcing it to parse log lines.
So the general problem is that sometimes the stderr / even GUI log is so flooded that i cannot easily tell whether the compilation succeeded or not. But i think given that this project is still in heavy development, we want to have rather more error outputs than a message like: "Something went wrong lol".
thye are harmless, and are caused by syntax highlghetr used in gui log. You can always set different.
The compiler actually reports pretty well. Not much intentnions to change anything here. if the compile failed, it clearly writes it failed.
-- Mgr. Jiri Vanek @.***
---------- Původní e-mail ---------- Od: mkoncek @.> Komu: pmikova/java-runtime-decompiler @. github.com> Datum: 27. 10. 2021 11:11:04 Předmět: Re: [pmikova/java-runtime-decompiler] AWT exceptions (Issue #214) "
So the general problem is that sometimes the stderr / even GUI log is so flooded that i cannot easily tell whether the compilation succeeded or not. But i think given that this project is still in heavy development, we want to have rather more error outputs rather than "Something went wrong lol".
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub (https://github.com/pmikova/java-runtime-decompiler/issues/214#issuecomment-952705738) , or unsubscribe (https://github.com/notifications/unsubscribe-auth/AAWFCS5SSKBMU5SFPF6W24DUI7F3BANCNFSM5GZYWXCA) . Triage notifications on the go with GitHub Mobile for iOS (https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or Android (https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub) . "
Randomly compiling files causes the following exception message to be printed (but the exception is catched somewhere)