From 5d887b2e538720ffd7917e9fd3099325109ebacd Mon Sep 17 00:00:00 2001 From: Anton Grbin Date: Thu, 18 Apr 2024 20:23:32 +0200 Subject: [PATCH] revert readme changes --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index e129a7258d43..e54108f62eac 100644 --- a/README.md +++ b/README.md @@ -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 ===================================================