Code Monkey home page Code Monkey logo

Comments (4)

ymattw avatar ymattw commented on September 27, 2024

Yes this is known problem - input is not a valid unified diff, I shall enhance the parser to handle these cases.

from ydiff.

myint avatar myint commented on September 27, 2024

I noticed this one too.

$ git diff
diff --git a/README.rst b/README.rst
index 43ade8b..494395d 100644
--- a/README.rst
+++ b/README.rst
@@ -57,6 +57,12 @@ results in
             print(sys.version)
         return math.pi

+Installation
+------------
+::
+
+    $ pip install --upgrade autoflake
+
 Advanced usage
 --------------

@@ -96,9 +102,3 @@ Below is the full listing of options::
       --remove-all       remove all unused imports (not just those from the
                          standard library
       --version          show program's version number and exit
-
-Installation
-------------
-::
-
-    $ pip install --upgrade autoflake
$ cdiff
Traceback (most recent call last):
  File "/Users/myint/Library/Python/3.3/bin/cdiff", line 7, in <module>
    sys.exit(cdiff.main())
  File "/Users/myint/Library/Python/3.3/lib/python/site-packages/cdiff.py", line 688, in main
    markup_to_pager(stream, opts)
  File "/Users/myint/Library/Python/3.3/lib/python/site-packages/cdiff.py", line 603, in markup_to_pager
    for line in color_diff:
  File "/Users/myint/Library/Python/3.3/lib/python/site-packages/cdiff.py", line 584, in _markup_traditional
    for diff in self._diffs:
  File "/Users/myint/Library/Python/3.3/lib/python/site-packages/cdiff.py", line 559, in _parse
    raise RuntimeError('dangling header(s):\n%s' % ''.join(headers))
RuntimeError: dangling header(s):
-------------

from ydiff.

ymattw avatar ymattw commented on September 27, 2024

I pushed a dirty fix for the dangling header issue. To completely fix this issue, the parser need to understand the context while reading input line by line. I am considering focus on known udiff and revision diff to simplify the logic, then implement context understanding to make the parser more robust.

from ydiff.

myint avatar myint commented on September 27, 2024

Thanks.

from ydiff.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.