Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
60e1a79d
Commit
60e1a79d
authored
Sep 02, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos
parent
48df7686
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
language.md
doc/language.md
+3
-3
roadmap.md
doc/roadmap.md
+1
-1
No files found.
doc/language.md
View file @
60e1a79d
...
...
@@ -177,9 +177,9 @@ Notes:
you do not want any field set by default, simply declare a field called "unset" and make it the
lowest-numbered field.
*
You can move an ex
si
ting field into a new union without breaking compatibility with existing
*
You can move an ex
is
ting field into a new union without breaking compatibility with existing
data, as long as all of the other fields in the union are new. Since the existing field is
necessarily the lowest-num
e
bered in the union, it will be the union's default field.
necessarily the lowest-numbered in the union, it will be the union's default field.
**Wait, why aren't unions first-class types?**
...
...
@@ -234,7 +234,7 @@ struct Person {
{% endhighlight %}
Interface-wise, the above group behaves as if you had defined a nested struct called
`Address`
and
then a field
`address :Address`
. However, a g
or
up is _not_ a separate object from its containing
then a field
`address :Address`
. However, a g
ro
up is _not_ a separate object from its containing
struct: the fields are numbered in the same space as the containing struct's fields, and are laid
out exactly the same as if they hadn't been grouped at all. Essentially, a group is just a
namespace.
...
...
doc/roadmap.md
View file @
60e1a79d
...
...
@@ -53,7 +53,7 @@ a 1.0 release would happen nor how many 0.x release might precede it.
These are features we'd like to implement some day but haven't decided yet how to prioritize.
Some of these features could make their way into Cap'n Proto before version 1.0. Others will
certainly come after. If you have opnions on what you'd like to see next,
certainly come after. If you have op
i
nions on what you'd like to see next,
[
tell us
](
https://groups.google.com/group/capnproto
)
!
### Language Features
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment