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

READY: (willbe): Add Test for Emulation of Publication Sequence #1481

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

Barsik-sus
Copy link
Contributor

Implement a test to emulate and verify the publication sequence, ensuring that the order is correct. The test should also output the determined sequence.

Here is the intended dependency scenario:

b -> a
c -> a
d -> a
e -> b
e => c
e ~> c

In this scenario:

-> represents a standard dependency,
=> represents a dev dependency,
~> represents a macro dependency.

@Barsik-sus Barsik-sus changed the title NOT READY: (willbe): Add Test for Emulation of Publication Sequence READY: (willbe): Add Test for Emulation of Publication Sequence Nov 8, 2024
@Wandalen Wandalen merged commit 857016f into Wandalen:alpha Nov 8, 2024
1 of 4 checks passed
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