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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Increase code coverage for lsp-core-domain module to 76.8% #111 Thanks @zacanbrcom
Make preprocessor parts stateless to simplify dependency injection #153 Thanks @temanbrcom
Add file system watcher for copybooks to invalidate the cache and run the syntax and semantic analysis for all the registered documents if there are any changes in the copybook files or the directory. #152 Thanks @temanbrcom
Remove unused parser params in order to simplify the dependencies, remove logic duplication. #136 Thanks @temanbrcom
Remove unused imports and add constants where math operations are in place #135 Thanks @sergiuilie
Replace compiler directives removal with moving it to the content area. Change transformation order not to remove syntax errors of not fitting the fixed format. #131 Thanks @temanbrcom
Provide binding for occurrence delegate #127 Thanks @temanbrcom
Improve performance of syntax and semantic checks by optimizing grammar #121 Thanks @sergiuilie
Provide bindings for service module and partially for the core module. Refactoring the service including the server bootstrap. #127 Thanks @temanbrcom
Remove a circular dependency in the service module #124 Thanks @temanbrcom
Add uncaught exception handling for async operations #120 Thanks @temanbrcom
Add new notification message to make error reporting more precise #123 Thanks @temanbrcom
Add check for line correctness in order to prevent StringIndexOutOfBoundsException #119 Thanks @temanbrcom
Make Analysis synchronized in order to avoid ConcurrentModificationException #115 Thanks @strekoz-zka
Remove unused imports and unnecessary comment #114 Thanks @temanbrcom