]> iEval git - gruntmaster-page.git/commitdiff
Merge branch 'master' into newmc
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 14 Feb 2015 16:29:46 +0000 (18:29 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 14 Feb 2015 16:29:46 +0000 (18:29 +0200)
Conflicts:
tmpl/pb_entry.en

js/90-divine-format.js
lib/Plack/App/Gruntmaster.pm
tmpl/pb_entry.en

index 5a1a7d69c6440efea73f9b0d37114dd53c228e1a..cb9b6ab8f13baa7ef292aa52e2b8dc3ed4d4c46d 100644 (file)
                case 'lhs':
                        format = 'HASKELL';
                        break;
+               case 'lisp':
+               case 'lsp':
+               case 'cl':
+               case 'l':
+                       format = 'SBCL';
+                       break;
                case 'java':
                        format = 'JAVA';
                        break;
index 425dc313779369d8d69fddc2f06117687d4055c4..c590bc9e2309977edb92554854dd0e66c8605e8b 100644 (file)
@@ -47,6 +47,7 @@ use constant FORMAT_EXTENSION => {
        PASCAL => 'pas',
        PERL => 'pl',
        PYTHON => 'py',
+       SBCL => 'l',
 };
 
 use constant NOT_FOUND => [404, ['Content-Type' => 'text/plain'], ['Not found']];
index 0837cb7ed73d94415dc8100f410cbca45e9c9483..ab2333f11ee52c6d5b7da1c26f6c34db188fa789 100644 (file)
@@ -40,6 +40,7 @@ To submit solutions to this problem, please visit the problem <a href="/pb/id">o
 <option value="PASCAL">Pascal (fpc 2.6.0)</option>
 <option value="PERL">Perl (perl 5.14.2)</option>
 <option value="PYTHON">Python (python 2.7.3)</option>
+<option value="SBCL">Common Lisp (sbcl)</option>
 </select></div>
 
 <input type="submit" value="Submit job" class="btn btn-primary">
This page took 0.02933 seconds and 4 git commands to generate.