-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved diagnostic rendering #42236
base: master
Are you sure you want to change the base?
Improved diagnostic rendering #42236
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49316b7 - Browse repository at this point
Copy the full SHA 49316b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e214c3 - Browse repository at this point
Copy the full SHA 0e214c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61bc9fc - Browse repository at this point
Copy the full SHA 61bc9fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for affe957 - Browse repository at this point
Copy the full SHA affe957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5585a3b - Browse repository at this point
Copy the full SHA 5585a3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6399787 - Browse repository at this point
Copy the full SHA 6399787View commit details -
Configuration menu - View commit details
-
Copy full SHA for a43a4ff - Browse repository at this point
Copy the full SHA a43a4ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5477c0 - Browse repository at this point
Copy the full SHA f5477c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c79a1c8 - Browse repository at this point
Copy the full SHA c79a1c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 662b8df - Browse repository at this point
Copy the full SHA 662b8dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd77867 - Browse repository at this point
Copy the full SHA bd77867View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac7c15f - Browse repository at this point
Copy the full SHA ac7c15fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05373ed - Browse repository at this point
Copy the full SHA 05373edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 837a200 - Browse repository at this point
Copy the full SHA 837a200View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cf9400 - Browse repository at this point
Copy the full SHA 5cf9400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b43f9c - Browse repository at this point
Copy the full SHA 5b43f9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea57515 - Browse repository at this point
Copy the full SHA ea57515View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d3a6f0 - Browse repository at this point
Copy the full SHA 3d3a6f0View commit details -
Update jline version for test compatibility
jline 3.25.1 which is the latest at time of writing, breaks most of our test cases related ballerina shell. After testing around it seems that this is caused by the dumbterminal. Even though tests failed the bal shell command seems to work as usual. There is no mention of this issue on jline's issues and I was not able to reproduce it in a sample java project. The version bump I needed to access jansi from within jline happened in jline 3.25.0, therefore instead of 3.25.1 I changed it back to 3.25.0 until we find a way to change our test cases or jline's future updates.
Configuration menu - View commit details
-
Copy full SHA for ec2b328 - Browse repository at this point
Copy the full SHA ec2b328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 163df5f - Browse repository at this point
Copy the full SHA 163df5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3dfaaf - Browse repository at this point
Copy the full SHA e3dfaafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eb0560 - Browse repository at this point
Copy the full SHA 8eb0560View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6d4865 - Browse repository at this point
Copy the full SHA c6d4865View commit details -
Configuration menu - View commit details
-
Copy full SHA for 710f66d - Browse repository at this point
Copy the full SHA 710f66dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 151f957 - Browse repository at this point
Copy the full SHA 151f957View commit details -
Configuration menu - View commit details
-
Copy full SHA for b061f95 - Browse repository at this point
Copy the full SHA b061f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f86532 - Browse repository at this point
Copy the full SHA 0f86532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fc62c6 - Browse repository at this point
Copy the full SHA 4fc62c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb5bc5e - Browse repository at this point
Copy the full SHA bb5bc5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3ac8ab - Browse repository at this point
Copy the full SHA b3ac8abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95f0cd2 - Browse repository at this point
Copy the full SHA 95f0cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c4d8fb - Browse repository at this point
Copy the full SHA 4c4d8fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89ab5b8 - Browse repository at this point
Copy the full SHA 89ab5b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36a762e - Browse repository at this point
Copy the full SHA 36a762eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fc64f0 - Browse repository at this point
Copy the full SHA 0fc64f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d4b31 - Browse repository at this point
Copy the full SHA 03d4b31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a9a080 - Browse repository at this point
Copy the full SHA 3a9a080View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d5cfb1 - Browse repository at this point
Copy the full SHA 8d5cfb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e2373 - Browse repository at this point
Copy the full SHA 32e2373View commit details -
Configuration menu - View commit details
-
Copy full SHA for c67a40d - Browse repository at this point
Copy the full SHA c67a40dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb72797 - Browse repository at this point
Copy the full SHA bb72797View commit details -
Refactor truncation logic, rename function name
Current implementation started truncating before the line is equal to the max length.
Configuration menu - View commit details
-
Copy full SHA for a81b064 - Browse repository at this point
Copy the full SHA a81b064View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a4ece31 - Browse repository at this point
Copy the full SHA a4ece31View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7cf46e5 - Browse repository at this point
Copy the full SHA 7cf46e5View commit details -
Move logic from CompileTask to AnnotateDiagnostics
Switched from using only static methods to an instance based approach for AnnotateDiagnostics, making the code in CompileTask more readable.
Configuration menu - View commit details
-
Copy full SHA for ce37ed7 - Browse repository at this point
Copy the full SHA ce37ed7View commit details
Commits on Apr 30, 2024
-
Address suggestions made at code review
Shifted from string concatenation to string builders. Combined some common login in DiagnosticAnnotation for when lines are hidden and not hidden in the multi-line diagnostic case. Also made the amount of lines to be shown before we start hiding lines configurable.
Configuration menu - View commit details
-
Copy full SHA for 998bfd3 - Browse repository at this point
Copy the full SHA 998bfd3View commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b903b1b - Browse repository at this point
Copy the full SHA b903b1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d3c98 - Browse repository at this point
Copy the full SHA 85d3c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for a66495b - Browse repository at this point
Copy the full SHA a66495bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4f3ed - Browse repository at this point
Copy the full SHA 7f4f3edView commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2ede880 - Browse repository at this point
Copy the full SHA 2ede880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4129911 - Browse repository at this point
Copy the full SHA 4129911View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fda2128 - Browse repository at this point
Copy the full SHA fda2128View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 12e70f6 - Browse repository at this point
Copy the full SHA 12e70f6View commit details
Commits on Oct 2, 2024
-
Apply suggestions from code review
Co-authored-by: Felix Schnabel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ca8c192 - Browse repository at this point
Copy the full SHA ca8c192View commit details