Created
February 27, 2020 19:43
-
-
Save Whateverable/b0b9d2b5b7720e5eff966dca575cbcb2 to your computer and use it in GitHub Desktop.
Whateverable
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020-02-27T17:36:16Z #raku-dev <vrurg> lizmat: Oh, you didn't see this message from me: bad news: the deps are still broken. The likely cause is diamond dependecy. Changing a file works fine for a module where deps are linear vs. breaking one where two direct deps require a third one: A -> B -> C (ok) vs. D -> B -> C & D -> E -> C (fails) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment