You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #3057 changes the Artifact type to an enum in order to work with staticlib-like artifacts. This is not optimal since the two enum variants share most of their fields and can be unified back into a struct.
The text was updated successfully, but these errors were encountered:
3118: Refactor Artifact enum into a struct r=epilys a=epilys
Closes#3063
Refactor Artifact type from enum to struct #3063#3063
Co-authored-by: Manos Pitsidianakis <[email protected]>
3118: Refactor Artifact enum into a struct r=epilys a=epilys
Closes#3063
Refactor Artifact type from enum to struct #3063#3063
Co-authored-by: Manos Pitsidianakis <[email protected]>
PR #3057 changes the
Artifact
type to an enum in order to work withstaticlib
-like artifacts. This is not optimal since the two enum variants share most of their fields and can be unified back into a struct.The text was updated successfully, but these errors were encountered: