Skip to content

Commit

Permalink
Don't over-stress tool-specific nature of source location table
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Nov 30, 2022
1 parent 3f79c39 commit 2dca719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RationaleMCP/0031/source-locations.md
Expand Up @@ -54,7 +54,7 @@ In the future, there could be standardized contents for the `SourceLocations` th
### Design alternatives

Alternatives include:
- Just an integer to be used with a tool-specific table of source location details.
- Just an integer to be used with a separate table of details provided by `SourceLocations`-annotation.
- Predefined record to avoid need for tool-specific table. (Details to be designed).
- Use `annotation(SourceLocation(…))` to avoid need for attachment operator.

Expand Down

0 comments on commit 2dca719

Please sign in to comment.