You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although the cyclic dependency diagnostic is generated in the "Problems" section in VS Code at first, once we make a change and attempt to reproduce the same error, the diagnostic is not visible again. Apparently, the cyclic dependency diagnostic is only produced in the "Problems" tab once.
Steps to Reproduce
Create a new Ballerina project and establish a simple cyclic dependency between two modules.
Comment out the import to eliminate the cyclic dependency error.
Uncomment the code to check if the error reappears.
nipunayf
changed the title
[Bug]: Cyclic dependencies are not displayed after a change
[Bug]: Cyclic dependencies are not displayed after a change in Problems tab
Nov 22, 2023
nipunayf
changed the title
[Bug]: Cyclic dependencies are not displayed after a change in Problems tab
[Bug]: Cyclic dependencies are not displayed after a change in the Problems tab
Nov 22, 2023
Description
Although the cyclic dependency diagnostic is generated in the "Problems" section in VS Code at first, once we make a change and attempt to reproduce the same error, the diagnostic is not visible again. Apparently, the cyclic dependency diagnostic is only produced in the "Problems" tab once.
Steps to Reproduce
Affected Version(s)
Ballerina 2201.8.1 (Swan Lake Update 8)
OS, DB, other environment details and versions
OS: macOS 14.1.1 23B81
JDK: openjdk 17.0.8 2023-07-18
Related area
-> Compilation
Related issue(s) (optional)
No response
Suggested label(s) (optional)
No response
Suggested assignee(s) (optional)
No response
The text was updated successfully, but these errors were encountered: