Skip to content

Preserve SciML typed pair refs#1001

Open
svchb wants to merge 3 commits into
JuliaEditorSupport:masterfrom
svchb:split/sciml-typed-pair-ref
Open

Preserve SciML typed pair refs#1001
svchb wants to merge 3 commits into
JuliaEditorSupport:masterfrom
svchb:split/sciml-typed-pair-ref

Conversation

@svchb
Copy link
Copy Markdown
Contributor

@svchb svchb commented May 28, 2026

Based on #997.

Before:

metadata = Pair{String, Any}["Start vertex" => first(graph.vertices),
"Final vertex" => last(graph.vertices),
"search algorithm" => traversal.algorithm |> typeof |> nameof,
"directed" => graph.is_directed]

After:

metadata = Pair{String, Any}["Start vertex" => first(graph.vertices),
                             "Final vertex" => last(graph.vertices),
                             "search algorithm" => traversal.algorithm |> typeof |> nameof,
                             "directed" => graph.is_directed]

@svchb svchb marked this pull request as ready for review May 28, 2026 10:14
@svchb svchb mentioned this pull request May 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant