CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 20:04:09 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/"187e1c2ea1a10e25474bb922b9d30c70"
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=7ougku7ja0lHUSfM9aYIZ%2FtLPQkJmvlmGF86w%2FexZWw34Lq9ikqaRALNFUJ%2BP97q%2FtgC6kKg8hlc3gwKFjfqEt0WQuOEA2a4Va0ASpc41v63AYwfXs3osrnjp91Xwy8ogIcXbY3vCBtCpi2yEQ%2BjtA3PB22YfMrD8qC7uXf8nkgQA272%2BIk%2FhjNzWd7JC5KHj%2FOrQJ77Du0crABTw5WR59HwxHUFaoJZ5mLD2%2FSybCYZKIjt4AYE94mys7alu00hsJNvPUjJ4pLn5xzPrBa10A%3D%3D--jNKOKog%2F4wJi94fN--l7jLdlV5ZFbmONiIaLX5oA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.689291097.1753646647; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 20:04:07 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Mon, 27 Jul 2026 20:04:07 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: BD5C:0A77:50AF9D:66EBE9:68868637
DYN-982 - Fix issues with nested language blocks (#12658) · DynamoDS/Dynamo@edbe280 · GitHub
Copy file name to clipboardExpand all lines: src/DynamoCore/Graph/Nodes/CodeBlockNode.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoCore/AssociativeGraph.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoCore/DSASM/Executive.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoCore/SyntaxAnalysis/AssociativeAstVisitor.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoCore/SyntaxAnalysis/ImperativeAstVisitor.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoImperative/CodeGen.cs
Copy file name to clipboardExpand all lines: test/DynamoCoreTests/CodeBlockNodeTests.cs
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 658
Commit edbe280
authored
DYN-982 - Fix issues with nested language blocks (#12658)
* rename symbols in nested lang blocks
* attempt at executing nested lang blocks
* add lang unit tests
* cleanup
* add Dynamo unit tests
* review comments
* cleanup
* add renaming inside imperative block contained within a nested assoc block1 parent e504beb commit edbe280Copy full SHA for edbe280
File tree
Expand file treeCollapse file tree
11 files changed
+838
-86
lines changedFilter options
- src
- DynamoCore/Graph/Nodes
- Engine
- ProtoCore
- DSASM
- SyntaxAnalysis
- ProtoImperative
- test
- DynamoCoreTests
- Engine/ProtoTest
- Associative
- MultiLangTests
- core/dsevaluation
Expand file treeCollapse file tree
11 files changed
+838
-86
lines changedsrc/DynamoCore/Graph/Nodes/CodeBlockNode.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Graph/Nodes/CodeBlockNode.cs+1-52Lines changed: 1 addition & 52 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1236 | 1236 |
| |
1237 | 1237 |
| |
1238 | 1238 |
| |
1239 |
| - | |
1240 |
| - | |
1241 |
| - | |
1242 |
| - | |
1243 |
| - | |
1244 |
| - | |
1245 |
| - | |
1246 |
| - | |
1247 |
| - | |
1248 |
| - | |
1249 |
| - | |
1250 |
| - | |
1251 |
| - | |
1252 |
| - | |
1253 |
| - | |
1254 |
| - | |
1255 |
| - | |
1256 |
| - | |
1257 |
| - | |
1258 |
| - | |
1259 |
| - | |
1260 |
| - | |
1261 |
| - | |
1262 |
| - | |
1263 |
| - | |
1264 |
| - | |
1265 |
| - | |
1266 |
| - | |
1267 |
| - | |
1268 |
| - | |
1269 |
| - | |
1270 |
| - | |
1271 |
| - | |
1272 |
| - | |
1273 |
| - | |
1274 |
| - | |
1275 |
| - | |
1276 |
| - | |
1277 |
| - | |
1278 |
| - | |
1279 |
| - | |
1280 |
| - | |
1281 |
| - | |
1282 |
| - | |
1283 |
| - | |
1284 |
| - | |
1285 |
| - | |
1286 |
| - | |
1287 |
| - | |
1288 |
| - | |
1289 |
| - | |
1290 |
| - | |
| 1239 | + | |
1291 | 1240 |
| |
1292 | 1241 |
| |
1293 | 1242 |
| |
|
src/Engine/ProtoCore/AssociativeGraph.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoCore/AssociativeGraph.cs+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| 42 | + | |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
| |||
53 | 54 |
| |
54 | 55 |
| |
55 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
56 | 72 |
| |
57 | 73 |
| |
58 | 74 |
| |
|
src/Engine/ProtoCore/DSASM/Executive.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoCore/DSASM/Executive.cs+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
423 | 423 |
| |
424 | 424 |
| |
425 | 425 |
| |
426 |
| - | |
| 426 | + | |
427 | 427 |
| |
428 | 428 |
| |
429 | 429 |
| |
| |||
1227 | 1227 |
| |
1228 | 1228 |
| |
1229 | 1229 |
| |
1230 |
| - | |
1231 |
| - | |
1232 |
| - | |
| 1230 | + | |
1233 | 1231 |
| |
1234 | 1232 |
| |
1235 | 1233 |
| |
|
src/Engine/ProtoCore/SyntaxAnalysis/AssociativeAstVisitor.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoCore/SyntaxAnalysis/AssociativeAstVisitor.cs+82Lines changed: 82 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
432 | 432 |
| |
433 | 433 |
| |
434 | 434 |
| |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
435 | 511 |
| |
436 | 512 |
| |
437 | 513 |
| |
438 | 514 |
| |
439 | 515 |
| |
440 | 516 |
| |
441 | 517 |
| |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
442 | 524 |
| |
443 | 525 |
| |
444 | 526 |
| |
|
src/Engine/ProtoCore/SyntaxAnalysis/ImperativeAstVisitor.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoCore/SyntaxAnalysis/ImperativeAstVisitor.cs+88-2Lines changed: 88 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 | 5 |
| |
| |||
345 | 346 |
| |
346 | 347 |
| |
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 | + | |
348 | 425 |
| |
349 | 426 |
| |
350 | 427 |
| |
| |||
357 | 434 |
| |
358 | 435 |
| |
359 | 436 |
| |
360 |
| - | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
361 | 447 |
| |
362 | 448 |
| |
363 | 449 |
| |
|
src/Engine/ProtoImperative/CodeGen.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoImperative/CodeGen.cs+3-23Lines changed: 3 additions & 23 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
| 150 | + | |
154 | 151 |
| |
155 | 152 |
| |
156 | 153 |
| |
157 | 154 |
| |
158 | 155 |
| |
159 |
| - | |
| 156 | + | |
160 | 157 |
| |
161 | 158 |
| |
162 | 159 |
| |
163 | 160 |
| |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
| 161 | + | |
181 | 162 |
| |
182 |
| - | |
183 | 163 |
| |
184 | 164 |
| |
185 | 165 |
| |
|
test/DynamoCoreTests/CodeBlockNodeTests.cs
Copy file name to clipboardExpand all lines: test/DynamoCoreTests/CodeBlockNodeTests.cs+25Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1472 | 1472 |
| |
1473 | 1473 |
| |
1474 | 1474 |
| |
| 1475 | + | |
| 1476 | + | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
| 1480 | + | |
| 1481 | + | |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
1475 | 1499 |
| |
1476 | 1500 |
| |
1477 | 1501 |
| |
| |||
1892 | 1916 |
| |
1893 | 1917 |
| |
1894 | 1918 |
| |
| 1919 | + | |
1895 | 1920 |
| |
1896 | 1921 |
| |
1897 | 1922 |
| |
|
You can’t perform that action at this time.
0 commit comments