Skip to content
New issue

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

unable to build 0.15.1: Cargo.lock outdated #596

Closed
anthraxx opened this issue Jan 29, 2019 · 7 comments
Closed

unable to build 0.15.1: Cargo.lock outdated #596

anthraxx opened this issue Jan 29, 2019 · 7 comments

Comments

@anthraxx
Copy link
Contributor

Hi,

we are using cargo build --release --locked to release reproducible distro packages, however the Cargo.lock file is outdated and not in sync for the 0.15.1 release.
This would involve backporting at least two commits for master to make it work again, would a fixup point release be possible so a latest release can be build while being locked?

cheers

@epage
Copy link
Member

epage commented Jan 29, 2019

Sorry, been bad about ensuring that gets updated on version bumps.

If you are packaging 0.15.1, is releasing a 0.15.2 good enough? I've just tagged it and uploaded it.

@epage
Copy link
Member

epage commented Jan 29, 2019

btw thanks for packaging! Is there anywhere I can read more about this? Curious what distributions via what means so I can document it.

@anthraxx
Copy link
Contributor Author

Nah, no worries, that happens 🐱

The 0.15.2 tag works flawlessly, I'm packaging for Arch Linux and as we are a rolling release the latest tag is convenient enough for us 😄

Arch users can install via

pacman -Syu cobalt

The details page is available via https://www.archlinux.org/packages/community/x86_64/cobalt/

thanks!

@anthraxx
Copy link
Contributor Author

anthraxx commented Jan 29, 2019

@epage
Meh, was to excited when it started building, now i have test failures 🙈

test excerpts_crlf ... FAILED
test syntax_highlight ... ok
test excerpts ... FAILED

failures:

---- excerpts_crlf stdout ----
<!DOCTYPE html>
<html>
    <head>
        <title>Index</title>
    </head>
    <body>
    <div>
      
        <div >
  <h2>Blog!</h2>
  <!--<br />-->
  <div>
    
      <div>
        <h4>Reference-style links immediately below first block do not resolve</h4>
        <h4><a href="posts/post-11.html">Reference-style links immediately below first block do not resolve</a></h4>
        <p>References are placed immediately below the first paragraph:
<a href="/0">30</a> <a href="/1">31</a> <a href="/2">32</a> <a href="/3">33</a>
<a href="/0">30</a>: /0
<a href="/1">31</a>: /1
<a href="/2">32</a>: /2
<a href="/3">33</a>: /3</p>

      </div>
    
      <div>
        <h4>Reference-style links immediately above first block</h4>
        <h4><a href="posts/post-10.html">Reference-style links immediately above first block</a></h4>
        <p>References are placed immediately above the first paragraph:
<a href="/0">20</a> <a href="/1">21</a> <a href="/2">22</a> <a href="/3">23</a></p>

      </div>
    
      <div>
        <h4>Reference-style links in a non-markdown post do not below first block and separated by blank line resolve</h4>
        <h4><a href="posts/post-12.html">Reference-style href="posts/post-9.html">Reference-style links in a non-markdown post do not below first block and separated by blank line resolve</a></h4>
        References <p>References are placed below the first paragraph, and are separated from the
first paragraph by a single blank line:
[40][] [41][] [42][] [43][]
 line:
<a href="/0">10</a> <a href="/1">11</a> <a href="/2">12</a> <a href="/3">13</a></p>

      </div>
    
      <div>
        <h4>Reference-style links below first block and separated by blank line in a non-markdown post do not resolve</h4>
        <h4><a href="posts/post-9.html">Reference-style href="posts/post-12.html">Reference-style links below first block and separated by blank line in a non-markdown post do not resolve</a></h4>
        <p>References References are placed below the first paragraph, and are separated from the
first paragraph by a single blank line:
<a href="/0">10</a> <a href="/1">11</a> <a href="/2">12</a> <a href="/3">13</a></p>

 line:
