July 24, 2014
On Thursday, 24 July 2014 at 11:01:35 UTC, Russel Winder via Digitalmars-d wrote:
> On Thu, 2014-07-24 at 09:38 +0000, Paulo Pinto via Digitalmars-d wrote:
> […]
>> 
>> Nope, Gradle, as shown by the CPU usage on the task manager.
>
> I am surprised, but data always trumps opinion.

One of the first Google results,

http://askubuntu.com/questions/469709/gradle-compiling-slows-down-my-computer

You can find many more out there, in many combinations use cases.
July 24, 2014
On Thu, 2014-07-24 at 11:09 +0000, Paulo Pinto via Digitalmars-d wrote:
> On Thursday, 24 July 2014 at 11:01:35 UTC, Russel Winder via Digitalmars-d wrote:
> > On Thu, 2014-07-24 at 09:38 +0000, Paulo Pinto via
> > Digitalmars-d wrote:
> > […]
> >> 
> >> Nope, Gradle, as shown by the CPU usage on the task manager.
> >
> > I am surprised, but data always trumps opinion.
> 
> One of the first Google results,
> 
> http://askubuntu.com/questions/469709/gradle-compiling-slows-down-my-computer
> 
> You can find many more out there, in many combinations use cases.

Looks like Android Studio tells Gradle to use the number of threads that there are cores, so this is an Android Studio problem, not a Gradle problem per se.
-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


July 24, 2014
On Thursday, 24 July 2014 at 11:35:09 UTC, Russel Winder via Digitalmars-d wrote:
> On Thu, 2014-07-24 at 11:09 +0000, Paulo Pinto via Digitalmars-d wrote:
>> On Thursday, 24 July 2014 at 11:01:35 UTC, Russel Winder via Digitalmars-d wrote:
>> > On Thu, 2014-07-24 at 09:38 +0000, Paulo Pinto via Digitalmars-d wrote:
>> > […]
>> >> 
>> >> Nope, Gradle, as shown by the CPU usage on the task manager.
>> >
>> > I am surprised, but data always trumps opinion.
>> 
>> One of the first Google results,
>> 
>> http://askubuntu.com/questions/469709/gradle-compiling-slows-down-my-computer
>> 
>> You can find many more out there, in many combinations use cases.
>
> Looks like Android Studio tells Gradle to use the number of threads that
> there are cores, so this is an Android Studio problem, not a Gradle
> problem per se.

In this specific case yes, but as I mentioned there are lots of uses cases being reported.

--
Paulo
July 27, 2014
On Thu, 2014-07-24 at 11:39 +0000, Paulo Pinto via Digitalmars-d wrote: […]
> In this specific case yes, but as I mentioned there are lots of uses cases being reported.

It turns out to be a "known fact" even in Gradleware. Hans mentions it specifically inhis "vision for the future" document of a month ago.

He also mentions that the C/C++ build aspects of Gradle are to be used by the Android NDK folk. I already asked them about including D in the package, but the response was "nobody uses D". So maybe we (I guess this mean I) should do a user contributed patch to add D to the whole thing.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


July 27, 2014
On Sunday, 27 July 2014 at 08:24:44 UTC, Russel Winder via Digitalmars-d wrote:
> On Thu, 2014-07-24 at 11:39 +0000, Paulo Pinto via Digitalmars-d wrote:
> […]
>> In this specific case yes, but as I mentioned there are lots of uses cases being reported.
>
> It turns out to be a "known fact" even in Gradleware. Hans mentions it
> specifically inhis "vision for the future" document of a month ago.
>
> He also mentions that the C/C++ build aspects of Gradle are to be used
> by the Android NDK folk. I already asked them about including D in the
> package, but the response was "nobody uses D".

I am nobody.

> So maybe we (I guess this
> mean I) should do a user contributed patch to add D to the whole thing.

July 27, 2014
On Sun, 2014-07-27 at 12:51 +0000, Chris via Digitalmars-d wrote:
> On Sunday, 27 July 2014 at 08:24:44 UTC, Russel Winder via Digitalmars-d wrote:
[…]
> > He also mentions that the C/C++ build aspects of Gradle are to
> > be used
> > by the Android NDK folk. I already asked them about including D
> > in the
> > package, but the response was "nobody uses D".
> 
> I am nobody.

I was fairly appalled at the response so I have requested ability to clone the C/C++ stuff so as to add D and send in pull requests. Whatever anyone things of Gradle (or SCons) for D, it is looking more and more like Gradle is the route to build on Android. So if we want D on Android ensuring "buildable with Gradle" is a way of removing a hurdle.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


1 2 3 4 5 6 7 8 9 10 11
Next ›   Last »