Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Make the output of the requirement file generator determinable #97

Merged
merged 1 commit into from
Jul 23, 2019
Merged

Make the output of the requirement file generator determinable #97

merged 1 commit into from
Jul 23, 2019

Conversation

hlxid
Copy link
Member

@hlxid hlxid commented Jul 23, 2019

When I recompile the api the order of the generated requirements almost always change.
These changes can accidentally be committed like in codeoverflow-org/chatoverflow-api@4bf446b. There the requirement file of the inputs has changed, but those are just reorderings.
A fix for this is to order all input files, which will always result in the same output.

When I recompile the api the order of the generated requirements
almost always change. Over time someone would have probably accidentally
committed a reorder, ending in useless commits. A fix for this is to
order all input files, which will always result in the same output.
@sebinside sebinside merged commit 2887dec into codeoverflow-org:develop Jul 23, 2019
@hlxid hlxid deleted the fix/generated-requrement-types branch July 23, 2019 15:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants