CARVIEW |
Select Language
HTTP/2 200
date: Mon, 28 Jul 2025 17:05:59 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/"f2e79cac410f1041f33aa1de440f58ef"
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=qdopG8B4Sjlvi7AUWI21GZZ4ehzWHYNdnMzlTrSwSvTVsoQsfINHOr%2FxTuBvuMdcGNQZ6Z6TP%2BtwfD5%2FuVUqD5VPN8CQ2dm%2Br12PgK4QhRyveaWEAlqsdvM%2BrhK4mEadWn2hT%2BAuk5nr0jjFlhJz9EGD%2B5FW2Rlz%2Bu2HzBL4sfTohUg0uy2IhWCCDqhthFHdnF%2B%2B6bkcR%2BzethAVZtbXq33e935QiPAdz7YbjgIUQhccqRYYUSPY6W6DWxYtI9lRscUFa%2FK5je3249OD8jynnA%3D%3D--4W27TGil9vlfWtef--kj%2FbVAVVJEp7KqGgFrh%2FYQ%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.2099042142.1753722358; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 17:05:58 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 17:05:58 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: AB96:3C74C4:29FFF:31A9A:6887ADF6
add mechanism to reload Cpython modules and mark graph dirty (#11714) · DynamoDS/Dynamo@38b57f9 · GitHub
Copy file name to clipboardExpand all lines: src/DynamoCore/Models/DynamoModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Models/DynamoModelEvents.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Properties/AssemblyInfo.cs
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 658
Commit 38b57f9
authored
add mechanism to reload Cpython modules and mark graph dirty (#11714)
* add new restart cpython button
raise event from button
handle event in cpython engine
fix python thread macros - no need for double lock.
mixing thread state and gil state.
shutdown when requested
fix tests.
* fix test
* fix tst paths
* move events to model events .cs - just some cleanup
resx for add style
resx for restart
resx for tooltip on restart button
* add analytics
logging re enabled
* add module reload on button press
add failing test
modify tests to use different module names to avoid moving on disk error - missing mod spec
* missing friend assembly
* add new test
remove extra python
* add test in auto run mode
* change names to reset
change tooltips and button text
update tests
fix bug with engine name
* typo
* cleanup
* update licenses
* deal with some old todos
fix issue with static logger reference
* revert extra files
* rename handler
update comments in reload snippet
Co-authored-by: michael kirschner <michael.kirschner@autodesk.com>1 parent d294f46 commit 38b57f9Copy full SHA for 38b57f9
File tree
Expand file treeCollapse file tree
16 files changed
+823
-292
lines changedFilter options
- doc/distrib
- src
- DynamoCoreWpf
- Properties
- UI/Themes/Modern
- Views/Menu
- DynamoCore
- Models
- Properties
- Libraries/DSCPython
- test
- Libraries/DynamoPythonTests
- core/python
- module_reload
Expand file treeCollapse file tree
16 files changed
+823
-292
lines changed+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
78 | 83 |
| |
79 | 84 |
| |
80 | 85 |
| |
|
+152-134Lines changed: 152 additions & 134 deletions
Large diffs are not rendered by default.
src/DynamoCore/Models/DynamoModel.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Models/DynamoModel.cs+15-134Lines changed: 15 additions & 134 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
123 |
| - | |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 |
| - | |
136 |
| - | |
137 |
| - | |
138 |
| - | |
139 |
| - | |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
160 |
| - | |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 |
| - | |
173 |
| - | |
174 |
| - | |
175 |
| - | |
176 |
| - | |
177 |
| - | |
178 |
| - | |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
200 |
| - | |
201 |
| - | |
202 |
| - | |
203 |
| - | |
204 |
| - | |
205 |
| - | |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
219 |
| - | |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 |
| - | |
227 |
| - | |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
232 |
| - | |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 |
| - | |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 | 122 |
| |
242 | 123 |
| |
243 | 124 |
| |
| |||
808 | 689 |
| |
809 | 690 |
| |
810 | 691 |
| |
811 |
| - | |
| 692 | + | |
812 | 693 |
| |
813 | 694 |
| |
814 | 695 |
| |
| |||
1043 | 924 |
| |
1044 | 925 |
| |
1045 | 926 |
| |
1046 |
| - | |
1047 |
| - | |
| 927 | + | |
| 928 | + | |
1048 | 929 |
| |
1049 | 930 |
| |
1050 | 931 |
| |
| |||
1176 | 1057 |
| |
1177 | 1058 |
| |
1178 | 1059 |
| |
1179 |
| - | |
| 1060 | + | |
1180 | 1061 |
| |
1181 | 1062 |
| |
1182 | 1063 |
| |
| |||
1466 | 1347 |
| |
1467 | 1348 |
| |
1468 | 1349 |
| |
1469 |
| - | |
| 1350 | + | |
1470 | 1351 |
| |
1471 | 1352 |
| |
1472 | 1353 |
| |
| |||
2241 | 2122 |
| |
2242 | 2123 |
| |
2243 | 2124 |
| |
2244 |
| - | |
| 2125 | + | |
2245 | 2126 |
| |
2246 | 2127 |
| |
2247 | 2128 |
| |
| |||
2447 | 2328 |
| |
2448 | 2329 |
| |
2449 | 2330 |
| |
2450 |
| - | |
| 2331 | + | |
2451 | 2332 |
| |
2452 | 2333 |
| |
2453 | 2334 |
| |
| |||
2516 | 2397 |
| |
2517 | 2398 |
| |
2518 | 2399 |
| |
2519 |
| - | |
2520 |
| - | |
2521 |
| - | |
2522 |
| - | |
| 2400 | + | |
| 2401 | + | |
| 2402 | + | |
| 2403 | + | |
2523 | 2404 |
| |
2524 | 2405 |
| |
2525 | 2406 |
| |
2526 | 2407 |
| |
2527 | 2408 |
| |
2528 |
| - | |
2529 |
| - | |
| 2409 | + | |
| 2410 | + | |
2530 | 2411 |
| |
2531 | 2412 |
| |
2532 | 2413 |
| |
| |||
2586 | 2467 |
| |
2587 | 2468 |
| |
2588 | 2469 |
| |
2589 |
| - | |
| 2470 | + | |
2590 | 2471 |
| |
2591 | 2472 |
| |
2592 | 2473 |
| |
| |||
2728 | 2609 |
| |
2729 | 2610 |
| |
2730 | 2611 |
| |
2731 |
| - | |
| 2612 | + | |
2732 | 2613 |
| |
2733 | 2614 |
| |
2734 | 2615 |
| |
|
src/DynamoCore/Models/DynamoModelEvents.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Models/DynamoModelEvents.cs+132Lines changed: 132 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
375 | 376 |
| |
376 | 377 |
| |
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 | + | |
| 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 | + | |
378 | 510 |
| |
379 | 511 |
| |
380 | 512 |
| |
|
src/DynamoCore/Properties/AssemblyInfo.cs
Copy file name to clipboardExpand all lines: src/DynamoCore/Properties/AssemblyInfo.cs+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
| 39 | + | |
| 40 | + |
You can’t perform that action at this time.
0 commit comments