Re: [boinc_dev] GUI RPC parsing

2009-11-11 Thread David Anderson
I checked in a fix; allows arbitrary request tags.
-- David

Nicolás Alvarez wrote:
> This change:
> http://boinc.berkeley.edu/trac/changeset/19535/trunk/boinc/client/gui_rpc_server_ops.cpp
> 
> not only doesn't allow new RPCs to be introduced if their initial part
> is equal to an existing RPC (which I think is a bad limitation), but
> also broke *current* RPCs.
> 
> project_attach is a substring of project_attach_poll, and both RPCs
> already exist in current clients.
> 

___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.


[boinc_dev] GUI RPC parsing

2009-11-11 Thread Nicolás Alvarez
This change:
http://boinc.berkeley.edu/trac/changeset/19535/trunk/boinc/client/gui_rpc_server_ops.cpp

not only doesn't allow new RPCs to be introduced if their initial part
is equal to an existing RPC (which I think is a bad limitation), but
also broke *current* RPCs.

project_attach is a substring of project_attach_poll, and both RPCs
already exist in current clients.

-- 
Nicolas
___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.