61 reputation
4
bio website
location
age
visits member for 1 year
seen Mar 3 at 3:18
stats profile views 12

May
1
comment Bug in “Your post appears to contain code that is not properly formatted as code” heuristic
@TheEstablishment: the syntax is supported by the implementation: writing [blah] when you have [blah]: http://example.com somewhere results in a link to example.com in the Markdown output. So, I would call it undocumented, not "invalid". In any case though, what I meant in my previous response was: if the syntax is forbidden, then the error message should indicate this. But I don't think anyone intended to forbid this syntax, I think it was an accident, and my examples of documented syntax leading to the same erroneous error message corroborates this.
May
1
comment Bug in “Your post appears to contain code that is not properly formatted as code” heuristic
Note that I've added versions of the examples that use only documented Markup, but are still rejected. Maybe I should remove the examples that use the undocumented link syntax?
May
1
comment Bug in “Your post appears to contain code that is not properly formatted as code” heuristic
@TheEstablishment: fixing either part would be sufficient. Yes, if the syntax is not supported, then I think it should be rejected as such. Supporting it in the implementation, but not in the documentation, and then giving an unrelated error message, does not seem like a good design. But I doubt it's a design as such; I think it's a bug.
May
1
comment Are bugtest questions okay?
@TheUnhandledException: exactly! I ran into a submission bug that only SO but not MSO: see 1 and 2
May
1
comment Are bugtest questions okay?
The first time I tried this I had used a title like "This is bug report question, please ignore, will delete soon" and I had a very negative experience with rapid down voting, closure, and even insults. Next time I plan to use a title like "How do I simulate the COBOL 85 END-PERFORM construct in COBOL 74?", which I expect would attract less attention :D
May
1
comment Bug in “Your post appears to contain code that is not properly formatted as code” heuristic
@TheEstablishment: I maintain this is a bug: the examples are accepted and rendered correctly by the Markdown engine (in the preview on SO, and everywhere on MSO). The SO quality filter rejects them on suspicion of containing code. So, either there is a bug in the quality filter, or there is a bug in the Markdown implementation. As evidenced by the many MSO questions related to the quality filter rejecting submissions in this way, there is a problem. Thanks again to hammar for identifying my use of undocumented Markdown.
Apr
30
comment How should I develop a minimal example of an SO bug for an MSO bug report?
@PopularDemand: thanks for the reference. I'll link this question in comments over there, as an example where the sandbox approach doesn't work.
Apr
30
comment Bug in “Your post appears to contain code that is not properly formatted as code” heuristic
Thanks! Looking at the SO Markdown documentation, I see that the link notation I'm using is not mentioned! I guess I didn't read the documentation carefully enough the first time. The system accepts and correctly renders my link notation, so I didn't realize it wasn't standard.
Apr
30
comment Bug versus Feature?
@bitmask: When a bug report includes a suggested fix that avoids the problem by adding a feature, I'd be inclined to use both tags. But if I had to choose one, I'd choose "bug".
Apr
29
comment How should I develop a minimal example of an SO bug for an MSO bug report?
I reported the bug as a separate MSO question before I had sandbox privileges. It would probably be better to evaluate the issue there.
Apr
29
comment How should I develop a minimal example of an SO bug for an MSO bug report?
Thanks! However, it turns that MSO does not use the same heuristic as SO: the MSO sandbox accepts the answer that SO rejects. I will update the question to reflect this.