You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2016/04/17 23:26:25 UTC

[jira] [Commented] (CALCITE-1202) Lock version of Jekyll used by website

    [ https://issues.apache.org/jira/browse/CALCITE-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15244922#comment-15244922 ] 

Julian Hyde commented on CALCITE-1202:
--------------------------------------

Thanks -- I had noticed this issue also.

Another issue I am working on with the website is the whitespace that is caused by pages that do "for i in list do if predicate(i) ... end if end for", where "list" is the set of committer, or the set of news items. Due to the way jekyll generates web pages, if an item i is added to the list, the page will get some extra whitespace and if predicate(i) is false. I've made some progress recently by changing the jekyll templates.

> Lock version of Jekyll used by website
> --------------------------------------
>
>                 Key: CALCITE-1202
>                 URL: https://issues.apache.org/jira/browse/CALCITE-1202
>             Project: Calcite
>          Issue Type: Improvement
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Trivial
>             Fix For: 1.8.0, avatica-1.8.0
>
>
> I had a newer version of Jekyll installed for other projects and realized that this was causing a significant amount of changes in the generated HTML.
> We should lock jekyll-2.4.0 as the version we want to use in the Gemfile. This will prevent unintended changes to HTML due to the installed version of Jekyll being potentially different across different developer machines. Presently, this is being set by the github-pages gem implicitly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)