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

Post conflict is not detected #806

Closed
ralsina opened this issue Oct 7, 2013 · 0 comments · Fixed by #807
Closed

Post conflict is not detected #806

ralsina opened this issue Oct 7, 2013 · 0 comments · Fixed by #807
Assignees
Labels
Milestone

Comments

@ralsina
Copy link
Member

ralsina commented Oct 7, 2013

To reproduce:

nikola init foo
cd foo
nikola new_post -t foo posts/foo.txt
nikola new_post -t foo posts/foo.rst

Both posts should try to create output/posts/foo.html and not only does this not fail or cause a conflict, but there is a check in scan_posts (the seen set) that should see it and doesn't.

The timeline only contains the .txt version of the post. If I remove the .txt file, then it will only contain the .rst one.

@ghost ghost assigned ralsina Oct 7, 2013
ralsina added a commit that referenced this issue Oct 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant