issues Search Results · repo:jmckaskill/go-capnproto language:Go
Filter by
8 results
(59 ms)8 results
injmckaskill/go-capnproto (press backspace or delete to remove)I m using a List(List(Signature)) where
struct Signature {
key @0: Data; ...
c00w
- 6
- Opened on Apr 3, 2014
- #21
Not sure if this would be better on the main Cap n Proto discussion, but I ll try here. How does one set a pointer in a
list? I have a struct that looks like:
struct Map {
map @0 :List(Item); ...
cwndrws
- 2
- Opened on Mar 29, 2014
- #20
switch b[0] {
case 0xFF:
io.ReadFull(c.r, c.buf[:])
case 0x00:
I think you need to read a byte and set c.raw after io.ReadFull. :-)
taralx
- 1
- Opened on Mar 21, 2014
- #19
This file should be removed from your repo:
https://github.com/jmckaskill/go-capnproto/blob/master/go_capnp_test/.test.go.swo
quackenbush
- Opened on Mar 7, 2014
- #18
I m not sure if I m missing something here but the union API seems to have changed since the documentation was written.
Specifically the lines
f.SetA() // Set that we are using group A
f.A().SetV(true) ...
markuskobler
- Opened on Feb 28, 2014
- #17
Is that possible to automatic prepend contents of go.capnp when generating go files? As i see i need to have this file
in all my projects and update when new version comes.
vtolstov
- 2
- Opened on Feb 21, 2014
- #14
Unions are only handled for struct union members. We should fix it so it handles all cases and also switch to using a
switch statement.
jmckaskill
- 2
- Opened on Feb 21, 2014
- #12

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.