Just close the phab patch. You would be okay.
On Feb 23, 2016 2:45 PM, "Viacheslav Reutskiy" <[email protected]>
wrote:

> Crap, I made a mistake. I made 'arc land' instead 'arc close-revision'.
> How to fix it? Revert and push correctly?
>
>
> On 02/23/2016 11:06 AM, Vyacheslav Reutskiy wrote:
> > rimmed pushed a commit to branch master.
> >
> >
> http://git.enlightenment.org/core/efl.git/commit/?id=81f8e8683d90435c6321e643d40047de643d5a58
> >
> > commit 81f8e8683d90435c6321e643d40047de643d5a58
> > Author: Vyacheslav Reutskiy <[email protected]>
> > Date:   Tue Feb 23 11:06:55 2016 +0200
> >
> >      edje_cc: abort compile when unnamed part exists
> >
> >      Summary: abort compile when unnamed part exists.
> >
> >      Reviewers: raster, reutskiy.v.v
> >
> >      Reviewed By: reutskiy.v.v
> >
> >      Subscribers: cedric, jpeg
> >
> >      Differential Revision: https://phab.enlightenment.org/D3723
> > ---
> >   src/bin/edje/edje_cc_handlers.c | 5 +++++
> >   1 file changed, 5 insertions(+)
> >
> > diff --git a/src/bin/edje/edje_cc_handlers.c
> b/src/bin/edje/edje_cc_handlers.c
> > index 4ce5a86..fcaad2e 100644
> > --- a/src/bin/edje/edje_cc_handlers.c
> > +++ b/src/bin/edje/edje_cc_handlers.c
> > @@ -14647,6 +14647,11 @@ edje_cc_handlers_hierarchy_pop(void)
> >        {
> >           unsigned int i;
> >
> > +        if (!current_part->name)
> > +          {
> > +             error_and_abort(NULL, "parse error near %s:%i. Unnamed
> part exists in Group \"%s\".", file_in, line - 1, current_de->entry);
> > +          }
> > +
> >           for (i = 0; i < current_part->other.desc_count; i++)
> >             {
> >                if (!current_part->other.desc[i]->state.name)
> >
>
> --
> Viacheslav Reutskiy (rimmed)
>
>
>
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to