Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

objects -- manage lifecycle of memory model w.r.t. Go things #40

Open
4 of 7 tasks
Tracked by #33
scott-cotton opened this issue Aug 15, 2021 · 3 comments
Open
4 of 7 tasks
Tracked by #33

objects -- manage lifecycle of memory model w.r.t. Go things #40

scott-cotton opened this issue Aug 15, 2021 · 3 comments

Comments

@scott-cotton
Copy link
Member

scott-cotton commented Aug 15, 2021

Tasks:

  • creation
  • function call #45
  • map update, lookup
  • slice indexing
  • interfaces
  • plain serialise
  • channels
@scott-cotton scott-cotton mentioned this issue Aug 15, 2021
7 tasks
@scott-cotton scott-cotton changed the title objects -- manage lifecycle of memory model w.r.t. Go things- [ ] creation- [ ] function call- [ ] map update, lookup- [ ] slice indexing objects -- manage lifecycle of memory model w.r.t. Go things Aug 15, 2021
@scott-cotton scott-cotton added this to Backlog in board -- pal via automation Aug 16, 2021
@scott-cotton scott-cotton moved this from Backlog to Todo in board -- pal Aug 16, 2021
@scott-cotton
Copy link
Member Author

commit 991f7a5 makes progress on creation.

@scott-cotton
Copy link
Member Author

commit bcbf71a is a fairly complete prototype of creation. It also starts a bit on serialisation.

@scott-cotton
Copy link
Member Author

marking plain serialisation "done", as it is mostly done. surely some holes or bugs somewhere, but done enough to move on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant