Please pull move of URI parsing and escape logic to Perl6 URI project.#27
Open
ronaldxs wants to merge 3 commits into
Open
Please pull move of URI parsing and escape logic to Perl6 URI project.#27ronaldxs wants to merge 3 commits into
ronaldxs wants to merge 3 commits into
Conversation
added 3 commits
July 31, 2011 20:33
…ut in early stages of testing with more work to do.
…ule. Passes make test but still needs testing through browser and apache.
Collaborator
|
Ronald, On Tue, Sep 6, 2011 at 11:35 AM, ronaldxs
Awesome, thanks! I'll take a look at this and merge it. Tim |
Contributor
|
Cool! I glad to see activity here :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
I am the current maintainer of the Perl 6 URI project at https://github.com/ihrd/uri. I created a branch of November that uses the ihrd/uri module moving about 200 lines of code out of November in the process. The URI module from the Perl 6 URI project does parsing based on the full URI BNF from RFC 3986 and its Escape module does both UTF-8 URI encoding and decoding. All tests in make test for this fork run without error and I have manually tested the resulting Wiki under Apache.
Thank you,
Ron