vihanb / PPCG-Design

A redesign of the PPCG website
codegolf.stackexchange.com
35 stars 14 forks source link

Leaderboard issues #93

Open ETHproductions opened 7 years ago

ETHproductions commented 7 years ago

The leaderboard is having a bunch of issues on this challenge:

Language name issues

<h1>Java: <s>204</s> <s>183</s> <s>182</s> 176 characters - 10 - 50 = 118</h1>

The language is somehow detected as "Java-".

<h3>R, 107 characters - 60 points bonus=47</h3>

Language is registered as "R-".

## Javascript => 125 (135 - 10)

This is a weird anomaly where the language is detected as "JavaScript =>". I don't blame the user-script...


Score issues

# APL, 39 – 10 – 50 = –21**

The score is detected as 21 instead of -21. (Hint: – is U+2013 EN DASH.) Fixed in 3865679

##Javascript <strike>125</strike> <strike>73</strike> <strike>72</strike> 60 (120 - 50 - 10)

Registers as 10 instead of 60.

D - <del>167</del>, <del>162</del>, 144 ( 154 - 10 )
-------

Registers as 29... this must be from something besides the header being matched. Here's the answer.

##J 42 characters - 50 -10 = -18 ##

Registers as 42 instead of -18.

#Bash, score 21 (81 bytes - 50 bonus - 10 bonus)

Registers as 81 instead of 21.

Racket 232 bytes (-10 for 30 characters, -50 for shift to midline = 172)
-

Registers as 232 instead of 172.


Obviously we won't be able to handle every edge case, but it would be nice if we could solve some of them.