On 10/28/16, 8:30 AM, "Christofer Dutz" wrote:
>Hi,
>
>
>I just pushed some changes that modify the directory structure of the
>examples to be valid default maven style. These were the last modules not
>following the maven default directory structure. The maven build runs
>fine with these chang
On 10/28/16, 2:52 AM, "Harbs" wrote:
>There’s two ways to represent RGB with alpha as a uint:
>
>AARRGGBB (or 0xAARRGGBB)
>and
>RRGGBBAA (or 0xRRGGBBAA)
>
>The two quite obviously have very different numeric representations.
>
>The standard for HTML is RRGGBBAA.
Right, so wouldn't having actua
Hi,
I just added a new branch "feature-autobuild/closure-classpath-sources" in
which I am planning on refactoring the way we pass in sources to the closure
compiler. Currently a lot of time is wasted by dumping the closure jar to the
filesystem (maven-only) and then reading each file back in a
Hi,
I just pushed some changes that modify the directory structure of the examples
to be valid default maven style. These were the last modules not following the
maven default directory structure. The maven build runs fine with these
changes, but I bet that the Ant build would probably not. Co
That sounds really cool. Is more info about reflection api?
I'm happy that register** support was already done and hope we could get
things like [RemoteClass] or [Transient] soon.
Thanks for doing this! :)
2016-10-27 22:20 GMT+02:00 Greg Dove :
> As Alex mentioned, I think things should be ready
Hi Frederic,
I think is better to go with actual 0.8.0-snapshot since there's some
things from 0.7.0 state.
What I do is use sourceTree to update the 3 repositories and build with
maven (since is a breeze)
Then develop, build , test, ..
As more more is done, I synchronize again rebuild, etc...
May
Hi Alex,
thanks for the explanation.
regarding integration branches, the main concept it *not break develop*
(and of course master ;)).
So before Harbs response, I was worried that this merge could cause some
days of broken builds (maven, ant, etc...)
for that reason is important to make this kin
There’s two ways to represent RGB with alpha as a uint:
AARRGGBB (or 0xAARRGGBB)
and
RRGGBBAA (or 0xRRGGBBAA)
The two quite obviously have very different numeric representations.
The standard for HTML is RRGGBBAA.
On Oct 27, 2016, at 6:05 PM, Alex Harui wrote:
>
>
> On 10/26/16, 11:59 PM, "