That's interesting! Because I find it very useful.
I was so happy to find out that there's such an updater script.

I guess if I fix my script to use 1.6.0.3, it will be compatible with 1.6.1
too. Am I right?
Or which is the latest version that the updater works with?

My main issue for upgrading to 1.6 is that I have to use "get" and "set"
methods on Hash, instead of direct access.
And I have a large javascript code base, with lots of usages of "bind",
event scheduling, closures, and things that make error reporting and
tracking hard.
It's very hard to find all usages of direct Hash property access. Do you
think there's an easier way of fixing these?

Thanks,
-Hamed

On Mon, Nov 8, 2010 at 4:10 PM, Tobie Langel <tobie.lan...@gmail.com> wrote:

> It's very possible the updater wasn't updated to support updating to
> v1.6.1 as few people actually use it.
>
> Sorry about that.
>
> Best,
>
> Tobie
>
> On Nov 8, 11:24 am, Hamed Iravanchi <ha...@iravanchi.com> wrote:
> > prototype_update_helper.js is the script shipped along side Prototype in
> the
> > same website for upgrading purpose.
> > It's supposed to show errors where there's a deprecated API used.
> >
> >
> >
>  > On Mon, Nov 8, 2010 at 2:32 AM, T.J. Crowder <t...@crowdersoftware.com>
> wrote:
> > > Hi,
> >
> > > > I'm upgrading from 1.5 to 1.6.1, and Firefox reports an error in
> > > > prototype_update_helper.js (line 380)...
> >
> > > As there's no prototype_update_helper.js in Prototype itself, you'll
> > > need to show the actual code being used. If it's using the internals
> > > of the `Hash` object (instead of its published API), I'm afraid you'll
> > > have to rewrite it to use the API instead (as internals can change
> > > from a dot rev to a dot rev without notice).
> >
> > > FWIW,
> > > --
> > > T.J. Crowder
> > > Independent Software Engineer
> > > tj / crowder software / com
> > > www / crowder software / com
> >
> > > On Nov 7, 8:10 am, Iravanchi <iravan...@gmail.com> wrote:
> > > > Hi,
> >
> > > > I'm upgrading from 1.5 to 1.6.1, and Firefox reports an error in
> > > > prototype_update_helper.js (line 380) that "hash.__properties is
> > > > undefined".
> >
> > > > When I set a breakpoint it works fine. I have no idea what can be the
> > > > problem.
> >
> > > > When I try it with prototype version 1.6.0.3, there's no such errors,
> > > > and the update helper reports a few issues in my code. But it doesn't
> > > > work with 1.6.1.
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Prototype & script.aculo.us" group.
> > > To post to this group, send email to
> > > prototype-scriptacul...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > prototype-scriptaculous+unsubscr...@googlegroups.com<prototype-scriptaculous%2bunsubscr...@googlegroups.com><prototype-scriptaculou
> s%2bunsubscr...@googlegroups.com <s%252bunsubscr...@googlegroups.com>>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/prototype-scriptaculous?hl=en.
>
> --
>  You received this message because you are subscribed to the Google Groups
> "Prototype & script.aculo.us" group.
> To post to this group, send email to
> prototype-scriptacul...@googlegroups.com.
> To unsubscribe from this group, send email to
> prototype-scriptaculous+unsubscr...@googlegroups.com<prototype-scriptaculous%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/prototype-scriptaculous?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to