You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.txt
+8
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,14 @@ dev setup:
12
12
- to run tests: bazel test //...
13
13
- 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
14
14
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
+
15
23
TODO (known):
16
24
- maps, per https://developers.google.com/protocol-buffers/docs/proto3#json
0 commit comments