We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting the following warnings when installing oj from MELPA.
In toplevel form: oj.el:216:12: Warning: defcustom for ‘oj-default-online-judge’ has syntactically odd type ‘'(choice (const :tag Aizu Online Judge 'aoj) (const :tag Anarchy Golf 'anrchy-golf) (const :tag AtCoder 'atcoder) (const :tag Codeforces 'codeforces) (const :tag CS Academy 'cs-academy) (const :tag Facebook Hacker Cup 'facebook-hacker-cup) (const :tag HackerRank 'hackerrank) (const :tag Kattis 'kattis) (const :tag PKU JudgeOnline 'pku) (const :tag Topcoder 'topcoder) (const :tag Toph (Problem Archive) 'toph) (const :tag CodeChef 'codechef) (const :tag Sphere online judge 'soj) (const :tag yukicoder 'yukicoder) (const :tag Library Checker 'library-checker))’
In oj--shortname-to-url: oj.el:423:2: Warning: docstring has wrong usage of unescaped single quotes (use = or different quoting)
In oj-login: oj.el:497:2: Warning: docstring has wrong usage of unescaped single quotes (use = or different quoting)
My Emacs information is: GNU Emacs 29.1 (build 1, aarch64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.6.6 (Build 21G646)) of 2023-08-17
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting the following warnings when installing oj from MELPA.
In toplevel form:
oj.el:216:12: Warning: defcustom for ‘oj-default-online-judge’ has syntactically odd type ‘'(choice (const :tag Aizu Online Judge 'aoj) (const :tag Anarchy Golf 'anrchy-golf) (const :tag AtCoder 'atcoder) (const :tag Codeforces 'codeforces) (const :tag CS Academy 'cs-academy) (const :tag Facebook Hacker Cup 'facebook-hacker-cup) (const :tag HackerRank 'hackerrank) (const :tag Kattis 'kattis) (const :tag PKU JudgeOnline 'pku) (const :tag Topcoder 'topcoder) (const :tag Toph (Problem Archive) 'toph) (const :tag CodeChef 'codechef) (const :tag Sphere online judge 'soj) (const :tag yukicoder 'yukicoder) (const :tag Library Checker 'library-checker))’
In oj--shortname-to-url:
oj.el:423:2: Warning: docstring has wrong usage of unescaped single quotes (use = or different quoting)
In oj-login:
oj.el:497:2: Warning: docstring has wrong usage of unescaped single quotes (use = or different quoting)
My Emacs information is:
GNU Emacs 29.1 (build 1, aarch64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.6.6 (Build 21G646)) of 2023-08-17
The text was updated successfully, but these errors were encountered: