CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 05:57:53 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/DynamoDS/Dynamo.git
etag: W/"7d5f7e4f23d1db8dc4dea376f30ef615"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=Z5rNxBYjDcTvfA65FayQ%2BgrUm6Sj1TpdEtYAKvnzwdpOy6hGlf4EFRNXqRYS%2FNmUjcdUXm8acS5BPyq932sBNXQbO50GjLqr%2BX65mSvZoARF4hh%2FbuduyjSqrExQTt2l7mSPBIra6guQpLNO%2BgADXv9uJDTIQ2cqodaA0n0PiDd2qg5uzQBZeKhWlnYmZCiCE8A%2BXGNrD4XBMP89GEHLBTLqti9QOFF2EXKW%2Be1JzZ%2FUIVpxe8Jd%2FFQaxH0bKb6gkU7n213I5oCGYwsSndLoCw%3D%3D--2Nzg1NM4xHFNOkP6--S80gpC%2BkRZXqFdDyzZmKfg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1999758364.1753595872; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 05:57:52 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 05:57:52 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 81E8:1C79A4:B38BEC:EF0A9B:6885BFE0
Avoid namespace collisions when collapsing graph to custom node (#9330) · DynamoDS/Dynamo@74c856e · GitHub
Copy file name to clipboardExpand all lines: src/DynamoCore/Core/CustomNodeManager.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/DynamoCore.csproj
Copy file name to clipboardExpand all lines: src/DynamoCore/Engine/NodeToCode/NodeToCode.cs
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 658
Commit 74c856e
authored
Avoid namespace collisions when collapsing graph to custom node (#9330)
* this works - but I am hesitant to modify this replacer.
Not sure how this effects node2code. - may create rewriter directly.
* add a new visitor method for typedIdentifierNode
use it in custmNodeManager collapse method
* move shortQualifiedNameReplacer
update references
add comments to node2code mutation tests
* add more tests
add extra logic to deserialization for symbol node element resolver cache
* revert public API break, keep rewriter in dynamoCore but in new file
* remove extra usings added previously.
* remove debugging code1 parent 8afcde0 commit 74c856eCopy full SHA for 74c856e
File tree
Expand file treeCollapse file tree
12 files changed
+476
-207
lines changedFilter options
- src
- DynamoCore
- Core
- Engine
- NodeToCode
- Graph
- Nodes/CustomNodes
- Workspaces
- Engine/ProtoCore
- SyntaxAnalysis
- Utils
- test/DynamoCoreTests
Expand file treeCollapse file tree
12 files changed
+476
-207
lines changedsrc/DynamoCore/Core/CustomNodeManager.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Core/CustomNodeManager.cs+47-11Lines changed: 47 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 | 1 |
| |
| 2 | + | |
8 | 3 |
| |
9 | 4 |
| |
10 | 5 |
| |
| |||
22 | 17 |
| |
23 | 18 |
| |
24 | 19 |
| |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
| |||
674 | 676 |
| |
675 | 677 |
| |
676 | 678 |
| |
677 |
| - | |
| 679 | + | |
| 680 | + | |
678 | 681 |
| |
679 | 682 |
| |
680 | 683 |
| |
| |||
1031 | 1034 |
| |
1032 | 1035 |
| |
1033 | 1036 |
| |
| 1037 | + | |
1034 | 1038 |
| |
1035 | 1039 |
| |
1036 | 1040 |
| |
| |||
1077 | 1081 |
| |
1078 | 1082 |
| |
1079 | 1083 |
| |
| 1084 | + | |
| 1085 | + | |
1080 | 1086 |
| |
1081 | 1087 |
| |
1082 | 1088 |
| |
1083 |
| - | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
1084 | 1095 |
| |
1085 | 1096 |
| |
1086 | 1097 |
| |
| |||
1090 | 1101 |
| |
1091 | 1102 |
| |
1092 | 1103 |
| |
1093 |
| - | |
1094 |
| - | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
1095 | 1109 |
| |
1096 |
| - | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
1097 | 1133 |
| |
1098 | 1134 |
| |
1099 | 1135 |
| |
|
src/DynamoCore/DynamoCore.csproj
Copy file name to clipboardExpand all lines: src/DynamoCore/DynamoCore.csproj+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| 115 | + | |
115 | 116 |
| |
116 | 117 |
| |
117 | 118 |
| |
|
src/DynamoCore/Engine/NodeToCode/NodeToCode.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Engine/NodeToCode/NodeToCode.cs+5-141Lines changed: 5 additions & 141 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
| 1 | + | |
5 | 2 |
| |
6 | 3 |
| |
7 | 4 |
| |
| |||
10 | 7 |
| |
11 | 8 |
| |
12 | 9 |
| |
13 |
| - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
| |||
302 | 301 |
| |
303 | 302 |
| |
304 | 303 |
| |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 |
| - | |
319 |
| - | |
320 |
| - | |
321 |
| - | |
322 |
| - | |
323 |
| - | |
324 |
| - | |
325 |
| - | |
326 |
| - | |
327 |
| - | |
328 |
| - | |
329 |
| - | |
330 |
| - | |
331 |
| - | |
332 |
| - | |
333 |
| - | |
334 |
| - | |
335 |
| - | |
336 |
| - | |
337 |
| - | |
338 |
| - | |
339 |
| - | |
340 |
| - | |
341 |
| - | |
342 |
| - | |
343 |
| - | |
344 |
| - | |
345 |
| - | |
346 |
| - | |
347 |
| - | |
348 |
| - | |
349 |
| - | |
350 |
| - | |
351 |
| - | |
352 |
| - | |
353 |
| - | |
354 |
| - | |
355 |
| - | |
356 |
| - | |
357 |
| - | |
358 |
| - | |
359 |
| - | |
360 |
| - | |
361 |
| - | |
362 |
| - | |
363 |
| - | |
364 |
| - | |
365 |
| - | |
366 |
| - | |
367 |
| - | |
368 |
| - | |
369 |
| - | |
370 |
| - | |
371 |
| - | |
372 |
| - | |
373 |
| - | |
374 |
| - | |
375 |
| - | |
376 |
| - | |
377 |
| - | |
378 |
| - | |
379 |
| - | |
380 |
| - | |
381 |
| - | |
382 |
| - | |
383 |
| - | |
384 |
| - | |
385 |
| - | |
386 |
| - | |
387 |
| - | |
388 |
| - | |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 |
| - | |
393 |
| - | |
394 |
| - | |
395 |
| - | |
396 |
| - | |
397 |
| - | |
398 |
| - | |
399 |
| - | |
400 |
| - | |
401 |
| - | |
402 |
| - | |
403 |
| - | |
404 |
| - | |
405 |
| - | |
406 |
| - | |
407 |
| - | |
408 |
| - | |
409 |
| - | |
410 |
| - | |
411 |
| - | |
412 |
| - | |
413 |
| - | |
414 |
| - | |
415 |
| - | |
416 |
| - | |
417 |
| - | |
418 |
| - | |
419 |
| - | |
420 |
| - | |
421 |
| - | |
422 |
| - | |
423 |
| - | |
424 |
| - | |
425 |
| - | |
426 |
| - | |
427 |
| - | |
428 |
| - | |
429 |
| - | |
430 |
| - | |
431 |
| - | |
432 |
| - | |
433 |
| - | |
434 |
| - | |
435 |
| - | |
436 |
| - | |
437 |
| - | |
438 |
| - | |
439 |
| - | |
440 |
| - | |
441 | 304 |
| |
442 | 305 |
| |
443 | 306 |
| |
| |||
1195 | 1058 |
| |
1196 | 1059 |
| |
1197 | 1060 |
| |
| 1061 | + | |
1198 | 1062 |
| |
1199 | 1063 |
| |
1200 | 1064 |
| |
|
You can’t perform that action at this time.
0 commit comments