Skip to content

v0.1.4 Release#52

Merged
Aaronontheweb merged 2 commits intomasterfrom
dev
May 17, 2019
Merged

v0.1.4 Release#52
Aaronontheweb merged 2 commits intomasterfrom
dev

Conversation

@Aaronontheweb
Copy link
Member

0.1.4 May 17 2019

Bugfix release for Incrementalist v0.1.3

Fixed MSBuild graph issue where two unrelated changes in the same branch could overwrite each other in the Incrementalist output.

In the event of three concurrent MSBuild dependency graphs like these:

[A modified] Project A --> B --> C
[B modified] Project B --> C
[D modified] Project D --> E

In Incrementalist 0.1.3, you'd only see this graph: Project A --> B --> C because it was the longest and "covered" all of the other graphs. In Incrementalist 0.1.4 you'll now see the following build output:

Project A --> B --> C
Project D --> E

Each line represents its own independent graph, uncovered by any of the other graphs detected in the topology of the MSBuild solution.

* fixed #49 - now create multiple lines for each detected graph
@Aaronontheweb Aaronontheweb merged commit 95c3184 into master May 17, 2019
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.

1 participant