-
Notifications
You must be signed in to change notification settings - Fork 28
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
Add and populate new SCIP SymbolInformation fields #677
Add and populate new SCIP SymbolInformation fields #677
Commits on Jan 10, 2024
-
Update Document from upstream scip.proto
This copies the latest additions to the Document message: * a new language field and Language enum * a new text field, to embed the document content itself. This is meant for the new SymbolInformation::signature_documentation field. This also updates some documentation comments.
Configuration menu - View commit details
-
Copy full SHA for 886a16e - Browse repository at this point
Copy the full SHA 886a16eView commit details -
Update SymbolInformation from upstream scip.proto
This copies the latest additions to the SymbolInformation message: * the documentation field is explicitly not meant for signature documentation anymore, instead a new signature_documentation field is added * a new display_name field is added * a new enclosing_symbol field is added for local symbols * a new kind field is added along with a Kind enum to have a finer-grained classification than the one provided by descriptor suffixes (and is especially useful for local symbols which don't have suffixes)
Configuration menu - View commit details
-
Copy full SHA for 4dd3208 - Browse repository at this point
Copy the full SHA 4dd3208View commit details -
Forward display_name from SemanticDB to SCIP
The SemanticDB schema already provides a display_name field, forward it to the SCIP output in scip-semanticdb. This also adds support to the ScipPrinters testing utility and updates the tests accordingly.
Configuration menu - View commit details
-
Copy full SHA for a0c7638 - Browse repository at this point
Copy the full SHA a0c7638View commit details -
Move signature documentation to its new dedicated field
SemanticDB provides a structured version of the signature in the signature field. Instead of turning it into a markdown-encoded string for the documentation field, this builds a Document for the signature_documentation field. This also updates the ScipPrinters testing utility and the tests accordingly.
Configuration menu - View commit details
-
Copy full SHA for 1ad2300 - Browse repository at this point
Copy the full SHA 1ad2300View commit details -
Add back SemanticDB SymbolInformation::owner field
SemanticDB used to have a SymbolInformation::owner field with id 15. This re-introduces the field with the same semantics under the name enclosing_symbol. To be able to re-use the field 15, this moves the out-of-spec definition_relationships field to id 21.
Configuration menu - View commit details
-
Copy full SHA for 6c10449 - Browse repository at this point
Copy the full SHA 6c10449View commit details -
Forward enclosing_symbol from SemanticDB to SCIP
This also adds support to the ScipPrinters testing utility.
Configuration menu - View commit details
-
Copy full SHA for 5c27f4a - Browse repository at this point
Copy the full SHA 5c27f4aView commit details -
Populate SymbolInformation::enclosing_symbol in semanticdb-javac
This only populates the enclosing_symbol for local symbols, and updates the tests accordingly.
Configuration menu - View commit details
-
Copy full SHA for 8aef955 - Browse repository at this point
Copy the full SHA 8aef955View commit details -
Build SCIP kind from SematicDB kind and properties
This also updates the ScipPrinters testing utility and the tests accordingly.
Configuration menu - View commit details
-
Copy full SHA for f430a7c - Browse repository at this point
Copy the full SHA f430a7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79875d1 - Browse repository at this point
Copy the full SHA 79875d1View commit details