[40][] [41][] [42][] [43][]
      </div>
    
      <div>
        <h4>Reference-style links above first block and separated by blank line resolve</h4>
        <h4><a href="posts/post-8.html">Reference-style links above first block and separated by blank line resolve</a></h4>
        
      </div>
    
      <div>
        <h4>Explicit excerpts work even in liquid</h4>
        <h4><a href="posts/post-7.html">Explicit excerpts work even in liquid</a></h4>
        <strong>explicit</strong> excerpt
      </div>
    
      <div>
        <h4>Implicit excerpts work only in markdown</h4>
        <h4><a href="posts/post-6.html">Implicit excerpts work only in markdown</a></h4>
        <h1>Custom excerpt separator</h1>

<p>Welcome to the 6th post on cobalt.rs!</p>

      </div>
    
      <div>
        <h4>Both excerpt and excerpt separator are there</h4>
        <h4><a href="posts/post-5.html">Both excerpt and excerpt separator are there</a></h4>
        <p><code>excerpt</code> wins</p>

      </div>
    
      <div>
        <h4>Custom excerpt separator</h4>
        <h4><a href="posts/post-4.html">Custom excerpt separator</a></h4>
        <h1>Custom excerpt separator</h1>
<p>Welcome to the 4th post on cobalt.rs!</p>

      </div>
    
      <div>
        <h4>Explicit `excerpt`</h4>
        <h4><a href="posts/post-3.html">Explicit `excerpt`</a></h4>
        <p>Is in <code>markdown</code></p>

      </div>
    
      <div>
        <h4>An empty post means an empty excerpt</h4>
        <h4><a href="posts/post-2.html">An empty post means an empty excerpt</a></h4>
        
      </div>
    
      <div>
        <h4>First block is an excerpt</h4>
        <h4><a href="posts/post-1.html">First block is an excerpt</a></h4>
        <h1>This is our first Post!</h1>

      </div>
    
  </div>
</div>

      
    </div>
  </body>
</html>
 
thread 'excerpts_crlf' panicked at 'assertion failed: edit distance between "<!DOCTYPE html>\n<html>\n    <head>\n        <title>Index</title>\n    </head>\n    <body>\n    <div>\n      \n        <div >\n  <h2>Blog!</h2>\n  <!--<br />-->\n  <div>\n    \n      <div>\n        <h4>Reference-style links immediately below first block do not resolve</h4>\n        <h4><a href=\"posts/post-11.html\">Reference-style links immediately below first block do not resolve</a></h4>\n        <p>References are placed immediately below the first paragraph:\n<a href=\"/0\">30</a> <a href=\"/1\">31</a> <a href=\"/2\">32</a> <a href=\"/3\">33</a>\n<a href=\"/0\">30</a>: /0\n<a href=\"/1\">31</a>: /1\n<a href=\"/2\">32</a>: /2\n<a href=\"/3\">33</a>: /3</p>\n\n      </div>\n    \n      <div>\n        <h4>Reference-style links immediately above first block</h4>\n        <h4><a href=\"posts/post-10.html\">Reference-style links immediately above first block</a></h4>\n        <p>References are placed immediately above the first paragraph:\n<a href=\"/0\">20</a> <a href=\"/1\">21</a> <a href=\"/2\">22</a> <a href=\"/3\">23</a></p>\n\n      </div>\n    \n      <div>\n        <h4>Reference-style links in a non-markdown post do not resolve</h4>\n        <h4><a href=\"posts/post-12.html\">Reference-style links in a non-markdown post do not resolve</a></h4>\n        References are placed below the first paragraph, and are separated from the\nfirst paragraph by a single blank line:\n[40][] [41][] [42][] [43][]\n      </div>\n    \n      <div>\n        <h4>Reference-style links below first block and separated by blank line resolve</h4>\n        <h4><a href=\"posts/post-9.html\">Reference-style links below first block and separated by blank line resolve</a></h4>\n        <p>References are placed below the first paragraph, and are separated from the\nfirst paragraph by a single blank line:\n<a href=\"/0\">10</a> <a href=\"/1\">11</a> <a href=\"/2\">12</a> <a href=\"/3\">13</a></p>\n\n      </div>\n    \n      <div>\n        <h4>Reference-style links above first block and separated by blank line resolve</h4>\n        <h4><a href=\"posts/post-8.html\">Reference-style links above first block and separated by blank line resolve</a></h4>\n        \n      </div>\n    \n      <div>\n        <h4>Explicit excerpts work even in liquid</h4>\n        <h4><a href=\"posts/post-7.html\">Explicit excerpts work even in liquid</a></h4>\n        <strong>explicit</strong> excerpt\n      </div>\n    \n      <div>\n        <h4>Implicit excerpts work only in markdown</h4>\n        <h4><a href=\"posts/post-6.html\">Implicit excerpts work only in markdown</a></h4>\n        <h1>Custom excerpt separator</h1>\n\n<p>Welcome to the 6th post on cobalt.rs!</p>\n\n      </div>\n    \n      <div>\n        <h4>Both excerpt and excerpt separator are there</h4>\n        <h4><a href=\"posts/post-5.html\">Both excerpt and excerpt separator are there</a></h4>\n        <p><code>excerpt</code> wins</p>\n\n      </div>\n    \n      <div>\n        <h4>Custom excerpt separator</h4>\n        <h4><a href=\"posts/post-4.html\">Custom excerpt separator</a></h4>\n        <h1>Custom excerpt separator</h1>\n<p>Welcome to the 4th post on cobalt.rs!</p>\n\n      </div>\n    \n      <div>\n        <h4>Explicit `excerpt`</h4>\n        <h4><a href=\"posts/post-3.html\">Explicit `excerpt`</a></h4>\n        <p>Is in <code>markdown</code></p>\n\n      </div>\n    \n      <div>\n        <h4>An empty post means an empty excerpt</h4>\n        <h4><a href=\"posts/post-2.html\">An empty post means an empty excerpt</a></h4>\n        \n      </div>\n    \n      <div>\n        <h4>First block is an excerpt</h4>\n        <h4><a href=\"posts/post-1.html\">First block is an excerpt</a></h4>\n        <h1>This is our first Post!</h1>\n\n      </div>\n    \n  </div>\n</div>\n\n      \n    </div>\n  </body>\n</html>\n" and "<!DOCTYPE html>\n<html>\n    <head>\n        <title>Index</title>\n    </head>\n    <body>\n    <div>\n      \n        <div >\n  <h2>Blog!</h2>\n  <!--<br />-->\n  <div>\n    \n      <div>\n        <h4>Reference-style links immediately below first block do not resolve</h4>\n        <h4><a href=\"posts/post-11.html\">Reference-style links immediately below first block do not resolve</a></h4>\n        <p>References are placed immediately below the first paragraph:\n<a href=\"/0\">30</a> <a href=\"/1\">31</a> <a href=\"/2\">32</a> <a href=\"/3\">33</a>\n<a href=\"/0\">30</a>: /0\n<a href=\"/1\">31</a>: /1\n<a href=\"/2\">32</a>: /2\n<a href=\"/3\">33</a>: /3</p>\n\n      </div>\n    \n      <div>\n        <h4>Reference-style links immediately above first block</h4>\n        <h4><a href=\"posts/post-10.html\">Reference-style links immediately above first block</a></h4>\n        <p>References are placed immediately above the first paragraph:\n<a href=\"/0\">20</a> <a href=\"/1\">21</a> <a href=\"/2\">22</a> <a href=\"/3\">23</a></p>\n\n      </div>\n    \n      <div>\n        <h4>Reference-style links below first block and separated by blank line resolve</h4>\n        <h4><a href=\"posts/post-9.html\">Reference-style links below first block and separated by blank line resolve</a></h4>\n        <p>References are placed below the first paragraph, and are separated from the\nfirst paragraph by a single blank line:\n<a href=\"/0\">10</a> <a href=\"/1\">11</a> <a href=\"/2\">12</a> <a href=\"/3\">13</a></p>\n\n      </div>\n    \n      <div>\n        <h4>Reference-style links in a non-markdown post do not resolve</h4>\n        <h4><a href=\"posts/post-12.html\">Reference-style links in a non-markdown post do not resolve</a></h4>\n        References are placed below the first paragraph, and are separated from the\nfirst paragraph by a single blank line:\n[40][] [41][] [42][] [43][]\n      </div>\n    \n      <div>\n        <h4>Reference-style links above first block and separated by blank line resolve</h4>\n        <h4><a href=\"posts/post-8.html\">Reference-style links above first block and separated by blank line resolve</a></h4>\n        \n      </div>\n    \n      <div>\n        <h4>Explicit excerpts work even in liquid</h4>\n        <h4><a href=\"posts/post-7.html\">Explicit excerpts work even in liquid</a></h4>\n        <strong>explicit</strong> excerpt\n      </div>\n    \n      <div>\n        <h4>Implicit excerpts work only in markdown</h4>\n        <h4><a href=\"posts/post-6.html\">Implicit excerpts work only in markdown</a></h4>\n        <h1>Custom excerpt separator</h1>\n\n<p>Welcome to the 6th post on cobalt.rs!</p>\n\n      </div>\n    \n      <div>\n        <h4>Both excerpt and excerpt separator are there</h4>\n        <h4><a href=\"posts/post-5.html\">Both excerpt and excerpt separator are there</a></h4>\n        <p><code>excerpt</code> wins</p>\n\n      </div>\n    \n      <div>\n        <h4>Custom excerpt separator</h4>\n        <h4><a href=\"posts/post-4.html\">Custom excerpt separator</a></h4>\n        <h1>Custom excerpt separator</h1>\n<p>Welcome to the 4th post on cobalt.rs!</p>\n\n      </div>\n    \n      <div>\n        <h4>Explicit `excerpt`</h4>\n        <h4><a href=\"posts/post-3.html\">Explicit `excerpt`</a></h4>\n        <p>Is in <code>markdown</code></p>\n\n      </div>\n    \n      <div>\n        <h4>An empty post means an empty excerpt</h4>\n        <h4><a href=\"posts/post-2.html\">An empty post means an empty excerpt</a></h4>\n        \n      </div>\n    \n      <div>\n        <h4>First block is an excerpt</h4>\n        <h4><a href=\"posts/post-1.html\">First block is an excerpt</a></h4>\n        <h1>This is our first Post!</h1>\n\n      </div>\n    \n  </div>\n</div>\n\n      \n    </div>\n  </body>\n</html>\n" is 88 and not 0, see diffset above', tests/mod.rs:52:9
note: Run with `RUST_BACKTRACE=1` for a backtrace.

