CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 05:53:55 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/"b7ca1d08435bd6abcb35b7912b228278"
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=QjMPPCuhczZxaBi7GCRDY6jCKxx%2FC%2BD9Xs8PuD8HovgB%2BQfE0x04hcvyN2BXX4JeVNIuLhVNr1IDS24heyljsNpZtVyA9jnxFt19t%2BEMHLeamjmn2dmWT3AqPCeswhifR6IDrxgV%2FVpUwrqY%2Bxp1ovV%2FzpFLZHmP9Dm7wLRVqS0cXipCPHkEIOyZtTYMbaQ1%2FsHizqp3EsbugMRKqFA4gmWYhardQjpu4AUHz0cF0H4UPjQspLB3IlYXsPxHp93zV0XepI7YCdK1KqzS7w%2FqMw%3D%3D--e1apr82%2FafgHZYsF--%2FQkAi1AOfP%2F8y7DZDP8A%2Bw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1252152251.1753854834; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 05:53:54 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 05:53:54 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B176:373199:3AC979:4E42E4:6889B372
Crash when accessing static hidden methods from zero touch nodes (#11… · DynamoDS/Dynamo@86485ee · GitHub
Copy file name to clipboardExpand all lines: src/Engine/ProtoCore/Lang/CallSite.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoCore/Reflection/Mirror.cs
Copy file name to clipboardExpand all lines: test/DynamoCoreTests/CodeBlockNodeTests.cs
Copy file name to clipboardExpand all lines: test/Engine/ProtoTest/FFITests/CSFFITest.cs
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 659
Commit 86485ee
File tree
Expand file treeCollapse file tree
4 files changed
+101
-43
lines changedFilter options
- src/Engine/ProtoCore
- Lang
- Reflection
- test
- DynamoCoreTests
- Engine/ProtoTest/FFITests
Expand file treeCollapse file tree
4 files changed
+101
-43
lines changedsrc/Engine/ProtoCore/Lang/CallSite.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoCore/Lang/CallSite.cs+32-19Lines changed: 32 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1118 | 1118 |
| |
1119 | 1119 |
| |
1120 | 1120 |
| |
1121 |
| - | |
1122 |
| - | |
1123 |
| - | |
1124 |
| - | |
1125 |
| - | |
1126 |
| - | |
1127 |
| - | |
1128 |
| - | |
1129 |
| - | |
1130 |
| - | |
1131 |
| - | |
1132 |
| - | |
1133 |
| - | |
1134 |
| - | |
1135 | 1121 |
| |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
| 1131 | + | |
| 1132 | + | |
| 1133 | + | |
| 1134 | + | |
| 1135 | + | |
| 1136 | + | |
| 1137 | + | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
| 1148 | + | |
1136 | 1149 |
| |
1137 |
| - | |
1138 | 1150 |
| |
1139 | 1151 |
| |
1140 | 1152 |
| |
| |||
1149 | 1161 |
| |
1150 | 1162 |
| |
1151 | 1163 |
| |
1152 |
| - | |
| 1164 | + | |
1153 | 1165 |
| |
1154 | 1166 |
| |
1155 | 1167 |
| |
1156 | 1168 |
| |
1157 |
| - | |
1158 |
| - | |
1159 |
| - | |
| 1169 | + | |
1160 | 1170 |
| |
| 1171 | + | |
| 1172 | + | |
1161 | 1173 |
| |
1162 | 1174 |
| |
1163 | 1175 |
| |
| |||
1461 | 1473 |
| |
1462 | 1474 |
| |
1463 | 1475 |
| |
| 1476 | + | |
1464 | 1477 |
| |
1465 | 1478 |
| |
1466 | 1479 |
| |
|
src/Engine/ProtoCore/Reflection/Mirror.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoCore/Reflection/Mirror.cs+37-22Lines changed: 37 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
338 |
| - | |
339 |
| - | |
| 338 | + | |
| 339 | + | |
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
345 | 345 |
| |
| 346 | + | |
| 347 | + | |
| 348 | + | |
346 | 349 |
| |
347 |
| - | |
| 350 | + | |
348 | 351 |
| |
349 | 352 |
| |
350 |
| - | |
351 |
| - | |
| 353 | + | |
| 354 | + | |
352 | 355 |
| |
353 | 356 |
| |
354 |
| - | |
355 |
| - | |
356 |
| - | |
357 |
| - | |
| 357 | + | |
| 358 | + | |
358 | 359 |
| |
359 | 360 |
| |
360 | 361 |
| |
| |||
468 | 469 |
| |
469 | 470 |
| |
470 | 471 |
| |
| 472 | + | |
471 | 473 |
| |
472 | 474 |
| |
473 | 475 |
| |
474 | 476 |
| |
475 | 477 |
| |
476 | 478 |
| |
477 |
| - | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
478 | 489 |
| |
479 | 490 |
| |
480 |
| - | |
| 491 | + | |
481 | 492 |
| |
482 |
| - | |
483 |
| - | |
484 |
| - | |
| 493 | + | |
485 | 494 |
| |
486 | 495 |
| |
487 | 496 |
| |
| |||
494 | 503 |
| |
495 | 504 |
| |
496 | 505 |
| |
497 |
| - | |
| 506 | + | |
498 | 507 |
| |
499 | 508 |
| |
500 | 509 |
| |
501 | 510 |
| |
502 | 511 |
| |
503 |
| - | |
| 512 | + | |
504 | 513 |
| |
505 | 514 |
| |
506 | 515 |
| |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
507 | 520 |
| |
508 | 521 |
| |
509 | 522 |
| |
| 523 | + | |
510 | 524 |
| |
| 525 | + | |
| 526 | + | |
511 | 527 |
| |
512 |
| - | |
| 528 | + | |
513 | 529 |
| |
514 | 530 |
| |
515 |
| - | |
516 |
| - | |
| 531 | + | |
| 532 | + | |
517 | 533 |
| |
518 | 534 |
| |
519 |
| - | |
520 |
| - | |
521 |
| - | |
| 535 | + | |
| 536 | + | |
522 | 537 |
| |
523 | 538 |
| |
524 | 539 |
| |
|
test/DynamoCoreTests/CodeBlockNodeTests.cs
Copy file name to clipboardExpand all lines: test/DynamoCoreTests/CodeBlockNodeTests.cs+15-2Lines changed: 15 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2270 | 2270 |
| |
2271 | 2271 |
| |
2272 | 2272 |
| |
2273 |
| - | |
2274 |
| - | |
| 2273 | + | |
| 2274 | + | |
| 2275 | + | |
| 2276 | + | |
| 2277 | + | |
| 2278 | + | |
| 2279 | + | |
| 2280 | + | |
| 2281 | + | |
| 2282 | + | |
| 2283 | + | |
| 2284 | + | |
| 2285 | + | |
| 2286 | + | |
2275 | 2287 |
| |
| 2288 | + | |
2276 | 2289 |
| |
2277 | 2290 |
| |
2278 | 2291 |
| |
|
test/Engine/ProtoTest/FFITests/CSFFITest.cs
Copy file name to clipboardExpand all lines: test/Engine/ProtoTest/FFITests/CSFFITest.cs+17Lines changed: 17 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
501 | 501 |
| |
502 | 502 |
| |
503 | 503 |
| |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
504 | 521 |
| |
505 | 522 |
| |
506 | 523 |
| |
|
You can’t perform that action at this time.
0 commit comments