Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated >type metadata in zone definitions #327

Open
Laupetin opened this issue Jan 3, 2025 · 0 comments
Open

Remove deprecated >type metadata in zone definitions #327

Laupetin opened this issue Jan 3, 2025 · 0 comments
Labels
deprecation Something has been or should be deprecated

Comments

@Laupetin
Copy link
Owner

Laupetin commented Jan 3, 2025

Previously it has been possible to specify a type for a target in a zone definition via:

>type,fastfile
>type,ipak
>type,iwd

In the process of #286 this has been replaced by specifying obj containers like this:

>iwd,myiwd
>ipak,myipak

This allows obj containers to be created alongside a fastfile in one target.
Due to this, it is no longer necessary to have a type metadata.

For backwards compatibility the type property currently does the same thing as specifying the respective obj container with the name of the target.
It does log a deprecation warning however and will be removed in the future!

@Laupetin Laupetin added the deprecation Something has been or should be deprecated label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecation Something has been or should be deprecated
Projects
None yet
Development

No branches or pull requests

1 participant