Skip to content

Conversation

@nielsneerhoff
Copy link
Member

@nielsneerhoff nielsneerhoff commented Nov 24, 2025

Output of snapshot run_example_function_reuse.py:

Before:

io-0 --> View:View(func=example_function_reuse.func_defs:print_input, ...)
io-0 --> View:example_function_reuse.nodes:pi
io-1 --> View:View(func=example_function_reuse.func_defs:print_input, ...)
io-2 --> View:View(func=example_function_reuse.func_defs:print_input, ...)
io-3 --> View:View(func=example_function_reuse.func_defs:print_input, ...)
View:example_function_reuse.nodes:pi --> io-4
View:View(func=example_function_reuse.func_defs:print_input, ...) --> io-5
View:View(func=example_function_reuse.func_defs:print_input, ...) --> io-6
View:View(func=example_function_reuse.func_defs:print_input, ...) --> io-7
View:View(func=example_function_reuse.func_defs:print_input, ...) --> io-8

After:

io-0 --> View:example_function_reuse.nodes:a
io-0 --> View:example_function_reuse.nodes:pi
io-1 --> View:example_function_reuse.nodes:d
io-2 --> View:example_function_reuse.nodes:c
io-3 --> View:example_function_reuse.nodes:b
View:example_function_reuse.nodes:pi --> io-4
View:example_function_reuse.nodes:d --> io-5
View:example_function_reuse.nodes:c --> io-6
View:example_function_reuse.nodes:b --> io-7
View:example_function_reuse.nodes:a --> io-8

@nielsneerhoff nielsneerhoff added the fix Something isn't working label Nov 24, 2025
@nielsneerhoff nielsneerhoff marked this pull request as ready for review November 24, 2025 20:16
@nielsneerhoff nielsneerhoff enabled auto-merge (squash) November 24, 2025 20:16
@nielsneerhoff nielsneerhoff merged commit 05e2262 into main Nov 25, 2025
40 checks passed
@nielsneerhoff nielsneerhoff deleted the assign-fqn-from-scan branch November 25, 2025 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants