Skip to content

Commit

Permalink
revert readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
antongrbin committed Apr 18, 2024
1 parent 3125c05 commit 5d887b2
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
Anton's notes
=============

Run a single test:
```shell
bazel test //src/google/protobuf/json:json_test --test_filter=JsonTestSuite/JsonTest.ParseMapWithEnumValues*/0 --test_output=streamed

```
Debug output:
```cpp
std::cerr << "bok\n";
```

Conformance:
```
bazel test //src:conformance_test
```

- DONE write unit test which uses map of enums
- DONE detect map of enums and invoke a different impl for parsemap
- DONE don't take the whole lex in ParseEnumFromStr, only options.
- implement ParseMapOfEnums
- ParseMapKey shouldn't take lex

Protocol Buffers - Google's data interchange format
===================================================

Expand Down

0 comments on commit 5d887b2

Please sign in to comment.