-
Notifications
You must be signed in to change notification settings - Fork 136
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
Convert remaining TSG and reenable old tests #294
Commits on May 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 99c53d0 - Browse repository at this point
Copy the full SHA 99c53d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ae0463 - Browse repository at this point
Copy the full SHA 8ae0463View commit details -
Configuration menu - View commit details
-
Copy full SHA for f615964 - Browse repository at this point
Copy the full SHA f615964View commit details -
Configuration menu - View commit details
-
Copy full SHA for 235ffa2 - Browse repository at this point
Copy the full SHA 235ffa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for db1ddc9 - Browse repository at this point
Copy the full SHA db1ddc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2998319 - Browse repository at this point
Copy the full SHA 2998319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 230c1ae - Browse repository at this point
Copy the full SHA 230c1aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for afb98e0 - Browse repository at this point
Copy the full SHA afb98e0View commit details
Commits on May 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 213d11a - Browse repository at this point
Copy the full SHA 213d11aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2de815b - Browse repository at this point
Copy the full SHA 2de815bView commit details
Commits on May 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1f818f7 - Browse repository at this point
Copy the full SHA 1f818f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1e01ac - Browse repository at this point
Copy the full SHA e1e01acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47345c2 - Browse repository at this point
Copy the full SHA 47345c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f02fef - Browse repository at this point
Copy the full SHA 3f02fefView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab81c50 - Browse repository at this point
Copy the full SHA ab81c50View commit details
Commits on May 30, 2023
-
Merge pull request #277 from github/add-debug-info-edges
Include edge debug information in visualization
Configuration menu - View commit details
-
Copy full SHA for c8f83d8 - Browse repository at this point
Copy the full SHA c8f83d8View commit details -
Merge pull request #279 from github/stack-visualization
Display stacks for each time a path crosses a node
Configuration menu - View commit details
-
Copy full SHA for 095c2af - Browse repository at this point
Copy the full SHA 095c2afView commit details
Commits on Jun 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e28eb4a - Browse repository at this point
Copy the full SHA e28eb4aView commit details
Commits on Jun 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fced615 - Browse repository at this point
Copy the full SHA fced615View commit details -
Return file analyzer together with the language configuration so clie…
…nts do not have to go through a seemingly fallible lookup themselves
Configuration menu - View commit details
-
Copy full SHA for 43d6595 - Browse repository at this point
Copy the full SHA 43d6595View commit details -
Merge pull request #261 from github/index-special-files
Ensure special files are also indexed
Configuration menu - View commit details
-
Copy full SHA for 868614b - Browse repository at this point
Copy the full SHA 868614bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc7dcc - Browse repository at this point
Copy the full SHA 6fc7dccView commit details -
Merge pull request #283 from github/test-timeout
Add flag to set max test runtime and limit CI test runner by default
Configuration menu - View commit details
-
Copy full SHA for 4834331 - Browse repository at this point
Copy the full SHA 4834331View commit details -
Update SourceInfo syntax_type and fully_qualified_name fields' type t…
…o ControlledOption
Configuration menu - View commit details
-
Copy full SHA for 4707ae9 - Browse repository at this point
Copy the full SHA 4707ae9View commit details -
Merge pull request #281 from github/fully-qualified-name
Add `fully_qualified_name` field to `SourceInfo`
Configuration menu - View commit details
-
Copy full SHA for 2f513a8 - Browse repository at this point
Copy the full SHA 2f513a8View commit details
Commits on Jun 8, 2023
-
Merge pull request #262 from github/visualize-command
Add `visualize` command
Configuration menu - View commit details
-
Copy full SHA for 9de0462 - Browse repository at this point
Copy the full SHA 9de0462View commit details -
Merge pull request #264 from github/robust-transactions
Use transaction mechanism instead of explicit BEGIN/COMMIT
Configuration menu - View commit details
-
Copy full SHA for 3e852e4 - Browse repository at this point
Copy the full SHA 3e852e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ab2aed - Browse repository at this point
Copy the full SHA 3ab2aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46d016b - Browse repository at this point
Copy the full SHA 46d016bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b00f74f - Browse repository at this point
Copy the full SHA b00f74fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 730fd89 - Browse repository at this point
Copy the full SHA 730fd89View commit details
Commits on Jun 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d7d4cac - Browse repository at this point
Copy the full SHA d7d4cacView commit details
Commits on Jun 20, 2023
-
The `Appendable` trait was confusing two concerns: (a) abstracting over things that can be added to partial paths, and (b) allowing the use of handles by tracking where handles can be looked up, represented by the `Ctx` type parameter. The new design separates these concerns. The `Appendable` only abstracts over things that can be added to partial paths (currently edges and other partial paths). A new `Index` trait is used to map handles to appendables, and passed any methods that might need to do that. En passent, a bug in the cycle detector was fixed that failed to rename variables, resuling in occasional panics.
Configuration menu - View commit details
-
Copy full SHA for 43fa595 - Browse repository at this point
Copy the full SHA 43fa595View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb18a6a - Browse repository at this point
Copy the full SHA cb18a6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b4c59 - Browse repository at this point
Copy the full SHA 62b4c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b6da40 - Browse repository at this point
Copy the full SHA 8b6da40View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a732f - Browse repository at this point
Copy the full SHA a5a732fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fc177e - Browse repository at this point
Copy the full SHA 9fc177eView commit details -
Prepare
ForwardPartialPathStitcher
for incomplete path stitching- The precondition stack variables for initial paths are not implicitly eliminated anymore. This is now the callers responsibility. - The `ForwardPartialPathStitcher::from_nodes` function has been removed because it is ambiguous whether the goal is complete or incomplete paths (and thus, whether precondition variables need elimianting).
Configuration menu - View commit details
-
Copy full SHA for 96e20a3 - Browse repository at this point
Copy the full SHA 96e20a3View commit details
Commits on Jun 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2cf1bfb - Browse repository at this point
Copy the full SHA 2cf1bfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf602ea - Browse repository at this point
Copy the full SHA cf602eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce15f85 - Browse repository at this point
Copy the full SHA ce15f85View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4aee50 - Browse repository at this point
Copy the full SHA b4aee50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 496392b - Browse repository at this point
Copy the full SHA 496392bView commit details
Commits on Jun 22, 2023
-
Reduce path finding memory usage
Cycle detection was maintaining a list where the elements were either `PartialPath`s or `Handle`s. The former are much larger than the latter, resulting in a larger enum size, even though most values in the list would be the small ones. To solve this, an additional arena is introduced that holds the partial paths values themselves. The list elements are now handles into that arena.
Configuration menu - View commit details
-
Copy full SHA for f96de02 - Browse repository at this point
Copy the full SHA f96de02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45420c2 - Browse repository at this point
Copy the full SHA 45420c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for adb1867 - Browse repository at this point
Copy the full SHA adb1867View commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7bd27b2 - Browse repository at this point
Copy the full SHA 7bd27b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a355f3 - Browse repository at this point
Copy the full SHA 2a355f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4cce61 - Browse repository at this point
Copy the full SHA c4cce61View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6fd1a9 - Browse repository at this point
Copy the full SHA e6fd1a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e11f004 - Browse repository at this point
Copy the full SHA e11f004View commit details -
Merge pull request #286 from github/unified-path-finding
Unify path finding and path stitching
Configuration menu - View commit details
-
Copy full SHA for 3a02ff5 - Browse repository at this point
Copy the full SHA 3a02ff5View commit details
Commits on Jun 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 07bdb70 - Browse repository at this point
Copy the full SHA 07bdb70View commit details -
Configuration menu - View commit details
-
Copy full SHA for acb0fab - Browse repository at this point
Copy the full SHA acb0fabView commit details -
Merge pull request #288 from github/binary-database
Store messagepack values in database instead of JSON
Configuration menu - View commit details
-
Copy full SHA for d093083 - Browse repository at this point
Copy the full SHA d093083View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 14e1dd7 - Browse repository at this point
Copy the full SHA 14e1dd7View commit details -
Merge pull request #289 from github/tsconfig-panics
Make TsConfigAnalyzer more resilient against invalid path mappings
4Configuration menu - View commit details
-
Copy full SHA for 62edae1 - Browse repository at this point
Copy the full SHA 62edae1View commit details
Commits on Jul 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1bfeffc - Browse repository at this point
Copy the full SHA 1bfeffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2280a1d - Browse repository at this point
Copy the full SHA 2280a1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37f4665 - Browse repository at this point
Copy the full SHA 37f4665View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2357ed - Browse repository at this point
Copy the full SHA c2357edView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6d70dd - Browse repository at this point
Copy the full SHA b6d70ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3dcfc56 - Browse repository at this point
Copy the full SHA 3dcfc56View commit details -
Configuration menu - View commit details
-
Copy full SHA for efc1a8c - Browse repository at this point
Copy the full SHA efc1a8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa2a09b - Browse repository at this point
Copy the full SHA fa2a09bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d467ea3 - Browse repository at this point
Copy the full SHA d467ea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d10473c - Browse repository at this point
Copy the full SHA d10473cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd57597 - Browse repository at this point
Copy the full SHA dd57597View commit details -
Configuration menu - View commit details
-
Copy full SHA for 336885b - Browse repository at this point
Copy the full SHA 336885bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1fcd45 - Browse repository at this point
Copy the full SHA b1fcd45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6618f87 - Browse repository at this point
Copy the full SHA 6618f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cea20b - Browse repository at this point
Copy the full SHA 6cea20bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11d9ebc - Browse repository at this point
Copy the full SHA 11d9ebcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99aeabb - Browse repository at this point
Copy the full SHA 99aeabbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f75b0f9 - Browse repository at this point
Copy the full SHA f75b0f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f111d75 - Browse repository at this point
Copy the full SHA f111d75View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ec123 - Browse repository at this point
Copy the full SHA d7ec123View commit details -
Configuration menu - View commit details
-
Copy full SHA for c268a0b - Browse repository at this point
Copy the full SHA c268a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dfcea7 - Browse repository at this point
Copy the full SHA 0dfcea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f056230 - Browse repository at this point
Copy the full SHA f056230View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5306f9 - Browse repository at this point
Copy the full SHA a5306f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cbf2a - Browse repository at this point
Copy the full SHA 80cbf2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e922b1b - Browse repository at this point
Copy the full SHA e922b1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34ab57a - Browse repository at this point
Copy the full SHA 34ab57aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b30c605 - Browse repository at this point
Copy the full SHA b30c605View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9781ab8 - Browse repository at this point
Copy the full SHA 9781ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d24f67 - Browse repository at this point
Copy the full SHA 5d24f67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d165dd - Browse repository at this point
Copy the full SHA 6d165ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7424c0d - Browse repository at this point
Copy the full SHA 7424c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a58d0be - Browse repository at this point
Copy the full SHA a58d0beView commit details -
Configuration menu - View commit details
-
Copy full SHA for a34ce9f - Browse repository at this point
Copy the full SHA a34ce9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6be8243 - Browse repository at this point
Copy the full SHA 6be8243View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1418b3 - Browse repository at this point
Copy the full SHA c1418b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b316d9a - Browse repository at this point
Copy the full SHA b316d9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20fc950 - Browse repository at this point
Copy the full SHA 20fc950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e8bdfc - Browse repository at this point
Copy the full SHA 5e8bdfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fd0a98 - Browse repository at this point
Copy the full SHA 3fd0a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72455a8 - Browse repository at this point
Copy the full SHA 72455a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 419fd0c - Browse repository at this point
Copy the full SHA 419fd0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9a30ad - Browse repository at this point
Copy the full SHA c9a30adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 515d6bb - Browse repository at this point
Copy the full SHA 515d6bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 643b0dd - Browse repository at this point
Copy the full SHA 643b0ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7ac1d - Browse repository at this point
Copy the full SHA cb7ac1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1591c1 - Browse repository at this point
Copy the full SHA a1591c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a47553 - Browse repository at this point
Copy the full SHA 2a47553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4422f4a - Browse repository at this point
Copy the full SHA 4422f4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e1f6f - Browse repository at this point
Copy the full SHA 82e1f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0668e3 - Browse repository at this point
Copy the full SHA c0668e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e42a1e9 - Browse repository at this point
Copy the full SHA e42a1e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f766d37 - Browse repository at this point
Copy the full SHA f766d37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c16b0a - Browse repository at this point
Copy the full SHA 2c16b0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e04e60 - Browse repository at this point
Copy the full SHA 9e04e60View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc7f042 - Browse repository at this point
Copy the full SHA dc7f042View commit details -
Configuration menu - View commit details
-
Copy full SHA for be944ea - Browse repository at this point
Copy the full SHA be944eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2145cf - Browse repository at this point
Copy the full SHA a2145cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff5fce9 - Browse repository at this point
Copy the full SHA ff5fce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 297feec - Browse repository at this point
Copy the full SHA 297feecView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8009e1 - Browse repository at this point
Copy the full SHA f8009e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9465fbc - Browse repository at this point
Copy the full SHA 9465fbcView commit details
Commits on Jul 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8622de8 - Browse repository at this point
Copy the full SHA 8622de8View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc6d646 - Browse repository at this point
Copy the full SHA dc6d646View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a006cb7 - Browse repository at this point
Copy the full SHA a006cb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa721b8 - Browse repository at this point
Copy the full SHA fa721b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fbd99c - Browse repository at this point
Copy the full SHA 2fbd99cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c38d8fa - Browse repository at this point
Copy the full SHA c38d8faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 482dc98 - Browse repository at this point
Copy the full SHA 482dc98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 139b48f - Browse repository at this point
Copy the full SHA 139b48fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb54a98 - Browse repository at this point
Copy the full SHA cb54a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for a86ab1b - Browse repository at this point
Copy the full SHA a86ab1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 221a9c6 - Browse repository at this point
Copy the full SHA 221a9c6View commit details
Commits on Jul 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ad5d5fc - Browse repository at this point
Copy the full SHA ad5d5fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0233f98 - Browse repository at this point
Copy the full SHA 0233f98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36bf6f3 - Browse repository at this point
Copy the full SHA 36bf6f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33fc0b7 - Browse repository at this point
Copy the full SHA 33fc0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1b286a - Browse repository at this point
Copy the full SHA f1b286aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31a45ed - Browse repository at this point
Copy the full SHA 31a45edView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc09405 - Browse repository at this point
Copy the full SHA cc09405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95abdb0 - Browse repository at this point
Copy the full SHA 95abdb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc58b4d - Browse repository at this point
Copy the full SHA fc58b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23920bb - Browse repository at this point
Copy the full SHA 23920bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c79f94 - Browse repository at this point
Copy the full SHA 1c79f94View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1997b8 - Browse repository at this point
Copy the full SHA b1997b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91dbef5 - Browse repository at this point
Copy the full SHA 91dbef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4552bfe - Browse repository at this point
Copy the full SHA 4552bfeView commit details
Commits on Jul 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d1ef86d - Browse repository at this point
Copy the full SHA d1ef86dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d2ca6 - Browse repository at this point
Copy the full SHA d4d2ca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff591b0 - Browse repository at this point
Copy the full SHA ff591b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc1019e - Browse repository at this point
Copy the full SHA dc1019eView commit details -
Configuration menu - View commit details
-
Copy full SHA for af19a18 - Browse repository at this point
Copy the full SHA af19a18View commit details -
Configuration menu - View commit details
-
Copy full SHA for b45d455 - Browse repository at this point
Copy the full SHA b45d455View commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2742965 - Browse repository at this point
Copy the full SHA 2742965View commit details