<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-polyglot/spec, branch v3.3.3</title>
<subtitle>polyglot fork - https://github.com/sheerun/vim-polyglot</subtitle>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/'/>
<entry>
<title>Increase test file parsing timeout (#288)</title>
<updated>2018-04-03T10:30:51+00:00</updated>
<author>
<name>David Briscoe</name>
<email>idbrii@gmail.com</email>
</author>
<published>2018-04-03T10:30:51+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=cab6866e21341cab7419cdb4ae1fd18437d31bb0'/>
<id>cab6866e21341cab7419cdb4ae1fd18437d31bb0</id>
<content type='text'>
There's been several PRs that inexplicably failed tests.

PR #279 (applescript) failed with "should parse test.em file" despite
the exact same PR #286 passing (I've removed one of them, sorry again
about that).

PR #268 (pandoc) failed with "parse test.erb file" but doesn't mess with
eruby.

PR #281 (readme) failed with "should parse test.jsx file" but it's a one
word change to the readme!

My assumption is that vim startup on Travis is near the edge of the
timeout so we're getting false failures. (I'm not familiar with
Vimrunner or rspec, but I assume this code is just testing that vim
doesn't throw errors one edit and automatically exits at the end of the
block.)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's been several PRs that inexplicably failed tests.

PR #279 (applescript) failed with "should parse test.em file" despite
the exact same PR #286 passing (I've removed one of them, sorry again
about that).

PR #268 (pandoc) failed with "parse test.erb file" but doesn't mess with
eruby.

PR #281 (readme) failed with "should parse test.jsx file" but it's a one
word change to the readme!

My assumption is that vim startup on Travis is near the edge of the
timeout so we're getting false failures. (I'm not familiar with
Vimrunner or rspec, but I assume this code is just testing that vim
doesn't throw errors one edit and automatically exits at the end of the
block.)</pre>
</div>
</content>
</entry>
<entry>
<title>Allow for reusing vim server locally (testing)</title>
<updated>2013-12-27T15:44:34+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2013-12-27T15:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=e45b23b6ee6e3b00ba4c7111f0c703f93fea9123'/>
<id>e45b23b6ee6e3b00ba4c7111f0c703f93fea9123</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Try to not reuse server for Travis</title>
<updated>2013-12-27T15:40:01+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2013-12-27T15:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=a0c5f3ee5593760d92791c615540658108dbdfe8'/>
<id>a0c5f3ee5593760d92791c615540658108dbdfe8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set timeout on test cases</title>
<updated>2013-12-26T23:06:18+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2013-12-26T23:06:18+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=6b8c72637f4c414e11ca52d054ebe8690285113e'/>
<id>6b8c72637f4c414e11ca52d054ebe8690285113e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: For some reason stylus test hangs on travis</title>
<updated>2013-12-26T23:01:14+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2013-12-26T22:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=c225bf8826aaa4701510e807e2b61533681164ef'/>
<id>c225bf8826aaa4701510e807e2b61533681164ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: For some reason stylus test hangs on travis</title>
<updated>2013-12-26T22:42:00+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2013-12-26T22:42:00+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=20125ac3acc8624c294521b3771de3d38b2b7bce'/>
<id>20125ac3acc8624c294521b3771de3d38b2b7bce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test all possible file extensions, fixes #7</title>
<updated>2013-12-26T22:03:02+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2013-12-26T22:03:02+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=56d5fc498b8538fe23dedf9bacec1286466fee28'/>
<id>56d5fc498b8538fe23dedf9bacec1286466fee28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: Build spec, use bash, check return status</title>
<updated>2013-09-14T18:46:47+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2013-09-14T18:46:47+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=97a0bdcef69ca69db74cfeb3129b2df9736b83b1'/>
<id>97a0bdcef69ca69db74cfeb3129b2df9736b83b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add simple spec for build script</title>
<updated>2013-09-14T18:42:27+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2013-09-14T18:42:27+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=0ac0389039fa782316fd791b4bf174dd02b9725f'/>
<id>0ac0389039fa782316fd791b4bf174dd02b9725f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move specs location one level down</title>
<updated>2013-09-14T18:20:59+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2013-09-14T18:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=27f22774b112c613d88edae351ac1fe15ee59441'/>
<id>27f22774b112c613d88edae351ac1fe15ee59441</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
