Skip to content

Commit

Permalink
_content/blog/gopls-scalability: fix missing package name qualifier
Browse files Browse the repository at this point in the history
Add a missing package name qualifier to the precise pruning diagram.

Change-Id: I6796ac0580b501f7b3f967e25967784b46bc7872
Reviewed-on: https://go-review.googlesource.com/c/website/+/527035
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
  • Loading branch information
findleyr committed Sep 8, 2023
1 parent 4514557 commit bb7347f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions _content/blog/gopls-scalability/precise-pruning.excalidraw
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
},
{
"type": "text",
"version": 382,
"versionNonce": 198113875,
"version": 384,
"versionNonce": 1168430131,
"isDeleted": false,
"id": "PScOU98GRKKPi_JFEXVOd",
"fillStyle": "hachure",
Expand All @@ -55,7 +55,7 @@
"y": 225.5,
"strokeColor": "#1e1e1e",
"backgroundColor": "transparent",
"width": 152.34375,
"width": 175.78125,
"height": 168,
"seed": 1266662166,
"groupIds": [],
Expand All @@ -67,16 +67,16 @@
"type": "arrow"
}
],
"updated": 1692713327603,
"updated": 1694197075823,
"link": null,
"locked": false,
"fontSize": 20,
"fontFamily": 3,
"text": "package b\n\nimport \"c\"\n\nfunc B1() {}\n\nfunc B2(C) {}",
"text": "package b\n\nimport \"c\"\n\nfunc B1() {}\n\nfunc B2(c.C) {}",
"textAlign": "left",
"verticalAlign": "top",
"containerId": null,
"originalText": "package b\n\nimport \"c\"\n\nfunc B1() {}\n\nfunc B2(C) {}",
"originalText": "package b\n\nimport \"c\"\n\nfunc B1() {}\n\nfunc B2(c.C) {}",
"lineHeight": 1.2,
"baseline": 163
},
Expand Down Expand Up @@ -175,8 +175,8 @@
},
{
"type": "arrow",
"version": 1142,
"versionNonce": 1980630022,
"version": 1227,
"versionNonce": 645070227,
"isDeleted": false,
"id": "dlPrM6ifKO8CYIQGgVSjT",
"fillStyle": "hachure",
Expand All @@ -185,26 +185,26 @@
"roughness": 1,
"opacity": 100,
"angle": 0,
"x": 1034.8165343534565,
"y": 397.5,
"x": 1053.9998047207002,
"y": 396.72297253820346,
"strokeColor": "#1971c2",
"backgroundColor": "transparent",
"width": 176.6140607076302,
"height": 106.6081098471862,
"width": 157.43079034038647,
"height": 101.94594507640693,
"seed": 371482890,
"groupIds": [],
"frameId": null,
"roundness": {
"type": 2
},
"boundElements": [],
"updated": 1694183691116,
"updated": 1694197089037,
"link": null,
"locked": false,
"startBinding": {
"elementId": "PScOU98GRKKPi_JFEXVOd",
"focus": 0.5314594691269521,
"gap": 4
"focus": 0.6615135890909877,
"gap": 3.2229725382034644
},
"endBinding": {
"elementId": "qdvLpJXYgRj1saqwYi-Ff",
Expand All @@ -220,20 +220,20 @@
0
],
[
22.480751639833215,
13.6081098471862
29.716414973672045,
9.722972538203464
],
[
91.90307013873098,
-13
85.92926662202854,
-7.560807767424194
],
[
154.18346564654348,
-65
135.00019527929976,
-64.22297253820346
],
[
176.6140607076302,
-93
157.43079034038647,
-92.22297253820346
]
]
},
Expand Down
Binary file modified _content/blog/gopls-scalability/precise-pruning.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bb7347f

Please sign in to comment.