CARVIEW |
Select Language
HTTP/2 200
date: Mon, 28 Jul 2025 03:31:31 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/"7fd397534eb0f2596dd4bdf04ab25a71"
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=NltSUqSsJQbV3Snh1QZPsKASKvb89EIz%2F2TLfHWtJ90zfYRCvEZAH9YubhTwxEkPXKMv%2BvvgfNOU5Vv6o7CEROgv3EjNd1GqBPjHKhkfHRv4IZy2h7H%2FsOPb2wrizWhEkxtSkea6BsxLdlBZmErMZBkuXcoBF4MeYHOSiI617Frl8toy1znWNW0PLtvfPJfnvWq8er2G4%2BpTXgKTgnaESauL9orUMlRZ5qFX%2FiEN3bhXaSUB389ai8YQMMpraqi4aE8mkB97BQGx96ASSfkQAA%3D%3D--uFHqq4JFLGT4iwgj--u%2B3RcafUgY%2FeOar4TViPtw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.5368903.1753673490; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 03:31:30 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Tue, 28 Jul 2026 03:31:30 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B0CE:3ED739:13094AC:1952187:6886EF12
DYN-1541: Issues with code block function default arguments (#9528) · DynamoDS/Dynamo@30e14a1 · GitHub
Copy file name to clipboardExpand all lines: src/Engine/ProtoAssociative/CodeGen.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoCore/Parser/AssociativeAST.cs
Copy file name to clipboardExpand all lines: test/DynamoCoreTests/CodeBlockNodeTests.cs
Copy file name to clipboardExpand all lines: test/DynamoCoreWpfTests/CodeBlockNodeTests.cs
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 658
Commit 30e14a1
authored
DYN-1541: Issues with code block function default arguments (#9528)
* Update changes from librarie.js to fix QNTM-3710
* Add some initial default argument tests
* Add one argument one default test
* Comment out a purposely failing test
* Test multiple code blocks with default arguments
* Add a (commented out) test that fails due to indeterminate functions
* Add tests for deleting code block nodes with functions with default parameters
* Remove deafult arguments to avoid a potential crash
* Comment out code block deletion for testing
* Uncomment test code
* remove emitting if statement node for associative inline conditionals
* obsolete property
* Add recordable test for node deletion
* Restore public signature
* Remove obsolete test and update comment
* Use correct issue name in comment
* Fix typo1 parent 62e1b56 commit 30e14a1Copy full SHA for 30e14a1
File tree
Expand file treeCollapse file tree
5 files changed
+228
-115
lines changedFilter options
- src/Engine
- ProtoAssociative
- ProtoCore/Parser
- test
- DynamoCoreTests
- DynamoCoreWpfTests
- core/recorded
Expand file treeCollapse file tree
5 files changed
+228
-115
lines changedsrc/Engine/ProtoAssociative/CodeGen.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoAssociative/CodeGen.cs+96-112Lines changed: 96 additions & 112 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3484 | 3484 |
| |
3485 | 3485 |
| |
3486 | 3486 |
| |
3487 |
| - | |
3488 | 3487 |
| |
3489 | 3488 |
| |
3490 | 3489 |
| |
| |||
3817 | 3816 |
| |
3818 | 3817 |
| |
3819 | 3818 |
| |
3820 |
| - | |
3821 | 3819 |
| |
3822 | 3820 |
| |
3823 | 3821 |
| |
| |||
4308 | 4306 |
| |
4309 | 4307 |
| |
4310 | 4308 |
| |
4311 |
| - | |
4312 |
| - | |
4313 |
| - | |
4314 |
| - | |
4315 |
| - | |
4316 |
| - | |
4317 |
| - | |
4318 |
| - | |
4319 |
| - | |
4320 |
| - | |
4321 |
| - | |
4322 |
| - | |
4323 |
| - | |
| 4309 | + | |
4324 | 4310 |
| |
4325 |
| - | |
4326 |
| - | |
4327 |
| - | |
4328 |
| - | |
4329 |
| - | |
4330 |
| - | |
4331 |
| - | |
4332 |
| - | |
4333 |
| - | |
4334 |
| - | |
| 4311 | + | |
| 4312 | + | |
| 4313 | + | |
| 4314 | + | |
4335 | 4315 |
| |
4336 |
| - | |
4337 |
| - | |
4338 |
| - | |
4339 |
| - | |
| 4316 | + | |
| 4317 | + | |
| 4318 | + | |
| 4319 | + | |
4340 | 4320 |
| |
4341 |
| - | |
| 4321 | + | |
| 4322 | + | |
| 4323 | + | |
4342 | 4324 |
| |
4343 |
| - | |
4344 |
| - | |
4345 |
| - | |
4346 |
| - | |
4347 |
| - | |
| 4325 | + | |
| 4326 | + | |
| 4327 | + | |
4348 | 4328 |
| |
4349 |
| - | |
4350 |
| - | |
4351 |
| - | |
4352 |
| - | |
4353 |
| - | |
4354 |
| - | |
4355 |
| - | |
4356 |
| - | |
4357 |
| - | |
4358 |
| - | |
4359 |
| - | |
| 4329 | + | |
4360 | 4330 |
| |
4361 |
| - | |
4362 |
| - | |
4363 |
| - | |
| 4331 | + | |
| 4332 | + | |
4364 | 4333 |
| |
4365 |
| - | |
4366 |
| - | |
4367 |
| - | |
4368 |
| - | |
4369 |
| - | |
4370 |
| - | |
4371 |
| - | |
4372 |
| - | |
4373 |
| - | |
4374 |
| - | |
4375 |
| - | |
4376 |
| - | |
4377 |
| - | |
4378 |
| - | |
4379 |
| - | |
4380 |
| - | |
4381 |
| - | |
4382 |
| - | |
4383 |
| - | |
4384 |
| - | |
4385 |
| - | |
4386 |
| - | |
4387 |
| - | |
| 4334 | + | |
4388 | 4335 |
| |
4389 |
| - | |
4390 |
| - | |
4391 |
| - | |
4392 |
| - | |
4393 |
| - | |
4394 |
| - | |
4395 |
| - | |
| 4336 | + | |
| 4337 | + | |
| 4338 | + | |
| 4339 | + | |
| 4340 | + | |
| 4341 | + | |
| 4342 | + | |
| 4343 | + | |
| 4344 | + | |
| 4345 | + | |
| 4346 | + | |
| 4347 | + | |
| 4348 | + | |
| 4349 | + | |
| 4350 | + | |
| 4351 | + | |
| 4352 | + | |
| 4353 | + | |
| 4354 | + | |
| 4355 | + | |
| 4356 | + | |
| 4357 | + | |
| 4358 | + | |
| 4359 | + | |
| 4360 | + | |
| 4361 | + | |
| 4362 | + | |
4396 | 4363 |
| |
4397 |
| - | |
4398 |
| - | |
4399 |
| - | |
4400 |
| - | |
| 4364 | + | |
| 4365 | + | |
| 4366 | + | |
| 4367 | + | |
| 4368 | + | |
| 4369 | + | |
| 4370 | + | |
| 4371 | + | |
| 4372 | + | |
| 4373 | + | |
| 4374 | + | |
| 4375 | + | |
| 4376 | + | |
| 4377 | + | |
| 4378 | + | |
| 4379 | + | |
| 4380 | + | |
| 4381 | + | |
| 4382 | + | |
| 4383 | + | |
4401 | 4384 |
| |
4402 |
| - | |
4403 |
| - | |
| 4385 | + | |
| 4386 | + | |
4404 | 4387 |
| |
4405 |
| - | |
4406 |
| - | |
4407 |
| - | |
4408 |
| - | |
| 4388 | + | |
| 4389 | + | |
| 4390 | + | |
| 4391 | + | |
4409 | 4392 |
| |
4410 |
| - | |
4411 |
| - | |
| 4393 | + | |
| 4394 | + | |
| 4395 | + | |
| 4396 | + | |
4412 | 4397 |
| |
4413 |
| - | |
4414 |
| - | |
4415 |
| - | |
4416 |
| - | |
4417 |
| - | |
4418 |
| - | |
4419 |
| - | |
4420 |
| - | |
4421 |
| - | |
4422 |
| - | |
4423 |
| - | |
4424 |
| - | |
4425 |
| - | |
4426 |
| - | |
4427 |
| - | |
4428 |
| - | |
| 4398 | + | |
| 4399 | + | |
| 4400 | + | |
4429 | 4401 |
| |
4430 |
| - | |
4431 |
| - | |
| 4402 | + | |
4432 | 4403 |
| |
4433 |
| - | |
4434 |
| - | |
4435 |
| - | |
| 4404 | + | |
| 4405 | + | |
4436 | 4406 |
| |
| 4407 | + | |
| 4408 | + | |
| 4409 | + | |
| 4410 | + | |
| 4411 | + | |
| 4412 | + | |
| 4413 | + | |
| 4414 | + | |
| 4415 | + | |
| 4416 | + | |
| 4417 | + | |
| 4418 | + | |
| 4419 | + | |
| 4420 | + | |
4437 | 4421 |
| |
4438 | 4422 |
| |
4439 | 4423 |
| |
|
src/Engine/ProtoCore/Parser/AssociativeAST.cs
Copy file name to clipboardExpand all lines: src/Engine/ProtoCore/Parser/AssociativeAST.cs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1992 | 1992 |
| |
1993 | 1993 |
| |
1994 | 1994 |
| |
| 1995 | + | |
| 1996 | + | |
1995 | 1997 |
| |
1996 | 1998 |
| |
1997 | 1999 |
| |
1998 | 2000 |
| |
1999 |
| - | |
2000 | 2001 |
| |
2001 | 2002 |
| |
2002 | 2003 |
| |
2003 | 2004 |
| |
2004 |
| - | |
2005 | 2005 |
| |
2006 | 2006 |
| |
2007 | 2007 |
| |
|
test/DynamoCoreTests/CodeBlockNodeTests.cs
Copy file name to clipboardExpand all lines: test/DynamoCoreTests/CodeBlockNodeTests.cs+82-1Lines changed: 82 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 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 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
215 | 296 |
| |
216 | 297 |
| |
217 | 298 |
| |
| |||
224 | 305 |
| |
225 | 306 |
| |
226 | 307 |
| |
227 |
| - | |
| 308 | + | |
228 | 309 |
| |
229 | 310 |
| |
230 | 311 |
| |
|
test/DynamoCoreWpfTests/CodeBlockNodeTests.cs
Copy file name to clipboardExpand all lines: test/DynamoCoreWpfTests/CodeBlockNodeTests.cs+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
185 | 195 |
| |
186 | 196 |
|
You can’t perform that action at this time.
0 commit comments