Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Use go generate to update progress tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
demizer committed Jun 20, 2017
1 parent d9953b4 commit 88ecc2b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Status
.. The following is auto-generated using the tools/update-progress.sh
.. STATUS START
go-rst implements **9%** of the official specification (26 of 283 Items)
go-rst implements **10%** of the official specification (28 of 283 Items)

.. STATUS END
Expand Down
8 changes: 4 additions & 4 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
* Mon Jun 19 00:56 2017: The UltiSnips Snippets should be mentioned with snippets published to the repo.

- Use some inline markup test as an example implementation.

* Sun Jun 18 18:24 2017: make progress dumper run with go generate

* Sat Jun 17 03:06 2017: Implement section parse test
Expand Down Expand Up @@ -34,6 +30,10 @@

* Thu Oct 20 00:41 2016: IMPLEMENT GOOD TESTS FOR INLINE MARKUP

* Mon Jun 19 00:56 2017: The UltiSnips Snippets should be mentioned with snippets published to the repo.

- Use some inline markup test as an example implementation.

* Mon Oct 10 17:53 2016: sectionLevels.Add() should be renamed to AddOrReuse()

In section.go#145 a section is added or existing is returned. We should rename this function from Add() to AddOrReuse() for
Expand Down
6 changes: 3 additions & 3 deletions doc/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The complete breakdown of what's currently implemented by go-rst.
.. STATUS START
+---------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| **The go-rst Library Implements 9% of the Official Specification (26 of 283 Items)** |
| **The go-rst Library Implements 10% of the Official Specification (28 of 283 Items)** |
+----------+---------------------------------------------------------------------------------------------+------------------------------------------------------------+
| **0% Complete -- whitespace** |
+----------+---------------------------------------------------------------------------------------------+------------------------------------------------------------+
Expand Down Expand Up @@ -45,9 +45,9 @@ The complete breakdown of what's currently implemented by go-rst.
+----------+---------------------------------------------------------------------------------------------+------------------------------------------------------------+
| no | dedent-ends-previous-indent-level | |
+----------+---------------------------------------------------------------------------------------------+------------------------------------------------------------+
| **0% Complete -- escaping-mechanism** |
| **100% Complete -- escaping-mechanism** |
+----------+---------------------------------------------------------------------------------------------+------------------------------------------------------------+
| no | escaping-mechanism | |
| yes | escaping-mechanism | Tests 02.00.01.00 and 02.00.02.00 |
+----------+---------------------------------------------------------------------------------------------+------------------------------------------------------------+
| **0% Complete -- reference-names** |
+----------+---------------------------------------------------------------------------------------------+------------------------------------------------------------+
Expand Down
1 change: 1 addition & 0 deletions parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
package rst

//go:generate go run tools/gentests.go
//go:generate bash tools/update-progress.sh

0 comments on commit 88ecc2b

Please sign in to comment.