-
Notifications
You must be signed in to change notification settings - Fork 60
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
Custom databases (Salsa support) #79
Comments
Inching towards a Still does not compile though - working through how to pull everything out nicely. The crate structure is a tad awkward though - now codespan is only depended on in order to implement |
I think it'd probably also be nice to implement the LSP support in terms of these traits too. |
It would also be interesting if we could have a subtrait that also provided URLs for |
Getting some sort of trait in would be nice before upgrading for me as the lack of being able to take individual I can take https://github.com/brendanzab/codespan/compare/traits and get it working but I don't really know if we must/should make any additional changes to the traits. |
It would be nice to be able to define custom
Files
-style databases depending on the needs of a project.emit_single
, which emits a Diagnostic given a single FileMap #56.The language-reporting fork defines
ReportingSpan
andReportingFiles
traits which might be useful for inspiration.The text was updated successfully, but these errors were encountered: