[FR][client side] implemet direct remote table field assignment
Open
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 53
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
as in https://github.com/jsnyder/luarpc/blob/master/test-client.lua#L53
Currently implemented as a setter function invocation which isn't elegant.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the remote table assignment example at test-client.lua line 53 in the linked luarpc reference, then locate tango’s client-side RPC handling that currently invokes a setter function. Done means direct remote table field assignment works without the setter invocation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100