Skip to content

fix(stackable-versioned): Remove type comparison and use into() on all field conversions#925

Merged
NickLarsenNZ merged 5 commits into
mainfrom
fix/stackable-versioned-conversions
Nov 29, 2024
Merged

fix(stackable-versioned): Remove type comparison and use into() on all field conversions#925
NickLarsenNZ merged 5 commits into
mainfrom
fix/stackable-versioned-conversions

Conversation

@NickLarsenNZ
Copy link
Copy Markdown
Member

@NickLarsenNZ NickLarsenNZ commented Nov 29, 2024

Part of stackabletech/issues#642.

Remove type comparison and use .into() on all field conversions

Note

The from/to type comparison was semantically invalid as we have no information of the actual type which might still be an equivalent string (eg: ::foo::TypeA in two versions of a crate are possibly not equivalent).


Important

CI: The run_tests dependency on the run_cargodeny job has been removed.

@NickLarsenNZ NickLarsenNZ self-assigned this Nov 29, 2024
…l field conversions

Note: the from/to type comparison was semantically invalid as we have no information of the actual type which might still be an equivalent string (eg: foo::TypeA could be defined in two versions of a crate).
@NickLarsenNZ NickLarsenNZ force-pushed the fix/stackable-versioned-conversions branch from 8602dfc to 82fac6e Compare November 29, 2024 11:15
@NickLarsenNZ NickLarsenNZ added this pull request to the merge queue Nov 29, 2024
Merged via the queue into main with commit c5dc4f5 Nov 29, 2024
@NickLarsenNZ NickLarsenNZ deleted the fix/stackable-versioned-conversions branch November 29, 2024 11:48
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.

2 participants