Skip to content

Commit 205371e

Browse files
committed
notes
1 parent 95435b7 commit 205371e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.txt

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ dev setup:
1212
- to run tests: bazel test //...
1313
- followed http://blog.npmjs.org/post/118810260230/building-a-simple-command-line-tool-with-npm to make the cli and publish the package to the npm repo
1414

15+
TODO: before this project graduates out of 0.0.x mode
16+
- the bazel build needs a serious rethink / refinement...
17+
it's not set up to "dirty" correctly and therefore changes in some files which should cause build
18+
tasks to re-run, do not
19+
- need to reconsider whether the constraints imposed by making it so these objects can be directly
20+
JSON.stringify'd is worth it, vs having a small object transform step. oneof doesn't map well, for example.
21+
- int64's as strings makes me sad but that's more grandpa-shakes-fist-at-cloud...
22+
1523
TODO (known):
1624
- maps, per https://developers.google.com/protocol-buffers/docs/proto3#json
1725
- bytes / b64

0 commit comments

Comments
 (0)