Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I249 gfm lists #330

Merged
merged 28 commits into from Mar 17, 2020
Merged

I249 gfm lists #330

merged 28 commits into from Mar 17, 2020

Conversation

RobertDober
Copy link
Collaborator

@RobertDober RobertDober commented Mar 15, 2020

No description provided.

@RobertDober RobertDober self-assigned this Mar 15, 2020
@RobertDober RobertDober force-pushed the i249-gfm-lists branch 7 times, most recently from 5668088 to 8ab9d56 Compare March 16, 2020 20:57
…ts to the result WIP [amend-me]

code for appending lists from list items written, working on parse_list_items now
…ts to the result, works

GFM List test pass (with exception of looseness which I will rethink later)
…still needs some fixes

  - Returning only one list now
        TODO:
        - Fix tests
        - Eliminate Dead Code
        - Update Doc
        - Add tests from real test data
        DONE:
        - Fixed tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)

        TODO:
        - Eliminate Dead Code
        - Update Doc
        - Add tests from real test data
        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests

        DOING:
        - Fixing and removing (redundant) regression tests

        TODO:
        - Fix other tests
        - Eliminate Dead Code
        - Update Doc
        - Add tests from real test data
        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests

        DOING:
        - Fixing and removing (redundant) regression tests next: i072

        TODO:
        - Fix other tests
        - Eliminate Dead Code
        - Update Doc
        - Add tests from real test data
        - Check for INLINE CODE possibilities
        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests

        DOING:
        - Fixing and removing (redundant) regression tests next: i088

        TODO:
        - Fix other tests
        - Eliminate Dead Code
        - Update Doc
        - Add tests from real test data
        - Check for INLINE CODE possibilities
        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests

        DOING:
        - Fixing and removing (redundant) regression tests next: i099

        TODO:
        - Fix other tests
        - Eliminate Dead Code
        - Update Doc
        - Add tests from real test data
        - Check for INLINE CODE possibilities
        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests

        DOING:
        - Fixing and (re)moving (redundant) regression tests next: i123

        TODO:
        - Fix other tests
        - Eliminate Dead Code
        - Update Doc
        - Add tests from real test data
        - Check for INLINE CODE possibilities
        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests

        DOING:
        - Fixing and (re)moving (redundant) regression tests next: i240

        TODO:
        - Fix other tests
        - Eliminate Dead Code
        - Update Doc
        - Add tests from real test data
        - Check for INLINE CODE possibilities
        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests
        - Fixed and (re)moved regression tests (some are remaining on purpose for now)

        TODO:
        - Fix regressions on `acceptance/html` tests
        - Check smarty pants output is tested in `acceptance/html` tests
        - Fix other tests
        - Eliminate Dead Code
        - Update Doc
        - Add tests from real test data
        - Check for INLINE CODE possibilities
        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests
        - Fixed and (re)moved regression tests (some are remaining on purpose for now)
        - Fixed regressions on `acceptance/html` tests

        TODO:
        - Check smarty pants output is tested in `acceptance/html` tests
        - Fix other tests
        - Eliminate Dead Code
        - Update Doc
        - Add tests from real test data
        - Check for INLINE CODE possibilities
        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests
        - Fixed and (re)moved regression tests (some are remaining on purpose for now)
        - Fixed regressions on `acceptance/html` tests
        - Checked smarty pants output is tested in `acceptance/html` tests

        TODO:
        - Fix other tests
        - Eliminate Dead Code
        - Update Doc
        - Add tests from real test data
        - Check for INLINE CODE possibilities
        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests
        - Fixed and (re)moved regression tests (some are remaining on purpose for now)
        - Fixed regressions on `acceptance/html` tests
        - Checked smarty pants output is tested in `acceptance/html` tests
        - Fixed tests

        TODO:
        - Eliminate Dead Code
        - Update Doc
        - Add tests from real test data
        - Check for INLINE CODE possibilities
        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests
        - Fixed and (re)moved regression tests (some are remaining on purpose for now)
        - Fixed regressions on `acceptance/html` tests
        - Checked smarty pants output is tested in `acceptance/html` tests
        - Fixed tests

        DOING:
          Dead Code Elimination (html_renderer, inline)

        TODO:
         Update Doc
        - Add tests from real test data
        - Check for INLINE CODE possibilities
        DONE:
        - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
             hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
             paragraph, reflink, setext, tables, utf8)
        - Fixed doctests
        - Fixed and (re)moved regression tests (some are remaining on purpose for now)
        - Fixed regressions on `acceptance/html` tests
        - Checked smarty pants output is tested in `acceptance/html` tests
        - Fixed tests
        - Dead Code Elimination (html_renderer, inline, more checks in PR Review)

        TODO:
         Update Doc
        - Add tests from real test data
        - Check for INLINE CODE possibilities
    DONE:
    - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
         hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
         paragraph, reflink, setext, tables, utf8)
    - Fixed doctests
    - Fixed and (re)moved regression tests (some are remaining on purpose for now)
    - Fixed regressions on `acceptance/html` tests
    - Checked smarty pants output is tested in `acceptance/html` tests
    - Fixed tests
    - Dead Code Elimination (html_renderer, inline, more checks in PR Review)

    TODO:
     Update Doc
    - Add tests from real test data
    - Check for INLINE CODE possibilities
    DONE:
    - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
         hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
         paragraph, reflink, setext, tables, utf8)
    - Fixed doctests
    - Fixed and (re)moved regression tests (some are remaining on purpose for now)
    - Fixed regressions on `acceptance/html` tests
    - Checked smarty pants output is tested in `acceptance/html` tests
    - Fixed tests
    - Dead Code Elimination (html_renderer, inline, more checks in PR Review)
    - Doc updated

    TODO:
    - Add tests from real test data
    - Check for INLINE CODE possibilities
    DONE:
    - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
         hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
         paragraph, reflink, setext, tables, utf8)
    - Fixed doctests
    - Fixed and (re)moved regression tests (some are remaining on purpose for now)
    - Fixed regressions on `acceptance/html` tests
    - Checked smarty pants output is tested in `acceptance/html` tests
    - Fixed tests
    - Dead Code Elimination (html_renderer, inline, more checks in PR Review)
    - Doc updated
    - Add tests from real test data

    TODO:
    - Check for INLINE CODE possibilities
    DONE:
    - Fixed acceptance tests (links/, atx_headers, blockquotes, block_ial, comment, div, empty, ~~emph~~, escape, fenced, footnotes,
         hard_linebreaks, horizontal_rules, html, indented, inline_code, inline_ial, line_breaks, list_and_blocks, list_indent, list,
         paragraph, reflink, setext, tables, utf8)
    - Fixed doctests
    - Fixed and (re)moved regression tests (some are remaining on purpose for now)
    - Fixed regressions on `acceptance/html` tests
    - Checked smarty pants output is tested in `acceptance/html` tests
    - Fixed tests
    - Dead Code Elimination (html_renderer, inline, more checks in PR Review)
    - Doc updated
    - Add tests from real test data

    - Check for INLINE CODE possibilities => no conclusive performance gain
@RobertDober RobertDober merged commit 77f960b into master Mar 17, 2020
@RobertDober RobertDober deleted the i249-gfm-lists branch March 17, 2020 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant