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

Proper indenting XMLStreamWriter; support for loading comments; support for storing location metadata #7

Closed
wants to merge 11 commits into from

Commits on Dec 17, 2012

  1. Reading comments and correct indentation writer

    Added support for reading comments from XML document and started implementing indenting writer.
    netvl committed Dec 17, 2012
    Configuration menu
    Copy the full SHA
    07cd79b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2012

  1. Indenting XMLStreamWriter

    * Wrote supporting macros for indenting XMLStreamWriter implementation
    netvl committed Dec 18, 2012
    Configuration menu
    Copy the full SHA
    8ee3930 View commit details
    Browse the repository at this point in the history
  2. Indenting XMLStreamWriter

    * Some comments added
    netvl committed Dec 18, 2012
    Configuration menu
    Copy the full SHA
    4fb95b6 View commit details
    Browse the repository at this point in the history
  3. Indenting XMLStreamWriter implementation

    * Started writing indentation code (somehow IntStack does not work; needs investigating)
    netvl committed Dec 18, 2012
    Configuration menu
    Copy the full SHA
    5546bdc View commit details
    Browse the repository at this point in the history
  4. Indenting XMLStreamWriter

    * Fixed stack protocol/type to compile
    netvl committed Dec 18, 2012
    Configuration menu
    Copy the full SHA
    6211fd0 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2012

  1. Indenting XMLStreamWriter implementation

    * Added integer bitwise operations
    netvl committed Dec 19, 2012
    Configuration menu
    Copy the full SHA
    3f729f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2012

  1. Indenting XMLStreamWriter

    * Some initial implementation of indenting writer is done, not tested
    netvl committed Dec 20, 2012
    Configuration menu
    Copy the full SHA
    5852a88 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2012

  1. Merge remote-tracking branch 'origin/master'

    Conflicts:
    	src/main/clojure/clojure/data/xml.clj
    netvl committed Dec 21, 2012
    Configuration menu
    Copy the full SHA
    704366b View commit details
    Browse the repository at this point in the history
  2. Indenting XMLStreamWriter implementation

    * Implementation of indenting writer seems to be complete
    netvl committed Dec 21, 2012
    Configuration menu
    Copy the full SHA
    9c84034 View commit details
    Browse the repository at this point in the history
  3. Indenting XMLStreamWriter implementation

    * Final tweaks and rearrangements of the code, removed some redundant parts
    netvl committed Dec 21, 2012
    Configuration menu
    Copy the full SHA
    484ed3c View commit details
    Browse the repository at this point in the history
  4. Indenting XMLStreamWriter, location metadata loading

    * Removed and relocated even more code
    * Added support for loading location of starting tags into elements metadata
    * Slightly refactored support for loading comments
    netvl committed Dec 21, 2012
    Configuration menu
    Copy the full SHA
    0446b27 View commit details
    Browse the repository at this point in the history