-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Language.C.Data.Position.Position data type changed (it now includes a stack of include files), which required changes to callgraph saving and loading. For now we simply ignore the include stack when saving the call graphs. This will result in somewhat suboptimal error messages for static inline functions or when we need to report something about function declarations. Additionally the test suite has been made less strict when checking that roundtripping a callgraph to a file works as expected: we now ignore NodeInfo details except the starting token file, row and column. Also add language-c 0.7 to extra-deps in stack.yaml because it's not yet in the nightly resolver.
- Loading branch information
1 parent
5f528bb
commit 6f2d4b8
Showing
5 changed files
with
22 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
resolver: nightly-2017-03-15 | ||
packages: | ||
- '.' | ||
extra-deps: [] | ||
extra-deps: | ||
- language-c-0.7.0 | ||
flags: {} | ||
extra-package-dbs: [] |
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