<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vim-polyglot/spec/loading_spec.rb, branch v4.9.8</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>Update travis script</title>
<updated>2020-05-31T21:42:04+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2020-05-31T21:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=62f004c3da465152e85c2e95f6b21076f2708b6b'/>
<id>62f004c3da465152e85c2e95f6b21076f2708b6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FIx CI build freezing (#398)</title>
<updated>2019-05-01T21:52:54+00:00</updated>
<author>
<name>German Lashevich</name>
<email>design.ber@gmail.com</email>
</author>
<published>2019-05-01T21:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=e8245dbf1746aa59774124de1c77ffc4d8b5b52f'/>
<id>e8245dbf1746aa59774124de1c77ffc4d8b5b52f</id>
<content type='text'>
* Kill vim server

* Fix incorrect usage of rspec

* Add build stage to CI

* Try using new server for each run

* Sort and uniq test files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Kill vim server

* Fix incorrect usage of rspec

* Add build stage to CI

* Try using new server for each run

* Sort and uniq test files
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regexp</title>
<updated>2019-03-10T18:11:11+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2019-03-10T18:11:11+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=8b3a563bd0e4b2fad7c81a27844c2f8312fb60ec'/>
<id>8b3a563bd0e4b2fad7c81a27844c2f8312fb60ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test extensions</title>
<updated>2019-03-10T17:49:28+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2019-03-10T17:49:28+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=0475f2b8d193fa2e69752f7ed40b381c54f858c9'/>
<id>0475f2b8d193fa2e69752f7ed40b381c54f858c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update timeout and ruby version</title>
<updated>2019-03-10T17:46:17+00:00</updated>
<author>
<name>Adam Stankiewicz</name>
<email>sheerun@sher.pl</email>
</author>
<published>2019-03-10T17:46:17+00:00</published>
<link rel='alternate' type='text/html' href='http://normalmode.org/malf/x/vim-polyglot/commit/?id=1d9a032a66739f900970d9b335b854fe93a4a5f3'/>
<id>1d9a032a66739f900970d9b335b854fe93a4a5f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>
</feed>
