[CCC DEV] r7077 - kroc/trunk/tools/occ21/fe

Matt Jadud matt at jadud.com
Fri Nov 12 04:00:40 GMT 2010


Hi Fred (and all),

I have a question. We're currently in a mode where we occasionally
regenerate executables for all platforms based on trunk. Should we

1. Be regenerating from a tag, and be merging from trunk when we know
we like the state of things, or

2. Be doing development in branches and ...

Actually, I suspect the answer is that we should get into a practice
of tagging and generating from tags. That way, trunk can be unstable,
and we don't have to worry about changes possibly effecting one
platform or another negatively/accidentally.

Thoughts?

Cheers,
Matt

On Thu, Nov 11, 2010 at 06:26,  <csprojects+noreply at kent.ac.uk> wrote:
> Author: fred
> Date: 2010-11-11 11:26:35 +0000 (Thu, 11 Nov 2010)
> New Revision: 7077
>
> Modified:
>   kroc/trunk/tools/occ21/fe/use5.c
> Log:
> Added some deadcode for Martin.
>
>
> Modified: kroc/trunk/tools/occ21/fe/use5.c
> ===================================================================
> --- kroc/trunk/tools/occ21/fe/use5.c    2010-11-11 11:24:17 UTC (rev 7076)
> +++ kroc/trunk/tools/occ21/fe/use5.c    2010-11-11 11:26:35 UTC (rev 7077)
> @@ -3806,7 +3806,17 @@
>                        char *tagname = (char *)WNameOf (NNameOf (tag));
>                        fmnode_t *fmntag = fmt_newnode (FM_TREEREF, tag);
>                        int slen;
> +#if 0
> +treenode *ttype = NTypeOf (tag);
>
> +fprintf (stderr, "fmt_createtagsetfromprotocol(): tagname = [%s], type =", tagname);
> +printtreenl (stderr, 1, ttype);
> +{int c;
> +for (c=0; !EndOfList (ttype); c++, ttype = NextItem (ttype));
> +fprintf (stderr, "fmt_createtagsetfromprotocol(): count = %d\n", c);
> +}
> +#endif
> +
>                        fmntag->u.fmtree.node = tag;
>                        fmntag->u.fmtree.name = (char *)memalloc (strlen (tagname) + strlen (tpname) + 8);
>                        /* make this unique */
>
>
> _______________________________________________
> kroc-svn-commits mailing list
> kroc-svn-commits at lists.frmb.org
> https://lists.frmb.org/cgi-bin/listinfo/kroc-svn-commits
>




More information about the developers mailing list