You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by GitBox <gi...@apache.org> on 2022/12/06 08:50:08 UTC

[GitHub] [incubator-pekko] mdedetrich opened a new pull request, #72: Fix regression with doc dir rename

mdedetrich opened a new pull request, #72:
URL: https://github.com/apache/incubator-pekko/pull/72

   When https://github.com/apache/incubator-pekko/pull/62 was merged it caused a regression due to sbt's implicit behaviour of having the sbt project id the same as the project name if the project name is not explicitly set. With the rename of `akka-docs` to `docs` this caused the `akka-*` filter to break.
   
   This PR solves the problem by using a more principled approach, i.e. rather than assuming every sbt project starts with akka we just directly grab all of the sbt projects and create a filter out of it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko] mdedetrich merged pull request #72: Fix regression with doc dir rename

Posted by GitBox <gi...@apache.org>.
mdedetrich merged PR #72:
URL: https://github.com/apache/incubator-pekko/pull/72


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org