Re: [opensource-dev] Review Request: make PREHASH variables char const* const (fixes VWR-24487: llurlentry_stub.cpp:196: error: deprecated conversion from string constant to 'char*')

2011-03-07 Thread Aleric Inglewood
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/#review429 --- Ship it! Perfect. - Aleric On March 7, 2011, 3:51 p.m., Boroon

Re: [opensource-dev] Review Request: make PREHASH variables char const* const (fixes VWR-24487: llurlentry_stub.cpp:196: error: deprecated conversion from string constant to 'char*')

2011-03-07 Thread Boroondas Gupte
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/ --- (Updated March 7, 2011, 3:51 p.m.) Review request for Viewer and Seth Produ

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-02-07 Thread Boroondas Gupte
> On Feb. 3, 2011, 6:35 p.m., Aleric Inglewood wrote: > > > > Aleric Inglewood wrote: > Can this patch please be added to viewer-development? It's getting really > annoying that I have to apply patches to the soruce tree before it even can > compile cleanly :(. Maybe the hack from https:

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-02-04 Thread Oz Linden (Scott Lawrence)
On 2011-02-03 21:36, Aleric Inglewood wrote: > > Can this patch please be added to viewer-development? It's getting really > annoying that I have to apply patches to the soruce tree before it even can > compile cleanly :(. Adding comments merely to complain about progress or lack thereof is not

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-02-03 Thread Aleric Inglewood
> On Feb. 3, 2011, 6:35 p.m., Aleric Inglewood wrote: > > Can this patch please be added to viewer-development? It's getting really annoying that I have to apply patches to the soruce tree before it even can compile cleanly :(. - Aleric -

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-02-03 Thread Aleric Inglewood
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/#review321 --- - Aleric On Jan. 22, 2011, 7:40 a.m., Boroondas Gupte wrote: >

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-26 Thread Seth ProductEngine
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/#review259 --- I'm ok with changing declarations of some pointers to _PREHASH_ st

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-24 Thread Oz Linden
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/#review248 --- Given that Boroondas reports that the message.cpp in the viewer so

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-24 Thread Kent Quirk
> On Jan. 24, 2011, 6:42 a.m., Oz Linden wrote: > > If the file is generated, what is it doing checked into the source tree at > > all? This sounds to me like an invitation to future errors. > > > > Is there some reason why we should not just delete the checked in version > > and have it gene

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-24 Thread Oz Linden
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/#review246 --- If the file is generated, what is it doing checked into the source

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-22 Thread Aleric Inglewood
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/#review245 --- Ship it! Latest diff looks good. Great that you found the generat

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-22 Thread Boroondas Gupte
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/ --- (Updated Jan. 22, 2011, 7:40 a.m.) Review request for Viewer and Seth Produ

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-22 Thread Boroondas Gupte
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/#review244 --- As already mentioned in the review request description, comments i

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-21 Thread Merov Linden
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/#review243 --- Ship it! Not a fan of widespread cleanup changes as I said in a p

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-20 Thread Boroondas Gupte
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/ --- (Updated Jan. 20, 2011, 2:57 p.m.) Review request for Viewer and Seth Produ

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-20 Thread Aleric Inglewood
On Jan. 20, 2011, 3:54 a.m., Boroondas Gupte wrote: > > I agree though, that we should try to handle this similarly in both tests, > > if possible. So I tried setting the pointers in > > indra/llui/tests/llurlentry_stub.cpp to NULL, too, which works nicely. > > > > However, I then realized tha

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-20 Thread Boroondas Gupte
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/#review207 --- > Just one remark. In one test _PREHASH_AgentID is set to "AgentID

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-20 Thread Boroondas Gupte
> On Jan. 18, 2011, 5:58 p.m., Aleric Inglewood wrote: > > I love it! Thanks, this was stopped me from compiling the tests (since some > > commit not long ago I guess, because I could before). > > Just one remark. In one test _PREHASH_AgentID is set to "AgentID" (no doubt > > a place holder), w

Re: [opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-18 Thread Aleric Inglewood
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/#review196 --- Ship it! I love it! Thanks, this was stopped me from compiling th

[opensource-dev] Review Request: make PREHASH variables char const* const

2011-01-18 Thread Boroondas Gupte
--- This is an automatically generated e-mail. To reply, visit: http://codereview.secondlife.com/r/100/ --- Review request for Viewer. Summary --- For the reason for this change,