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

Code of usernames with space does not compile #4

Open
niteshjain opened this issue Apr 6, 2014 · 0 comments
Open

Code of usernames with space does not compile #4

niteshjain opened this issue Apr 6, 2014 · 0 comments

Comments

@niteshjain
Copy link

Valid code of users with username which have a space in them return a compile error
Steps to reproduce this :

  • Create an account with a space in it like "user 01"
  • Write any valid code in any language and submit

Output :

  • Compile error

Expected Output:

  • Either wrong answer or correct answer

This may be because directories are created based on the username for each user and in GNU/Linux based OS, space in a file/directory name need to be escaped (like so user\ 01)
A temporary fix might be to warn users not to create accounts with space in there username

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant