[GitHub] [groovy-website] paulk-asert commented on issue #15: refinement needed to handle https and iframes

2019-11-18 Thread GitBox
paulk-asert commented on issue #15: refinement needed to handle https and 
iframes
URL: https://github.com/apache/groovy-website/issues/15#issuecomment-555267667
 
 
   fixed again  - manually


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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: Groovy 3 very slow stub generation

2019-11-18 Thread Paolo Di Tommaso
Hi Daniel,

No, I'm not delegating the build to Gradle. The compilation is done via
IntelliJ. let me know if there's something that I can test.


Cheers,
Paolo


On Mon, Nov 18, 2019 at 2:11 PM Daniel.Sun  wrote:

> Hi Paolo,
>
>   If you build your project with `gradlew compileGroovy
> --no-build-cache`(assuming you are using gradle), it still takes much more
> time when using 3.0.0-rc-1 than 2.5.x?
>
>If yes, it is probably a groovy issue, otherwise it could be an
> intellij IDEA issue.
>
> Cheers,
> Daniel.Sun
>
>
>
>
> -
> Apache Groovy committer & PMC member
> Blog: http://blog.sunlan.me
> Twitter: @daniel_sun
>
> --
> Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html
>


Re: Groovy 3 very slow stub generation

2019-11-18 Thread Daniel.Sun
Hi Paolo,

  If you build your project with `gradlew compileGroovy
--no-build-cache`(assuming you are using gradle), it still takes much more
time when using 3.0.0-rc-1 than 2.5.x?

   If yes, it is probably a groovy issue, otherwise it could be an
intellij IDEA issue.

Cheers,
Daniel.Sun




-
Apache Groovy committer & PMC member 
Blog: http://blog.sunlan.me 
Twitter: @daniel_sun 

--
Sent from: http://groovy.329449.n5.nabble.com/Groovy-Dev-f372993.html


Groovy 3 very slow stub generation

2019-11-18 Thread Paolo Di Tommaso
Dear all,

I was giving a trying compiling a medium size project
 with Groovy 3
rc1 with IntelliJ. Though the compilation is successful, the stub
generation process is insanely slow. It took more than 5 minutes to compile
the project while with groovy 2.5 the same project compiles in a few
seconds.


Did anybody notice the same problem? Is this expected?


Cheers,
Paolo