Skip to content

Conversation

linawolf
Copy link
Member

{
// core
yield 'core no version' => ['typo3/cms-adminpanel', 'core', 'typo3', 'cms-adminpanel', null];
yield 'core with version' => ['typo3/cms-adminpanel/13.4', 'core', 'typo3', 'cms-adminpanel', '13.4'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also have typo3/[email protected]?! I don't remember the slash notation for this?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we do a search if we ever used the typo3/cms-adminpanel/13.4 notation anywhere? Issue is we had tests who testet that this worked before this change. I have no idea if we ever really used it..

// default inventories
yield 'default inventory' => ['t3coreapi', 'default', 'typo3', 't3coreapi', null];
yield 'default inventory with explicit version' => ['t3coreapi/12.4', 'default', 'typo3', 't3coreapi', '12.4'];
yield 'default inventory with @stable' => ['t3coreapi@stable', 'default', 'typo3', 't3coreapi', 'stable'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also a test for @main / @12.4?

Copy link
Contributor

@garvinhicking garvinhicking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Phew, this is/was really hard for me to review. I'm leaning a bit towards "let's try this in production and see what caves in".

We should wait for next Tuesdays TYPO3 release and probably merge this the week after, to carefully review what'll happen and be able to adjust?

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