-
Notifications
You must be signed in to change notification settings - Fork 35
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
Conflicts pushed #4
Conversation
I am a bit concerned, if we will end up doing the same edits twice or more often, when we discuss in so many places plus the mailing list partly overlapping aspects. My proposal would be more, to continue with the current revision. Discussing the individual pull requests on a per request basis should be feasible though, as it is very little text we are talking about, right? |
As @sgillies commented, starting from 8543af5 makes sense. Pull request #2 needs discussion, this is clear - the pull request was supposed to initiate discussion. And I don't think it makes sense to push commits with conflicts (and I mean git conflicts not philosophical ones). As mentioned in the comments, pull request #3 is better addressed by removing the text about polygon validity (instead of just changing it so it is more correct). |
Thanks for any review. Will merge if this looks good to others. Some notes:
|
Am 16.05.13 21:30, schrieb Sean Gillies:
just go ahead and I could clone afterwards in an empty folder, rebuild All the best, |
@sdrees I'm not able to build the docs, so I'll take you up on that offer.
I'm assuming the first two I/O errors are due to pandoc2rfc calling Anyway, I still think it makes sense to have us edit just the markdown. It seems easiest to me to have people issue pull requests for changes just to If you can provide any hints on overcoming the validation error, I'd like to try building the docs again. If you do it, my preference would be to see them go in the
After that, we can merge from |
This reverts us to 8543af5, uncomments me as an author, removes built docs from the repo, and adds some instructions on building them.
Hi Tim, I rebuilt the target sources and pushed upstream all in branch gh-pages. Note: There seem to be still traces of the initial April date inside the Please advice what the next steps are to have directly visible draft.txt If and when I get notified by new pulls/merges, I will always rebuilt in All the best, Am 17.05.13 02:01, schrieb Tim Schaub:
|
Thanks @sdrees. I appreciate all the work you've done putting this together. I'm not sure I understand you correctly, but if you're looking for the hosted drafts, see http://geojsonwg.github.io/draft-geojson/draft.html et al. Out of curiosity, do you have any hints on how I can get around the validation issues with |
Thanks @tschaub that was the missing link. If you look e.g.. at the archived mail http://lists.geojson.org/pipermail/geojson-geojson.org/2013-April/000731.html it has links pointing to https://raw.github.com/sdrees/geojson/master/draft.txt (among others) and I just want to not have people strand on HTTP 404s or rotten bits, when following links that are only about two weeks old ;-) I will look into providing a recipe for the funny convoluted procedure of generating text from text going a looong way. I had to patch the tools to get them working for me, but if you have no time, you do not also document, right :-?) |
It looks like this commit was committed/pushed without resolving merge conflicts. While I think forced pushes are Very Bad Practice on shared repositories, at this point, I'd be in favor of doing a hard reset to be82b46 and starting over with discussion on the recently closed pull requests (#1, #2, #3).
Alternatively, those commits could be reverted with another commit.
I'd also like to establish what gets edited and what gets generated. I'd be in favor of having only a single set of sources in the master branch. We could use a gh-pages branch for built artifacts (see #5).
If people are in favor, I'll do a hard reset to be82b46, and we can start over with #1, #2, and #3.