Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / shepmaster/sxd-document issues and pull requests

#88 - Update parser existing file

Issue - State: open - Opened by danielitzahi 3 months ago - 1 comment

#87 - Project still active ? Github pages documentation is down

Issue - State: open - Opened by LeChatP about 1 year ago - 1 comment

#86 - Unused namespaces in root get lost on load

Issue - State: open - Opened by sjml over 1 year ago

#85 - Extremely large documents

Issue - State: open - Opened by infogulch about 3 years ago - 10 comments

#84 - Miri reports undefined behaviour triggered by test suite

Issue - State: open - Opened by ssokolow over 3 years ago

#83 - implement Send and Sync on Package

Issue - State: open - Opened by ghost almost 4 years ago

#82 - serde integration

Issue - State: closed - Opened by ghost about 4 years ago - 4 comments

#81 - Add an option to bubble up all namespace declarations to the root

Issue - State: open - Opened by gsurrel about 4 years ago - 3 comments
Labels: enhancement, help wanted

#80 - Support additional doctypes

Pull Request - State: open - Opened by alexkreidler about 4 years ago

#79 - Move away src/bin/open.rs

Issue - State: open - Opened by ignatenkobrain over 4 years ago

#78 - Rust 2018 and spring cleaning

Pull Request - State: closed - Opened by shepmaster over 4 years ago

#77 - Metadata maintenance

Pull Request - State: closed - Opened by shepmaster over 4 years ago

#76 - Switch to GitHub Actions

Pull Request - State: closed - Opened by shepmaster over 4 years ago

#75 - support for canonicalization

Issue - State: open - Opened by weiwu-zhang almost 5 years ago

#74 - Fix deprecation warnings

Pull Request - State: closed - Opened by ivan almost 5 years ago - 1 comment

#73 - Add an API to get and remove prefixes registered directly on an element

Pull Request - State: open - Opened by danieldulaney over 5 years ago - 1 comment

#72 - Namespace prefix inheritance produces inefficient output

Issue - State: open - Opened by danieldulaney over 5 years ago - 7 comments
Labels: enhancement, help wanted

#71 - Added writer setting to include the encoding in the declaration

Pull Request - State: closed - Opened by danieldulaney over 5 years ago - 1 comment

#70 - Added customization to document writing

Pull Request - State: closed - Opened by danieldulaney over 5 years ago - 1 comment

#69 - parsing fails with &

Issue - State: closed - Opened by andrewbanchich over 5 years ago - 1 comment

#68 - Are raw pointers and unsafe actually needed?

Issue - State: open - Opened by AxFaure over 5 years ago - 4 comments
Labels: question

#67 - Add various node removal functions

Pull Request - State: closed - Opened by shepmaster almost 6 years ago
Labels: enhancement

#66 - Add a changelog

Pull Request - State: closed - Opened by shepmaster almost 6 years ago

#65 - Feature request: functions for deleting elements and attributes

Issue - State: closed - Opened by jfeit almost 6 years ago - 1 comment
Labels: enhancement

#64 - Derive Clone for Package

Issue - State: open - Opened by ljedrz over 6 years ago

#63 - Add missing docs

Pull Request - State: open - Opened by ljedrz over 6 years ago

#62 - Add ability to remove, replace, and append multiple nodes and quickly set the text of an element

Pull Request - State: closed - Opened by shepmaster over 6 years ago
Labels: enhancement

#61 - Remove very old calls predating `Result::unwrap`

Pull Request - State: closed - Opened by shepmaster over 6 years ago

#60 - Fix DTD parsing issue resulting in `ExpectedClosingQuote` error.

Pull Request - State: closed - Opened by onelson over 6 years ago - 4 comments
Labels: bug, enhancement

#59 - Parsing an external DTD fails

Issue - State: closed - Opened by onelson over 6 years ago - 4 comments

#58 - Introduce an error type for parsing

Pull Request - State: closed - Opened by shepmaster over 6 years ago
Labels: breaking change

#57 - Make error types well behaved

Issue - State: closed - Opened by Enet4 over 6 years ago
Labels: breaking change

#56 - Rename Root::append_child to Root::set_child?

Issue - State: open - Opened by dvtomas almost 7 years ago - 8 comments
Labels: breaking change

#55 - Update CI configuration to include stable

Pull Request - State: closed - Opened by shepmaster almost 7 years ago

#54 - Add fuzzing

Issue - State: open - Opened by shepmaster almost 7 years ago
Labels: enhancement, help wanted

#53 - Missing close tag causes parser to hang indefinitely

Pull Request - State: closed - Opened by shepmaster almost 7 years ago - 9 comments

#52 - Missing close tag causes parser to hang indefinitely

Issue - State: closed - Opened by Bellarmine-Head almost 7 years ago
Labels: bug

#51 - Give line number and column number of error instead of single location value on parse error

Issue - State: open - Opened by Bellarmine-Head almost 7 years ago - 1 comment
Labels: enhancement, help wanted

#50 - Add at least rudimentary DTD handling

Issue - State: open - Opened by frp about 7 years ago - 6 comments
Labels: enhancement, help wanted

#49 - Understand the "xml" namespace prefix when parsing into the DOM

Pull Request - State: closed - Opened by shepmaster about 7 years ago

#48 - Fix Use After Free

Pull Request - State: closed - Opened by CryZe over 7 years ago - 9 comments

#47 - Use after Free when parsing this XML Document

Issue - State: closed - Opened by CryZe over 7 years ago - 4 comments

#46 - Parsing files with `xml:space`

Issue - State: open - Opened by shepmaster over 7 years ago - 4 comments
Labels: enhancement, help wanted

#45 - Ignore default namespace for attribute prefixes

Pull Request - State: closed - Opened by draivin over 7 years ago - 2 comments
Labels: bug

#44 - Properly pop scope on empty elements

Pull Request - State: closed - Opened by draivin over 7 years ago - 1 comment
Labels: bug

#43 - No way to write subsection of document?

Issue - State: open - Opened by gilescope over 7 years ago - 1 comment
Labels: enhancement, help wanted

#42 - Implement `std::error::Error` for `parser::Error`.

Pull Request - State: closed - Opened by leoschwarz over 7 years ago - 3 comments
Labels: enhancement

#41 - How to (code-)efficiently traverse a DOM?

Issue - State: open - Opened by therealprof over 7 years ago - 3 comments
Labels: question

#40 - The root is not the root element?

Issue - State: open - Opened by therealprof over 7 years ago - 4 comments
Labels: question

#39 - sxd-document cannot parse document containing a UTF-8 BOM

Issue - State: open - Opened by therealprof over 7 years ago - 4 comments
Labels: bug

#38 - Add a pretty-printing variant of the `format_document` function

Pull Request - State: closed - Opened by ljedrz almost 8 years ago

#37 - Add initial document type declaration handling

Pull Request - State: closed - Opened by ljedrz almost 8 years ago - 3 comments

#36 - How to dump out CDATA element

Issue - State: closed - Opened by la10736 almost 8 years ago - 8 comments

#35 - remove raw_pointer_derive lint

Pull Request - State: closed - Opened by wimh about 8 years ago - 1 comment

#34 - Concurrent thin documents allowed, which can break memory safety

Issue - State: open - Opened by shepmaster over 8 years ago - 1 comment
Labels: bug, help wanted

#33 - Appending elements across documents allows for memory unsafety in safe client code

Issue - State: open - Opened by shepmaster over 8 years ago
Labels: bug, help wanted

#32 - Apply Clippy suggestions

Pull Request - State: closed - Opened by shepmaster over 8 years ago

#31 - Optimizations discovered after implementing a pull parser

Pull Request - State: closed - Opened by shepmaster over 8 years ago

#30 - Replace full recursive-descent parser with a pull parser

Pull Request - State: closed - Opened by shepmaster over 8 years ago

#29 - Cleanups before switching parsing methods

Pull Request - State: closed - Opened by shepmaster over 8 years ago

#28 - added standalone declaration

Pull Request - State: closed - Opened by flying-sheep almost 9 years ago - 8 comments

#27 - InvalidProcessingInstructionTarget for standalone="no"

Issue - State: closed - Opened by flying-sheep almost 9 years ago - 3 comments

#26 - Discriminator methods for enums

Issue - State: closed - Opened by contradictioned almost 9 years ago - 7 comments
Labels: enhancement

#25 - XML declaration with encoding attribute fails to parse

Issue - State: closed - Opened by robertknight about 9 years ago - 1 comment

#24 - format_document - optional <xml> tag?

Issue - State: open - Opened by ArtemGr about 9 years ago - 3 comments

#23 - Do not require a Sized Write trait object when formatting

Pull Request - State: closed - Opened by shepmaster about 9 years ago - 1 comment

#22 - Permit unsized Write in `format_document`?

Issue - State: closed - Opened by ArtemGr about 9 years ago - 2 comments
Labels: enhancement

#21 - Use only stable features, allowing compilation in 1.0.0

Pull Request - State: closed - Opened by shepmaster over 9 years ago

#20 - Use only stable features, allowing compilation in 1.0.0

Issue - State: closed - Opened by Eilie over 9 years ago - 5 comments
Labels: enhancement, help wanted

#19 - Remove usage of some unstable features

Pull Request - State: closed - Opened by Boddlnagg over 9 years ago - 1 comment

#18 - Replace parser's panic! and friends with error returns

Issue - State: closed - Opened by shepmaster over 9 years ago
Labels: enhancement, help wanted

#17 - Standardize conversion method names

Issue - State: closed - Opened by shepmaster over 9 years ago
Labels: enhancement, help wanted

#16 - Disallow parsing empty namespace values when using a prefix

Issue - State: closed - Opened by shepmaster over 9 years ago
Labels: bug, help wanted

#15 - Disallow duplicate attributes (and namespaces) when parsing

Issue - State: closed - Opened by shepmaster over 9 years ago
Labels: bug, help wanted

#14 - Prevent redefining the namespace prefix "xml"

Issue - State: open - Opened by shepmaster over 9 years ago
Labels: bug, help wanted

#13 - Ensure that Attributes can't be a child of two elements at the same time

Issue - State: closed - Opened by shepmaster over 9 years ago
Labels: help wanted, question

#12 - Investigate passing structs-of-references by value instead of reference

Issue - State: closed - Opened by shepmaster over 9 years ago - 2 comments

#11 - Investigate using NonZero

Issue - State: open - Opened by shepmaster over 9 years ago - 1 comment
Labels: help wanted, question

#10 - All string-like return values should be tied to the document lifetime

Issue - State: closed - Opened by shepmaster over 9 years ago
Labels: bug, help wanted

#9 - Review usage of `{u,i}size`

Issue - State: closed - Opened by shepmaster over 9 years ago - 1 comment
Labels: question

#8 - Investigate moving elements between documents.

Issue - State: open - Opened by shepmaster almost 10 years ago - 4 comments
Labels: help wanted, question

#7 - Use types to maintain invariants about valid strings

Issue - State: open - Opened by shepmaster almost 10 years ago - 2 comments
Labels: enhancement, help wanted

#6 - Can we avoid re-interning strings?

Issue - State: open - Opened by shepmaster almost 10 years ago
Labels: help wanted, question

#5 - `open` should be able to accept input from STDIN

Issue - State: closed - Opened by shepmaster almost 10 years ago
Labels: enhancement, help wanted

#4 - Support default namespaces

Issue - State: closed - Opened by shepmaster almost 10 years ago
Labels: enhancement, help wanted

#3 - XML output is not escaped at all

Issue - State: closed - Opened by shepmaster almost 10 years ago - 1 comment
Labels: bug, help wanted

#2 - output whitespace is unexpected

Issue - State: open - Opened by carols10cents almost 10 years ago - 3 comments
Labels: bug, help wanted

#1 - Configure travis

Pull Request - State: closed - Opened by carols10cents almost 10 years ago