You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/05/26 13:31:06 UTC

[GitHub] [incubator-pekko-http] pjfanning opened a new issue, #157: scala 3.3 merge broke nightly jar publish (scaladoc issue)

pjfanning opened a new issue, #157:
URL: https://github.com/apache/incubator-pekko-http/issues/157

   see https://github.com/apache/incubator-pekko-http/actions/runs/5090942292/jobs/9151097224
   
   fyi @mdedetrich 
   
   may have another cause but the recent merge is likely candidate
   
   I spotted that some of the build params had 'akka' prefixes earlier (including one related to scaladoc diagrams) and was trying to fix that - may be related to this (#155)


-- 
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.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-http] pjfanning commented on issue #157: scala 3.3 merge broke nightly jar publish (scaladoc issue)

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #157:
URL: https://github.com/apache/incubator-pekko-http/issues/157#issuecomment-1564425357

   One oddity is in project/Doc.scala. The skip-packages is defined twice. Once without the scala version check and then again with the version check.


-- 
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-http] pjfanning commented on issue #157: scala 3.3 merge broke nightly jar publish (scaladoc issue)

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #157:
URL: https://github.com/apache/incubator-pekko-http/issues/157#issuecomment-1564404492

   I still haven't had a chance to do a full analysis of this issue but I think #155 is more likely to help than to make things worse


-- 
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-http] mdedetrich commented on issue #157: scala 3.3 merge broke nightly jar publish (scaladoc issue)

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on issue #157:
URL: https://github.com/apache/incubator-pekko-http/issues/157#issuecomment-1564429764

   > Indeed I think I messed up the merge conflict, trying this out now. Its meant to be `org.apache.pekko.pattern`
   
   So this solved one problem, there is however another which I am looking into


-- 
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-http] pjfanning commented on issue #157: scala 3.3 merge broke nightly jar publish (scaladoc issue)

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #157:
URL: https://github.com/apache/incubator-pekko-http/issues/157#issuecomment-1564418866

   @mdedetrich this happens with and without #155 
   
   You can reproduce with `sbt doc`. I don't know why this has started happening now.


-- 
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-http] mdedetrich commented on issue #157: scala 3.3 merge broke nightly jar publish (scaladoc issue)

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on issue #157:
URL: https://github.com/apache/incubator-pekko-http/issues/157#issuecomment-1564474602

   @pjfanning So this is a bit of a red herring, `sbt doc` doesn't in general work, whether before or after the scala 3 PR. What you are meant to use instead is `sbt unidoc` (the difference between `doc` and `unidoc` is that it `unidoc` merges all of the documentation from different projects/packages which is why `sbt doc` failed).
   
   Nonetheless there was cases of dulicated lines/regressions which I will clean up.


-- 
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-http] mdedetrich commented on issue #157: scala 3.3 merge broke nightly jar publish (scaladoc issue)

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on issue #157:
URL: https://github.com/apache/incubator-pekko-http/issues/157#issuecomment-1564405705

   Okay well just let me know when you want me to look into this


-- 
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-http] mdedetrich commented on issue #157: scala 3.3 merge broke nightly jar publish (scaladoc issue)

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on issue #157:
URL: https://github.com/apache/incubator-pekko-http/issues/157#issuecomment-1564402389

   @pjfanning Do you want to go ahead and merge https://github.com/apache/incubator-pekko-http/pull/155 then?


-- 
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-http] mdedetrich commented on issue #157: scala 3.3 merge broke nightly jar publish (scaladoc issue)

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on issue #157:
URL: https://github.com/apache/incubator-pekko-http/issues/157#issuecomment-1564427967

   Indeed I think I messed up the merge conflict, trying this out now


-- 
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-http] mdedetrich commented on issue #157: scala 3.3 merge broke nightly jar publish (scaladoc issue)

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich commented on issue #157:
URL: https://github.com/apache/incubator-pekko-http/issues/157#issuecomment-1564419793

   Okay I will look at it then


-- 
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-http] mdedetrich closed issue #157: scala 3.3 merge broke nightly jar publish (scaladoc issue)

Posted by "mdedetrich (via GitHub)" <gi...@apache.org>.
mdedetrich closed issue #157: scala 3.3 merge broke nightly jar publish (scaladoc issue)
URL: https://github.com/apache/incubator-pekko-http/issues/157


-- 
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