Re: Good news for E REPLs!

James Graves <[email protected]> Fri, 8 Jul 2011 04:28:31 -0500
Newsgroups gmane.comp.lang.e.general
Message-ID <CAPAdKKnXmCcGhsgknhAUkCkYZoD8=OSTy-Yf7h-AQ+_5n3bH2w@mail.gmail.com>
I've started using github as well.

Since you can easily set up multiple remotes, you can just set your
switchb.org instance to automatically fetch all branches from github.

You could also automatically push selected branches to github
automatically.  That can be as simple as a one-line crontab:

    cd my_local_repo; git push origin master

Or whatever you've named the github remote instead of 'origin'.

I doubt you'd want to push local topic branches, unless you don't mind
seeing your work in progress.  You probably wouldn't want people to fork
from those either.  Sometimes my stuff is messy, and I'll rebase a set of
patches before anyone else gets a look at them.  It can make the history
easier to follow.

James Graves
 On Jul 7, 2011 11:49 PM, "Kevin Reid" <kpreid-M/[email protected]> wrote:
> On Jul 4, 2011, at 20:21, Kevin Reid wrote:
>
>> I have just made a working, responsive web-page REPL for E, run off the
same backend as my rewrite of eel. Said rewrite also now has a working IRC
component, and a tested ability to kill hung vats.
> [...]
>> Source code coming soon after some cleanup.
>
> https://github.com/kpreid/e-murepl/
>
> Source code is up. The IRC component is not yet included; it only does the
web interface. Note that this requires the latest development version of E
to support the process-isolated-vat subsystem.
>
> I'm just now experimenting with using GitHub for repository hosting. Since
Git is a DVCS, I'm not _relying_ on GitHub's continued existence for my
project; in fact, I have my own second public copy at <git://
switchb.org/e-murepl> (not an automatic mirror). (One thing I've been
thinking about but haven't worked out is a tool to nag me about all local
work not yet committed (SVN) or committed and pushed (Git) -- perhaps it
could also do local<->remote<->remote mirroring.)
>
> --
> Kevin Reid <http://switchb.org/kpreid/>
>
>
> _______________________________________________
> e-lang mailing list
> [email protected]
> http://www.eros-os.org/mailman/listinfo/e-lang

_______________________________________________
e-lang mailing list
[email protected]
http://www.eros-os.org/mailman/listinfo/e-lang