Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
student:autolab:troubleshooting [2021/04/22 11:02] – created bernstdhstudent:autolab:troubleshooting [2021/09/11 05:45] (current) – [Official Tests Won't Compile] mayfiecs
Line 5: Line 5:
 Autolab has problems with non-ASCII characters. In such cases, you may not even be able to view your submission. This is most commonly a result of non-ASCII characters in comments (e.g., smart quotes, copyright symbols, degree symbols) that find there way into the code when the student cuts-and-pastes from another document. Autolab has problems with non-ASCII characters. In such cases, you may not even be able to view your submission. This is most commonly a result of non-ASCII characters in comments (e.g., smart quotes, copyright symbols, degree symbols) that find there way into the code when the student cuts-and-pastes from another document.
  
 +Here is an online tool to check your code for non-ASCII characters: https://pages.cs.wisc.edu/~markm/ascii.html
 ==== Official Tests Won't Compile ==== ==== Official Tests Won't Compile ====
  
-This is most likely because your code does not conform to the specifications. Common examples include: misnamed methods/functions, a mis-packaged submission, case problems,  and missing classes/files.+This is most likely because your code does not conform to the specifications. Common examples include: misnamed methods/functions, a mis-packaged submission, case problems,  missing classes/files, and missing or incorrect use of the static keyword.