Last round involved a randomized solution for problem E, and some pretests were aimed against std's rand() function. This caused a big dispute among contestants. It was questioned whether doing this type of tests was fair or necessary, since passing them depends merely on specific language knowledge, not actual problem-solving skills. Contest coordinators counter-argued that participants would've gotten hacked if it hadn't been for these pretests. They also stated that it's one's responsibility to know their favorite language when using it on a round.
I believe the intrinsic reason for this dispute is that languages are not exactly designed for competitive programming. Therefore, there will inevitably be issues in the language nature, that will bother us during contests, such as the rand() function, that's just reality.
That's when I thought: We should have a list of the main language-specific issues that could annoy us during contests. Just a brief enumeration of not-so-fun facts about languages, such that, if not known, could break our solutions or get us hacked. If we just have a brief list available for the community, when a problem could make you bump into one of these issues, contest coordinators could safely assume we know about them and not get into an ethical debate whether it's fair to include tests against it. Also, contestants would be safe from losing rating to specific language knowledge.