-
-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR includes: 1. Multiple improvements for scala parser (visit trait and class constructor, visit the right-hand side of a type definition, visit declarations. 2. Fix bug with scala parser visiting qualifier using the parent class `apply` vs and not the `ScalaParser.apply`, caused it to miss some consumed types. 3. Fixed a bug with the extracted name of val type. 4. Add an option to scala parser subsystem to automatically add the package "package object" as a dependency. 5. Add an option to scala subsystem to enable/disable `add_dependencies_on_all_siblings`
- Loading branch information
Showing
4 changed files
with
100 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters