Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the "town hall" (meta-discussion site) for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Empty entry in post revision history

+3
−0

The post history of a particular question has edit number 4 showing as empty. Should this be possible?

The top 2 edits in the revision history with the top one empty

Notice that the arrow to the left of "#4: Post edited by..." is pointing down, showing that the entry has been expanded, but has nothing inside it.

Should there be something showing here, or should an empty edit have been prevented? If an empty edit is ever accidentally allowed, should this result in no entry in the history, or an entry that is labelled as being empty so it is definite rather than looking possibly broken?

History

1 comment thread

As an admin, I don't see anything more in the history, so it's not some super-secret thing that most ... (2 comments)

2 answers

+2
−0

It might be related to the bug where the system thinks you've made a change but haven't. See Saved text not cleared when posted. I'll add a link from that post to here as being possibly related.

History

0 comment threads

+1
−0

Should there be something showing here, or should an empty edit have been prevented? If an empty edit is ever accidentally allowed, should this result in no entry in the history, or an entry that is labelled as being empty so it is definite rather than looking possibly broken?

Empty edits don't make any sense to the end user. Maybe it does to the software, but we're humans, not code interpreters. So under no circumstance should empty edits ever be accepted.

I don't think we should be optimizing for cases slipping through the cracks bug nests hiding in the pores.

Ideally, it should look broken if such a bug happens; we want users to report it, not think it's normal and move on when they notice it. You could of course add text asking users to report it as a bug, when there's an empty edit, but... that's a lot of effort for something that shouldn't even be an exceptional case of program flow, even (I mean, sure, database reads can fail. But that's an exceptional case of program flow).

History

0 comment threads

Sign up to answer this question »