vlang / website

MIT License
62 stars 96 forks source link

fast.vlang.io isn't working? #190

Closed pklion closed 3 years ago

pklion commented 3 years ago

https://fast.vlang.io/ I think it is not working correctly... It shows me the data which have too old timestamps.

ghost commented 3 years ago

This website is not supposed to give live data. It shows the data after each commit. However the timestamps are still incorrect. At the time of writing the most recent commit to vlang/v was 55c5b9c which was merged about 15 minutes ago. And yet the timestamp shows from July 4th.

Where the error might be: Lines 76-79:

    html_message := message.replace_each(['<', '&lt;', '>', '&gt;'])
    table =
        '<tr>
        <td>$date.format()</td>
medvednikov commented 3 years ago

Fixed: http://fast.vlang.io/

medvednikov commented 3 years ago

There were freebsd issues.

pklion commented 3 years ago

Thanks!