Unicode migration from SmalltalkHub to Github

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Unicode migration from SmalltalkHub to Github

alistairgrant
Hi Sven and All,

We have a need to migrate the Unicode library
(http://smalltalkhub.com/#!/~Pharo/Unicode) to github (for our release
tagging process).

I've imported the code, with full history, in to:
https://github.com/feenkcom/pharo-unicode

If there's no suggestions / objections, I'll request that it be added
to https://github.com/pharo-contributions.

Thanks,
Alistair

Reply | Threaded
Open this post in threaded view
|

Re: Unicode migration from SmalltalkHub to Github

Sven Van Caekenberghe-2
Please do, great initiative.

> On 1 Apr 2020, at 11:57, Alistair Grant <[hidden email]> wrote:
>
> Hi Sven and All,
>
> We have a need to migrate the Unicode library
> (http://smalltalkhub.com/#!/~Pharo/Unicode) to github (for our release
> tagging process).
>
> I've imported the code, with full history, in to:
> https://github.com/feenkcom/pharo-unicode
>
> If there's no suggestions / objections, I'll request that it be added
> to https://github.com/pharo-contributions.
>
> Thanks,
> Alistair
>


Reply | Threaded
Open this post in threaded view
|

Re: Unicode migration from SmalltalkHub to Github

Guillermo Polito
In reply to this post by alistairgrant
Thanks Alistair!!

> El 1 abr 2020, a las 11:57, Alistair Grant <[hidden email]> escribió:
>
> Hi Sven and All,
>
> We have a need to migrate the Unicode library
> (http://smalltalkhub.com/#!/~Pharo/Unicode) to github (for our release
> tagging process).
>
> I've imported the code, with full history, in to:
> https://github.com/feenkcom/pharo-unicode
>
> If there's no suggestions / objections, I'll request that it be added
> to https://github.com/pharo-contributions.
>
> Thanks,
> Alistair
>


Reply | Threaded
Open this post in threaded view
|

Re: Unicode migration from SmalltalkHub to Github

alistairgrant
In reply to this post by Sven Van Caekenberghe-2
Thanks, Sven and Guille.

The Unicode library is now available at:
https://github.com/pharo-contributions/pharo-unicode

Metacello new
    repository: 'github://pharo-contributions/pharo-unicode/src';
    baseline: 'Unicode';
    load.


Cheers,
Alistair

On Wed, 1 Apr 2020 at 12:14, Sven Van Caekenberghe <[hidden email]> wrote:

>
> Please do, great initiative.
>
> > On 1 Apr 2020, at 11:57, Alistair Grant <[hidden email]> wrote:
> >
> > Hi Sven and All,
> >
> > We have a need to migrate the Unicode library
> > (http://smalltalkhub.com/#!/~Pharo/Unicode) to github (for our release
> > tagging process).
> >
> > I've imported the code, with full history, in to:
> > https://github.com/feenkcom/pharo-unicode
> >
> > If there's no suggestions / objections, I'll request that it be added
> > to https://github.com/pharo-contributions.
> >
> > Thanks,
> > Alistair
> >
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Unicode migration from SmalltalkHub to Github

Kasper Osterbye
Awesome. If you have a little spare energy, make an issue or pull request on https://github.com/pharo-open-documentation/awesome-pharo - this stuff should be there!