You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Piotr Zarzycki <pi...@gmail.com> on 2017/11/14 16:11:57 UTC

Re: [royale-asjs] branch develop updated: Add license

Erik,

Could you create branch in repository typedefs and asjs called feature/wast
- Once we have those three branches Maven will pickup it automatically. It
will be easier to me follow your changes there.

Thanks, Piotr


2017-11-14 16:57 GMT+01:00 <er...@apache.org>:

> This is an automated email from the ASF dual-hosted git repository.
>
> erikdebruin pushed a commit to branch develop
> in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
>
>
> The following commit(s) were added to refs/heads/develop by this push:
>      new c469fd7  Add license
> c469fd7 is described below
>
> commit c469fd7401e8f9ccf75381927e0ba84db89c2de0
> Author: Erik de Bruin <er...@ixsoftware.nl>
> AuthorDate: Tue Nov 14 16:57:21 2017 +0100
>
>     Add license
>
>     Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>
> ---
>  wast/resources/glue.js | 19 +++++++++++++++++++
>  1 file changed, 19 insertions(+)
>
> diff --git a/wast/resources/glue.js b/wast/resources/glue.js
> index fe66877..0a14ece 100644
> --- a/wast/resources/glue.js
> +++ b/wast/resources/glue.js
> @@ -1,3 +1,22 @@
> +/*
> + *
> + *  Licensed to the Apache Software Foundation (ASF) under one or more
> + *  contributor license agreements.  See the NOTICE file distributed with
> + *  this work for additional information regarding copyright ownership.
> + *  The ASF licenses this file to You under the Apache License, Version
> 2.0
> + *  (the "License"); you may not use this file except in compliance with
> + *  the License.  You may obtain a copy of the License at
> + *
> + *      http://www.apache.org/licenses/LICENSE-2.0
> + *
> + *  Unless required by applicable law or agreed to in writing, software
> + *  distributed under the License is distributed on an "AS IS" BASIS,
> + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + *  See the License for the specific language governing permissions and
> + *  limitations under the License.
> + *
> + */
> +
>  function fetchAndInstantiate(url, importObject) {
>    return fetch(url).then(response =>
>      response.arrayBuffer()
>
> --
> To stop receiving notification emails like this one, please contact
> ['"commits@royale.apache.org" <co...@royale.apache.org>'].
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [royale-asjs] branch develop updated: Add license

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Just to avoid any misunderstanding: I was already working on a feature
branch (feature/wast) for the compiler stuff, and the stuff I put in
develop@royale-asjs doesn't touch any executable or build code. Also, I run
all tests before committing anything to any branch of any project, just to
make sure my commits don't break stuff.

EdB



On Tue, Nov 14, 2017 at 6:35 PM, Piotr Zarzycki <pi...@gmail.com>
wrote:

> Erik,
>
> Agree with Alex that you wouldn't worry about all build stuff if you will
> be on separate branch. I'm just asking, we didn't have any agreement to
> have separate branch for each feature, but note thing that not only Harbs
> has currently application which is using code from develop. We are
> encourage new people to use Royale and they will use develop cause we don't
> have other option for now.
>
> Of course it is open source and you will do as you want and even if you
> break my code I will still go for a beer with you! :)
>
> Thanks for understanding! :)
> Piotr
>
>
> 2017-11-14 18:29 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:
>
> > I don't know about you, but when I'm trying something really new, I just
> > want to commit it some place so I don't lose it if my computer blows up.
> > Later, I might get to a point where I want to share it with others and
> > have them help me.  IMO, I wouldn't worry about Ant/Maven/CI until you
> > have reached that point.  Just keep on hacking...
> >
> > Looking forward to it,
> > -Alex
> >
> > On 11/14/17, 9:24 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
> >
> > >>
> > >> sooner or later. The functionality which you are doing is something
> big,
> > >> that's why I'm asking to have your work on branch.
> > >>
> > >
> > >I was already working on a branch. I made two commits to
> > >develop@royale-asjs,
> > >which were in a subdirectory and completely separate from the rest of
> the
> > >framework, so I didn't see the need to create a separate branch that I'd
> > >have to maintain. But if it's easier for you to contribute to the new
> wasm
> > >target, I'll be happy to comply with your request and work on branches
> in
> > >both projects.
> > >
> > >Also, I cut out a lot of support stuff for Ant (and possibly Maven), as
> I
> > >will be using NPM to set up and run projects. However, the compiler and
> > >transpiler are building fine with a minor addition to the
> > >'compiler-jx/build.xml' Ant script, so I'm not worried about that at
> all.
> > >
> > >Thanks,
> > >
> > >EdB
> > >
> > >
> > >
> > >--
> > >Ix Multimedia Software
> > >
> > >Jan Luykenstraat 27
> > >3521 VB Utrecht
> > >
> > >T. 06-51952295
> > >I.
> > >https://na01.safelinks.protection.outlook.com/?url=
> > www.ixsoftware.nl&data=
> > >02%7C01%7C%7C6ef995b5c5e74f2c3dcf08d52b849efe%
> > 7Cfa7b1b5a7b34438794aed2c178
> > >decee1%7C0%7C0%7C636462770966846937&sdata=
> i6oKHqy6E66Z017y3tTDlXyL2N5eNC
> > sp
> > >EbHSxvudszM%3D&reserved=0
> >
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [royale-asjs] branch develop updated: Add license

Posted by Piotr Zarzycki <pi...@gmail.com>.
Erik,

Agree with Alex that you wouldn't worry about all build stuff if you will
be on separate branch. I'm just asking, we didn't have any agreement to
have separate branch for each feature, but note thing that not only Harbs
has currently application which is using code from develop. We are
encourage new people to use Royale and they will use develop cause we don't
have other option for now.

Of course it is open source and you will do as you want and even if you
break my code I will still go for a beer with you! :)

Thanks for understanding! :)
Piotr


2017-11-14 18:29 GMT+01:00 Alex Harui <ah...@adobe.com.invalid>:

> I don't know about you, but when I'm trying something really new, I just
> want to commit it some place so I don't lose it if my computer blows up.
> Later, I might get to a point where I want to share it with others and
> have them help me.  IMO, I wouldn't worry about Ant/Maven/CI until you
> have reached that point.  Just keep on hacking...
>
> Looking forward to it,
> -Alex
>
> On 11/14/17, 9:24 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:
>
> >>
> >> sooner or later. The functionality which you are doing is something big,
> >> that's why I'm asking to have your work on branch.
> >>
> >
> >I was already working on a branch. I made two commits to
> >develop@royale-asjs,
> >which were in a subdirectory and completely separate from the rest of the
> >framework, so I didn't see the need to create a separate branch that I'd
> >have to maintain. But if it's easier for you to contribute to the new wasm
> >target, I'll be happy to comply with your request and work on branches in
> >both projects.
> >
> >Also, I cut out a lot of support stuff for Ant (and possibly Maven), as I
> >will be using NPM to set up and run projects. However, the compiler and
> >transpiler are building fine with a minor addition to the
> >'compiler-jx/build.xml' Ant script, so I'm not worried about that at all.
> >
> >Thanks,
> >
> >EdB
> >
> >
> >
> >--
> >Ix Multimedia Software
> >
> >Jan Luykenstraat 27
> >3521 VB Utrecht
> >
> >T. 06-51952295
> >I.
> >https://na01.safelinks.protection.outlook.com/?url=
> www.ixsoftware.nl&data=
> >02%7C01%7C%7C6ef995b5c5e74f2c3dcf08d52b849efe%
> 7Cfa7b1b5a7b34438794aed2c178
> >decee1%7C0%7C0%7C636462770966846937&sdata=i6oKHqy6E66Z017y3tTDlXyL2N5eNC
> sp
> >EbHSxvudszM%3D&reserved=0
>
>


-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [royale-asjs] branch develop updated: Add license

Posted by Alex Harui <ah...@adobe.com.INVALID>.
I don't know about you, but when I'm trying something really new, I just
want to commit it some place so I don't lose it if my computer blows up.
Later, I might get to a point where I want to share it with others and
have them help me.  IMO, I wouldn't worry about Ant/Maven/CI until you
have reached that point.  Just keep on hacking...

Looking forward to it,
-Alex

On 11/14/17, 9:24 AM, "Erik de Bruin" <er...@ixsoftware.nl> wrote:

>>
>> sooner or later. The functionality which you are doing is something big,
>> that's why I'm asking to have your work on branch.
>>
>
>I was already working on a branch. I made two commits to
>develop@royale-asjs,
>which were in a subdirectory and completely separate from the rest of the
>framework, so I didn't see the need to create a separate branch that I'd
>have to maintain. But if it's easier for you to contribute to the new wasm
>target, I'll be happy to comply with your request and work on branches in
>both projects.
>
>Also, I cut out a lot of support stuff for Ant (and possibly Maven), as I
>will be using NPM to set up and run projects. However, the compiler and
>transpiler are building fine with a minor addition to the
>'compiler-jx/build.xml' Ant script, so I'm not worried about that at all.
>
>Thanks,
>
>EdB
>
>
>
>-- 
>Ix Multimedia Software
>
>Jan Luykenstraat 27
>3521 VB Utrecht
>
>T. 06-51952295
>I. 
>https://na01.safelinks.protection.outlook.com/?url=www.ixsoftware.nl&data=
>02%7C01%7C%7C6ef995b5c5e74f2c3dcf08d52b849efe%7Cfa7b1b5a7b34438794aed2c178
>decee1%7C0%7C0%7C636462770966846937&sdata=i6oKHqy6E66Z017y3tTDlXyL2N5eNCsp
>EbHSxvudszM%3D&reserved=0


Re: [royale-asjs] branch develop updated: Add license

Posted by Erik de Bruin <er...@ixsoftware.nl>.
>
> sooner or later. The functionality which you are doing is something big,
> that's why I'm asking to have your work on branch.
>

I was already working on a branch. I made two commits to develop@royale-asjs,
which were in a subdirectory and completely separate from the rest of the
framework, so I didn't see the need to create a separate branch that I'd
have to maintain. But if it's easier for you to contribute to the new wasm
target, I'll be happy to comply with your request and work on branches in
both projects.

Also, I cut out a lot of support stuff for Ant (and possibly Maven), as I
will be using NPM to set up and run projects. However, the compiler and
transpiler are building fine with a minor addition to the
'compiler-jx/build.xml' Ant script, so I'm not worried about that at all.

Thanks,

EdB



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [royale-asjs] branch develop updated: Add license

Posted by Piotr Zarzycki <pi...@gmail.com>.
Are you going to change something into compiler yes ? You will probably
also create some examples, each part of our framework has pom.xml which
build it the same as ANT.
You are using ANT and don't care about Maven in order to make the things
simpler for me in fixing those three branches allow me to monitor whether
you didn't break anything. You can take a look into the results here [1].
If it's red something has been broken. If you can't look into that I will
sooner or later. The functionality which you are doing is something big,
that's why I'm asking to have your work on branch.

Does that make sense to you ?

[1] https://builds.apache.org/job/Royale%20Pipeline/job/feature%252Fwast/

Piotr


2017-11-14 17:16 GMT+01:00 Erik de Bruin <er...@ixsoftware.nl>:

> Piotr,
>
> Can you explain what Maven has to do with anything? I'm pretty sure this
> will not work with Maven...
>
> Thanks,
>
> EdB
>
>
>
> On Tue, Nov 14, 2017 at 5:11 PM, Piotr Zarzycki <piotrzarzycki21@gmail.com
> >
> wrote:
>
> > Erik,
> >
> > Could you create branch in repository typedefs and asjs called
> feature/wast
> > - Once we have those three branches Maven will pickup it automatically.
> It
> > will be easier to me follow your changes there.
> >
> > Thanks, Piotr
> >
> >
> > 2017-11-14 16:57 GMT+01:00 <er...@apache.org>:
> >
> > > This is an automated email from the ASF dual-hosted git repository.
> > >
> > > erikdebruin pushed a commit to branch develop
> > > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
> > >
> > >
> > > The following commit(s) were added to refs/heads/develop by this push:
> > >      new c469fd7  Add license
> > > c469fd7 is described below
> > >
> > > commit c469fd7401e8f9ccf75381927e0ba84db89c2de0
> > > Author: Erik de Bruin <er...@ixsoftware.nl>
> > > AuthorDate: Tue Nov 14 16:57:21 2017 +0100
> > >
> > >     Add license
> > >
> > >     Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>
> > > ---
> > >  wast/resources/glue.js | 19 +++++++++++++++++++
> > >  1 file changed, 19 insertions(+)
> > >
> > > diff --git a/wast/resources/glue.js b/wast/resources/glue.js
> > > index fe66877..0a14ece 100644
> > > --- a/wast/resources/glue.js
> > > +++ b/wast/resources/glue.js
> > > @@ -1,3 +1,22 @@
> > > +/*
> > > + *
> > > + *  Licensed to the Apache Software Foundation (ASF) under one or more
> > > + *  contributor license agreements.  See the NOTICE file distributed
> > with
> > > + *  this work for additional information regarding copyright
> ownership.
> > > + *  The ASF licenses this file to You under the Apache License,
> Version
> > > 2.0
> > > + *  (the "License"); you may not use this file except in compliance
> with
> > > + *  the License.  You may obtain a copy of the License at
> > > + *
> > > + *      http://www.apache.org/licenses/LICENSE-2.0
> > > + *
> > > + *  Unless required by applicable law or agreed to in writing,
> software
> > > + *  distributed under the License is distributed on an "AS IS" BASIS,
> > > + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > > implied.
> > > + *  See the License for the specific language governing permissions
> and
> > > + *  limitations under the License.
> > > + *
> > > + */
> > > +
> > >  function fetchAndInstantiate(url, importObject) {
> > >    return fetch(url).then(response =>
> > >      response.arrayBuffer()
> > >
> > > --
> > > To stop receiving notification emails like this one, please contact
> > > ['"commits@royale.apache.org" <co...@royale.apache.org>'].
> > >
> >
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [royale-asjs] branch develop updated: Add license

Posted by Piotr Zarzycki <pi...@gmail.com>.
And as you can see something went wrong and I know about that from the very
beginning. :)

[1]
https://builds.apache.org/job/Royale%20Pipeline/job/feature%252Fwast/2/console

Thanks, Piotr

2017-11-14 17:27 GMT+01:00 Piotr Zarzycki <pi...@gmail.com>:

> Sweet! Now whenever you push something Maven Pipeline pick up it and build
> automatically - I will be looking into that from time to time. :)
>
> Thanks!!!!
>
> 2017-11-14 17:18 GMT+01:00 Erik de Bruin <er...@ixsoftware.nl>:
>
>> And I have created and published the branches you requested :-)
>>
>> Thanks,
>>
>> EdB
>>
>>
>>
>> On Tue, Nov 14, 2017 at 5:16 PM, Erik de Bruin <er...@ixsoftware.nl>
>> wrote:
>>
>> > Piotr,
>> >
>> > Can you explain what Maven has to do with anything? I'm pretty sure this
>> > will not work with Maven...
>> >
>> > Thanks,
>> >
>> > EdB
>> >
>> >
>> >
>> > On Tue, Nov 14, 2017 at 5:11 PM, Piotr Zarzycki <
>> piotrzarzycki21@gmail.com
>> > > wrote:
>> >
>> >> Erik,
>> >>
>> >> Could you create branch in repository typedefs and asjs called
>> >> feature/wast
>> >> - Once we have those three branches Maven will pickup it
>> automatically. It
>> >> will be easier to me follow your changes there.
>> >>
>> >> Thanks, Piotr
>> >>
>> >>
>> >> 2017-11-14 16:57 GMT+01:00 <er...@apache.org>:
>> >>
>> >> > This is an automated email from the ASF dual-hosted git repository.
>> >> >
>> >> > erikdebruin pushed a commit to branch develop
>> >> > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
>> >> >
>> >> >
>> >> > The following commit(s) were added to refs/heads/develop by this
>> push:
>> >> >      new c469fd7  Add license
>> >> > c469fd7 is described below
>> >> >
>> >> > commit c469fd7401e8f9ccf75381927e0ba84db89c2de0
>> >> > Author: Erik de Bruin <er...@ixsoftware.nl>
>> >> > AuthorDate: Tue Nov 14 16:57:21 2017 +0100
>> >> >
>> >> >     Add license
>> >> >
>> >> >     Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>
>> >> > ---
>> >> >  wast/resources/glue.js | 19 +++++++++++++++++++
>> >> >  1 file changed, 19 insertions(+)
>> >> >
>> >> > diff --git a/wast/resources/glue.js b/wast/resources/glue.js
>> >> > index fe66877..0a14ece 100644
>> >> > --- a/wast/resources/glue.js
>> >> > +++ b/wast/resources/glue.js
>> >> > @@ -1,3 +1,22 @@
>> >> > +/*
>> >> > + *
>> >> > + *  Licensed to the Apache Software Foundation (ASF) under one or
>> more
>> >> > + *  contributor license agreements.  See the NOTICE file distributed
>> >> with
>> >> > + *  this work for additional information regarding copyright
>> ownership.
>> >> > + *  The ASF licenses this file to You under the Apache License,
>> Version
>> >> > 2.0
>> >> > + *  (the "License"); you may not use this file except in compliance
>> >> with
>> >> > + *  the License.  You may obtain a copy of the License at
>> >> > + *
>> >> > + *      http://www.apache.org/licenses/LICENSE-2.0
>> >> > + *
>> >> > + *  Unless required by applicable law or agreed to in writing,
>> software
>> >> > + *  distributed under the License is distributed on an "AS IS"
>> BASIS,
>> >> > + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
>> >> > implied.
>> >> > + *  See the License for the specific language governing permissions
>> and
>> >> > + *  limitations under the License.
>> >> > + *
>> >> > + */
>> >> > +
>> >> >  function fetchAndInstantiate(url, importObject) {
>> >> >    return fetch(url).then(response =>
>> >> >      response.arrayBuffer()
>> >> >
>> >> > --
>> >> > To stop receiving notification emails like this one, please contact
>> >> > ['"commits@royale.apache.org" <co...@royale.apache.org>'].
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >>
>> >> Piotr Zarzycki
>> >>
>> >> Patreon: *https://www.patreon.com/piotrzarzycki
>> >> <https://www.patreon.com/piotrzarzycki>*
>> >>
>> >
>> >
>> >
>> > --
>> > Ix Multimedia Software
>> >
>> > Jan Luykenstraat 27
>> > 3521 VB Utrecht
>> >
>> > T. 06-51952295 <06%2051952295>
>> > I. www.ixsoftware.nl
>> >
>>
>>
>>
>> --
>> Ix Multimedia Software
>>
>> Jan Luykenstraat 27
>> 3521 VB Utrecht
>>
>> T. 06-51952295
>> I. www.ixsoftware.nl
>>
>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [royale-asjs] branch develop updated: Add license

Posted by Piotr Zarzycki <pi...@gmail.com>.
Sweet! Now whenever you push something Maven Pipeline pick up it and build
automatically - I will be looking into that from time to time. :)

Thanks!!!!

2017-11-14 17:18 GMT+01:00 Erik de Bruin <er...@ixsoftware.nl>:

> And I have created and published the branches you requested :-)
>
> Thanks,
>
> EdB
>
>
>
> On Tue, Nov 14, 2017 at 5:16 PM, Erik de Bruin <er...@ixsoftware.nl> wrote:
>
> > Piotr,
> >
> > Can you explain what Maven has to do with anything? I'm pretty sure this
> > will not work with Maven...
> >
> > Thanks,
> >
> > EdB
> >
> >
> >
> > On Tue, Nov 14, 2017 at 5:11 PM, Piotr Zarzycki <
> piotrzarzycki21@gmail.com
> > > wrote:
> >
> >> Erik,
> >>
> >> Could you create branch in repository typedefs and asjs called
> >> feature/wast
> >> - Once we have those three branches Maven will pickup it automatically.
> It
> >> will be easier to me follow your changes there.
> >>
> >> Thanks, Piotr
> >>
> >>
> >> 2017-11-14 16:57 GMT+01:00 <er...@apache.org>:
> >>
> >> > This is an automated email from the ASF dual-hosted git repository.
> >> >
> >> > erikdebruin pushed a commit to branch develop
> >> > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
> >> >
> >> >
> >> > The following commit(s) were added to refs/heads/develop by this push:
> >> >      new c469fd7  Add license
> >> > c469fd7 is described below
> >> >
> >> > commit c469fd7401e8f9ccf75381927e0ba84db89c2de0
> >> > Author: Erik de Bruin <er...@ixsoftware.nl>
> >> > AuthorDate: Tue Nov 14 16:57:21 2017 +0100
> >> >
> >> >     Add license
> >> >
> >> >     Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>
> >> > ---
> >> >  wast/resources/glue.js | 19 +++++++++++++++++++
> >> >  1 file changed, 19 insertions(+)
> >> >
> >> > diff --git a/wast/resources/glue.js b/wast/resources/glue.js
> >> > index fe66877..0a14ece 100644
> >> > --- a/wast/resources/glue.js
> >> > +++ b/wast/resources/glue.js
> >> > @@ -1,3 +1,22 @@
> >> > +/*
> >> > + *
> >> > + *  Licensed to the Apache Software Foundation (ASF) under one or
> more
> >> > + *  contributor license agreements.  See the NOTICE file distributed
> >> with
> >> > + *  this work for additional information regarding copyright
> ownership.
> >> > + *  The ASF licenses this file to You under the Apache License,
> Version
> >> > 2.0
> >> > + *  (the "License"); you may not use this file except in compliance
> >> with
> >> > + *  the License.  You may obtain a copy of the License at
> >> > + *
> >> > + *      http://www.apache.org/licenses/LICENSE-2.0
> >> > + *
> >> > + *  Unless required by applicable law or agreed to in writing,
> software
> >> > + *  distributed under the License is distributed on an "AS IS" BASIS,
> >> > + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> >> > implied.
> >> > + *  See the License for the specific language governing permissions
> and
> >> > + *  limitations under the License.
> >> > + *
> >> > + */
> >> > +
> >> >  function fetchAndInstantiate(url, importObject) {
> >> >    return fetch(url).then(response =>
> >> >      response.arrayBuffer()
> >> >
> >> > --
> >> > To stop receiving notification emails like this one, please contact
> >> > ['"commits@royale.apache.org" <co...@royale.apache.org>'].
> >> >
> >>
> >>
> >>
> >> --
> >>
> >> Piotr Zarzycki
> >>
> >> Patreon: *https://www.patreon.com/piotrzarzycki
> >> <https://www.patreon.com/piotrzarzycki>*
> >>
> >
> >
> >
> > --
> > Ix Multimedia Software
> >
> > Jan Luykenstraat 27
> > 3521 VB Utrecht
> >
> > T. 06-51952295 <06%2051952295>
> > I. www.ixsoftware.nl
> >
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295
> I. www.ixsoftware.nl
>



-- 

Piotr Zarzycki

Patreon: *https://www.patreon.com/piotrzarzycki
<https://www.patreon.com/piotrzarzycki>*

Re: [royale-asjs] branch develop updated: Add license

Posted by Erik de Bruin <er...@ixsoftware.nl>.
And I have created and published the branches you requested :-)

Thanks,

EdB



On Tue, Nov 14, 2017 at 5:16 PM, Erik de Bruin <er...@ixsoftware.nl> wrote:

> Piotr,
>
> Can you explain what Maven has to do with anything? I'm pretty sure this
> will not work with Maven...
>
> Thanks,
>
> EdB
>
>
>
> On Tue, Nov 14, 2017 at 5:11 PM, Piotr Zarzycki <piotrzarzycki21@gmail.com
> > wrote:
>
>> Erik,
>>
>> Could you create branch in repository typedefs and asjs called
>> feature/wast
>> - Once we have those three branches Maven will pickup it automatically. It
>> will be easier to me follow your changes there.
>>
>> Thanks, Piotr
>>
>>
>> 2017-11-14 16:57 GMT+01:00 <er...@apache.org>:
>>
>> > This is an automated email from the ASF dual-hosted git repository.
>> >
>> > erikdebruin pushed a commit to branch develop
>> > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
>> >
>> >
>> > The following commit(s) were added to refs/heads/develop by this push:
>> >      new c469fd7  Add license
>> > c469fd7 is described below
>> >
>> > commit c469fd7401e8f9ccf75381927e0ba84db89c2de0
>> > Author: Erik de Bruin <er...@ixsoftware.nl>
>> > AuthorDate: Tue Nov 14 16:57:21 2017 +0100
>> >
>> >     Add license
>> >
>> >     Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>
>> > ---
>> >  wast/resources/glue.js | 19 +++++++++++++++++++
>> >  1 file changed, 19 insertions(+)
>> >
>> > diff --git a/wast/resources/glue.js b/wast/resources/glue.js
>> > index fe66877..0a14ece 100644
>> > --- a/wast/resources/glue.js
>> > +++ b/wast/resources/glue.js
>> > @@ -1,3 +1,22 @@
>> > +/*
>> > + *
>> > + *  Licensed to the Apache Software Foundation (ASF) under one or more
>> > + *  contributor license agreements.  See the NOTICE file distributed
>> with
>> > + *  this work for additional information regarding copyright ownership.
>> > + *  The ASF licenses this file to You under the Apache License, Version
>> > 2.0
>> > + *  (the "License"); you may not use this file except in compliance
>> with
>> > + *  the License.  You may obtain a copy of the License at
>> > + *
>> > + *      http://www.apache.org/licenses/LICENSE-2.0
>> > + *
>> > + *  Unless required by applicable law or agreed to in writing, software
>> > + *  distributed under the License is distributed on an "AS IS" BASIS,
>> > + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
>> > implied.
>> > + *  See the License for the specific language governing permissions and
>> > + *  limitations under the License.
>> > + *
>> > + */
>> > +
>> >  function fetchAndInstantiate(url, importObject) {
>> >    return fetch(url).then(response =>
>> >      response.arrayBuffer()
>> >
>> > --
>> > To stop receiving notification emails like this one, please contact
>> > ['"commits@royale.apache.org" <co...@royale.apache.org>'].
>> >
>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>> Patreon: *https://www.patreon.com/piotrzarzycki
>> <https://www.patreon.com/piotrzarzycki>*
>>
>
>
>
> --
> Ix Multimedia Software
>
> Jan Luykenstraat 27
> 3521 VB Utrecht
>
> T. 06-51952295 <06%2051952295>
> I. www.ixsoftware.nl
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl

Re: [royale-asjs] branch develop updated: Add license

Posted by Erik de Bruin <er...@ixsoftware.nl>.
Piotr,

Can you explain what Maven has to do with anything? I'm pretty sure this
will not work with Maven...

Thanks,

EdB



On Tue, Nov 14, 2017 at 5:11 PM, Piotr Zarzycki <pi...@gmail.com>
wrote:

> Erik,
>
> Could you create branch in repository typedefs and asjs called feature/wast
> - Once we have those three branches Maven will pickup it automatically. It
> will be easier to me follow your changes there.
>
> Thanks, Piotr
>
>
> 2017-11-14 16:57 GMT+01:00 <er...@apache.org>:
>
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > erikdebruin pushed a commit to branch develop
> > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
> >
> >
> > The following commit(s) were added to refs/heads/develop by this push:
> >      new c469fd7  Add license
> > c469fd7 is described below
> >
> > commit c469fd7401e8f9ccf75381927e0ba84db89c2de0
> > Author: Erik de Bruin <er...@ixsoftware.nl>
> > AuthorDate: Tue Nov 14 16:57:21 2017 +0100
> >
> >     Add license
> >
> >     Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>
> > ---
> >  wast/resources/glue.js | 19 +++++++++++++++++++
> >  1 file changed, 19 insertions(+)
> >
> > diff --git a/wast/resources/glue.js b/wast/resources/glue.js
> > index fe66877..0a14ece 100644
> > --- a/wast/resources/glue.js
> > +++ b/wast/resources/glue.js
> > @@ -1,3 +1,22 @@
> > +/*
> > + *
> > + *  Licensed to the Apache Software Foundation (ASF) under one or more
> > + *  contributor license agreements.  See the NOTICE file distributed
> with
> > + *  this work for additional information regarding copyright ownership.
> > + *  The ASF licenses this file to You under the Apache License, Version
> > 2.0
> > + *  (the "License"); you may not use this file except in compliance with
> > + *  the License.  You may obtain a copy of the License at
> > + *
> > + *      http://www.apache.org/licenses/LICENSE-2.0
> > + *
> > + *  Unless required by applicable law or agreed to in writing, software
> > + *  distributed under the License is distributed on an "AS IS" BASIS,
> > + *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> > implied.
> > + *  See the License for the specific language governing permissions and
> > + *  limitations under the License.
> > + *
> > + */
> > +
> >  function fetchAndInstantiate(url, importObject) {
> >    return fetch(url).then(response =>
> >      response.arrayBuffer()
> >
> > --
> > To stop receiving notification emails like this one, please contact
> > ['"commits@royale.apache.org" <co...@royale.apache.org>'].
> >
>
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>



-- 
Ix Multimedia Software

Jan Luykenstraat 27
3521 VB Utrecht

T. 06-51952295
I. www.ixsoftware.nl