---- excerpts stdout ----
<!DOCTYPE html>
<html>
    <head>
        <title>Index</title>
    </head>
    <body>
    <div>
      
        <div >
  <h2>Blog!</h2>
  <!--<br />-->
  <div>
    
      <div>
        <h4>Reference-style links immediately below first block do not resolve</h4>
        <h4><a href="posts/post-11.html">Reference-style links immediately below first block do not resolve</a></h4>
        <p>References are placed immediately below the first paragraph:
<a href="/0">30</a> <a href="/1">31</a> <a href="/2">32</a> <a href="/3">33</a>
<a href="/0">30</a>: /0
<a href="/1">31</a>: /1
<a href="/2">32</a>: /2
<a href="/3">33</a>: /3</p>

      </div>
    
      <div>
        <h4>Reference-style links immediately above first block</h4>
        <h4><a href="posts/post-10.html">Reference-style links immediately above first block</a></h4>
        <p>References are placed immediately above the first paragraph:
<a href="/0">20</a> <a href="/1">21</a> <a href="/2">22</a> <a href="/3">23</a></p>

      </div>
    
      <div>
        <h4>Reference-style links in a non-markdown post do not below first block and separated by blank line resolve</h4>
        <h4><a href="posts/post-12.html">Reference-style href="posts/post-9.html">Reference-style links in a non-markdown post do not below first block and separated by blank line resolve</a></h4>
        References <p>References are placed below the first paragraph, and are separated from the
first paragraph by a single blank line:
[40][] [41][] [42][] [43][]
 line:
<a href="/0">10</a> <a href="/1">11</a> <a href="/2">12</a> <a href="/3">13</a></p>

      </div>
    
      <div>
        <h4>Reference-style links below first block and separated by blank line in a non-markdown post do not resolve</h4>
        <h4><a href="posts/post-9.html">Reference-style href="posts/post-12.html">Reference-style links below first block and separated by blank line in a non-markdown post do not resolve</a></h4>
        <p>References References are placed below the first paragraph, and are separated from the
first paragraph by a single blank line:
<a href="/0">10</a> <a href="/1">11</a> <a href="/2">12</a> <a href="/3">13</a></p>

 line:
[40][] [41][] [42][] [43][]
      </div>
    
      <div>
        <h4>Reference-style links above first block and separated by blank line resolve</h4>
        <h4><a href="posts/post-8.html">Reference-style links above first block and separated by blank line resolve</a></h4>
        
      </div>
    
      <div>
        <h4>Explicit excerpts work even in liquid</h4>
        <h4><a href="posts/post-7.html">Explicit excerpts work even in liquid</a></h4>
        <strong>explicit</strong> excerpt
      </div>
    
      <div>
        <h4>Implicit excerpts work only in markdown</h4>
        <h4><a href="posts/post-6.html">Implicit excerpts work only in markdown</a></h4>
        <h1>Custom excerpt separator</h1>

<p>Welcome to the 6th post on cobalt.rs!</p>

      </div>
    
      <div>
        <h4>Both excerpt and excerpt separator are there</h4>
        <h4><a href="posts/post-5.html">Both excerpt and excerpt separator are there</a></h4>
        <p><code>excerpt</code> wins</p>

      </div>
    
      <div>
        <h4>Custom excerpt separator</h4>
        <h4><a href="posts/post-4.html">Custom excerpt separator</a></h4>
        <h1>Custom excerpt separator</h1>
<p>Welcome to the 4th post on cobalt.rs!</p>

      </div>
    
      <div>
        <h4>Explicit `excerpt`</h4>
        <h4><a href="posts/post-3.html">Explicit `excerpt`</a></h4>
        <p>Is in <code>markdown</code></p>

      </div>
    
      <div>
        <h4>An empty post means an empty excerpt</h4>
        <h4><a href="posts/post-2.html">An empty post means an empty excerpt</a></h4>
        
      </div>
    
      <div>
        <h4>First block is an excerpt</h4>
        <h4><a href="posts/post-1.html">First block is an excerpt</a></h4>
        <h1>This is our first Post!</h1>

      </div>
    
  </div>
</div>

      
    </div>
  </body>
</html>
 
thread 'excerpts' panicked at 'assertion failed: edit distance between "<!DOCTYPE html>\n<html>\n    <head>\n        <title>Index</title>\n    </head>\n    <body>\n    <div>\n      \n        <div >\n  <h2>Blog!</h2>\n  <!--<br />-->\n  <div>\n    \n      <div>\n        <h4>Reference-style links immediately below first block do not resolve</h4>\n        <h4><a href=\"posts/post-11.html\">Reference-style links immediately below first block do not resolve</a></h4>\n        <p>References are placed immediately below the first paragraph:\n<a href=\"/0\">30</a> <a href=\"/1\">31</a> <a href=\"/2\">32</a> <a href=\"/3\">33</a>\n<a href=\"/0\">30</a>: /0\n<a href=\"/1\">31</a>: /1\n<a href=\"/2\">32</a>: /2\n<a href=\"/3\">33</a>: /3</p>\n\n      </div>\n    \n      <div>\n        <h4>Reference-style links immediately above first block</h4>\n        <h4><a href=\"posts/post-10.html\">Reference-style links immediately above first block</a></h4>\n        <p>References are placed immediately above the first paragraph:\n<a href=\"/0\">20</a> <a href=\"/1\">21</a> <a href=\"/2\">22</a> <a href=\"/3\">23</a></p>\n\n      </div>\n    \n      <div>\n        <h4>Reference-style links in a non-markdown post do not resolve</h4>\n        <h4><a href=\"posts/post-12.html\">Reference-style links in a non-markdown post do not resolve</a></h4>\n        References are placed below the first paragraph, and are separated from the\nfirst paragraph by a single blank line:\n[40][] [41][] [42][] [43][]\n      </div>\n    \n      <div>\n        <h4>Reference-style links below first block and separated by blank line resolve</h4>\n        <h4><a href=\"posts/post-9.html\">Reference-style links below first block and separated by blank line resolve</a></h4>\n        <p>References are placed below the first paragraph, and are separated from the\nfirst paragraph by a single blank line:\n<a href=\"/0\">10</a> <a href=\"/1\">11</a> <a href=\"/2\">12</a> <a href=\"/3\">13</a></p>\n\n      </div>\n    \n      <div>\n        <h4>Reference-style links above first block and separated by blank line resolve</h4>\n        <h4><a href=\"posts/post-8.html\">Reference-style links above first block and separated by blank line resolve</a></h4>\n        \n      </div>\n    \n      <div>\n        <h4>Explicit excerpts work even in liquid</h4>\n        <h4><a href=\"posts/post-7.html\">Explicit excerpts work even in liquid</a></h4>\n        <strong>explicit</strong> excerpt\n      </div>\n    \n      <div>\n        <h4>Implicit excerpts work only in markdown</h4>\n        <h4><a href=\"posts/post-6.html\">Implicit excerpts work only in markdown</a></h4>\n        <h1>Custom excerpt separator</h1>\n\n<p>Welcome to the 6th post on cobalt.rs!</p>\n\n      </div>\n    \n      <div>\n        <h4>Both excerpt and excerpt separator are there</h4>\n        <h4><a href=\"posts/post-5.html\">Both excerpt and excerpt separator are there</a></h4>\n        <p><code>excerpt</code> wins</p>\n\n      </div>\n    \n      <div>\n        <h4>Custom excerpt separator</h4>\n        <h4><a href=\"posts/post-4.html\">Custom excerpt separator</a></h4>\n        <h1>Custom excerpt separator</h1>\n<p>Welcome to the 4th post on cobalt.rs!</p>\n\n      </div>\n    \n      <div>\n        <h4>Explicit `excerpt`</h4>\n        <h4><a href=\"posts/post-3.html\">Explicit `excerpt`</a></h4>\n        <p>Is in <code>markdown</code></p>\n\n      </div>\n    \n      <div>\n        <h4>An empty post means an empty excerpt</h4>\n        <h4><a href=\"posts/post-2.html\">An empty post means an empty excerpt</a></h4>\n        \n      </div>\n    \n      <div>\n        <h4>First block is an excerpt</h4>\n        <h4><a href=\"posts/post-1.html\">First block is an excerpt</a></h4>\n        <h1>This is our first Post!</h1>\n\n      </div>\n    \n  </div>\n</div>\n\n      \n    </div>\n  </body>\n</html>\n" and "<!DOCTYPE html>\n<html>\n    <head>\n        <title>Index</title>\n    </head>\n    <body>\n    <div>\n      \n        <div >\n  <h2>Blog!</h2>\n  <!--<br />-->\n  <div>\n    \n      <div>\n        <h4>Reference-style links immediately below first block do not resolve</h4>\n        <h4><a href=\"posts/post-11.html\">Reference-style links immediately below first block do not resolve</a></h4>\n        <p>References are placed immediately below the first paragraph:\n<a href=\"/0\">30</a> <a href=\"/1\">31</a> <a href=\"/2\">32</a> <a href=\"/3\">33</a>\n<a href=\"/0\">30</a>: /0\n<a href=\"/1\">31</a>: /1\n<a href=\"/2\">32</a>: /2\n<a href=\"/3\">33</a>: /3</p>\n\n      </div>\n    \n      <div>\n        <h4>Reference-style links immediately above first block</h4>\n        <h4><a href=\"posts/post-10.html\">Reference-style links immediately above first block</a></h4>\n        <p>References are placed immediately above the first paragraph:\n<a href=\"/0\">20</a> <a href=\"/1\">21</a> <a href=\"/2\">22</a> <a href=\"/3\">23</a></p>\n\n      </div>\n    \n      <div>\n        <h4>Reference-style links below first block and separated by blank line resolve</h4>\n        <h4><a href=\"posts/post-9.html\">Reference-style links below first block and separated by blank line resolve</a></h4>\n        <p>References are placed below the first paragraph, and are separated from the\nfirst paragraph by a single blank line:\n<a href=\"/0\">10</a> <a href=\"/1\">11</a> <a href=\"/2\">12</a> <a href=\"/3\">13</a></p>\n\n      </div>\n    \n      <div>\n        <h4>Reference-style links in a non-markdown post do not resolve</h4>\n        <h4><a href=\"posts/post-12.html\">Reference-style links in a non-markdown post do not resolve</a></h4>\n        References are placed below the first paragraph, and are separated from the\nfirst paragraph by a single blank line:\n[40][] [41][] [42][] [43][]\n      </div>\n    \n      <div>\n        <h4>Reference-style links above first block and separated by blank line resolve</h4>\n        <h4><a href=\"posts/post-8.html\">Reference-style links above first block and separated by blank line resolve</a></h4>\n        \n      </div>\n    \n      <div>\n        <h4>Explicit excerpts work even in liquid</h4>\n        <h4><a href=\"posts/post-7.html\">Explicit excerpts work even in liquid</a></h4>\n        <strong>explicit</strong> excerpt\n      </div>\n    \n      <div>\n        <h4>Implicit excerpts work only in markdown</h4>\n        <h4><a href=\"posts/post-6.html\">Implicit excerpts work only in markdown</a></h4>\n        <h1>Custom excerpt separator</h1>\n\n<p>Welcome to the 6th post on cobalt.rs!</p>\n\n      </div>\n    \n      <div>\n        <h4>Both excerpt and excerpt separator are there</h4>\n        <h4><a href=\"posts/post-5.html\">Both excerpt and excerpt separator are there</a></h4>\n        <p><code>excerpt</code> wins</p>\n\n      </div>\n    \n      <div>\n        <h4>Custom excerpt separator</h4>\n        <h4><a href=\"posts/post-4.html\">Custom excerpt separator</a></h4>\n        <h1>Custom excerpt separator</h1>\n<p>Welcome to the 4th post on cobalt.rs!</p>\n\n      </div>\n    \n      <div>\n        <h4>Explicit `excerpt`</h4>\n        <h4><a href=\"posts/post-3.html\">Explicit `excerpt`</a></h4>\n        <p>Is in <code>markdown</code></p>\n\n      </div>\n    \n      <div>\n        <h4>An empty post means an empty excerpt</h4>\n        <h4><a href=\"posts/post-2.html\">An empty post means an empty excerpt</a></h4>\n        \n      </div>\n    \n      <div>\n        <h4>First block is an excerpt</h4>\n        <h4><a href=\"posts/post-1.html\">First block is an excerpt</a></h4>\n        <h1>This is our first Post!</h1>\n\n      </div>\n    \n  </div>\n</div>\n\n      \n    </div>\n  </body>\n</html>\n" is 88 and not 0, see diffset above', tests/mod.rs:52:9


failures:
    excerpts
    excerpts_crlf

test result: FAILED. 30 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out

error: test failed, to rerun pass '--test mod'
==> ERROR: A failure occurred in check().

@epage
Copy link
Member

epage commented Jan 29, 2019

Looks like the same as #457 which I'm still unsure how its happening.

@epage
Copy link
Member

epage commented Jan 31, 2019

Uploading a new version of cobalt now.

@epage
Copy link
Member

epage commented Jan 31, 2019

And of course, I forgot the lock file. Re-uploading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants