<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mason/lua/mason-core/managers/powershell/init.lua, branch v1.6.2</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/mason/atom/lua/mason-core/managers/powershell/init.lua?h=v1.6.2</id>
<link rel='self' href='http://git.sudomsg.com/mirror/mason/atom/lua/mason-core/managers/powershell/init.lua?h=v1.6.2'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/'/>
<updated>2023-04-08T11:52:39Z</updated>
<entry>
<title>fix(powershell): close stdin (#1197)</title>
<updated>2023-04-08T11:52:39Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-08T11:52:39Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=33e0d59e52dd6da0f48f0052c63dfa9ef98a8229'/>
<id>urn:sha1:33e0d59e52dd6da0f48f0052c63dfa9ef98a8229</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: only schedule in a.scheduler() when in fast event (#1170)</title>
<updated>2023-04-02T22:33:48Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-04-02T22:33:48Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=0114336145771ff7c528debba52c5ff21bf6f7a2'/>
<id>urn:sha1:0114336145771ff7c528debba52c5ff21bf6f7a2</id>
<content type='text'>
Explicitly schedule via `a.wait(vim.schedule)` instead.</content>
</entry>
<entry>
<title>style: enforce import order (#1092)</title>
<updated>2023-03-12T08:26:02Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-12T08:26:02Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=698cd0c4f10480991e665f31977650858d625af1'/>
<id>urn:sha1:698cd0c4f10480991e665f31977650858d625af1</id>
<content type='text'>
* chore(workflows): update dependencies

* style: enforce import order</content>
</entry>
<entry>
<title>refactor(powershell): remove .script and fix fast API error (#1057)</title>
<updated>2023-03-05T01:55:51Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2023-03-05T01:55:51Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=c79ba10813ab6977e13f1c7321b3c2c3ae792afa'/>
<id>urn:sha1:c79ba10813ab6977e13f1c7321b3c2c3ae792afa</id>
<content type='text'>
Calling vim.fn.executable in the module scope has potential to error
if the module is required outside of the main loop.</content>
</entry>
<entry>
<title>fix(powershell): terminate stdin with newline (#818)</title>
<updated>2022-12-28T09:36:15Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-12-28T09:36:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=e28907b69dbfbae6b4cf66a906533edc5cfe9844'/>
<id>urn:sha1:e28907b69dbfbae6b4cf66a906533edc5cfe9844</id>
<content type='text'>
Powershell doesn't seem to be closing the process after commands finsh
executing and stdin is closed, not entirely sure why. This seems to fix
the issue.</content>
</entry>
<entry>
<title>refactor: interact with libuv pipes in async context (#808)</title>
<updated>2022-12-26T16:43:01Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-12-26T16:43:01Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=21a2475da458e97be798bdc9261da24460da5c65'/>
<id>urn:sha1:21a2475da458e97be798bdc9261da24460da5c65</id>
<content type='text'>
Also now properly close pipes (shutdown -&gt; close).</content>
</entry>
<entry>
<title>feat(powershell): set $ErrorActionPreference = "Stop"; (#807)</title>
<updated>2022-12-26T16:38:44Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-12-26T16:38:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=e3d469e7712b81b752cb63813fc7c79e18df279d'/>
<id>urn:sha1:e3d469e7712b81b752cb63813fc7c79e18df279d</id>
<content type='text'>
Also write to stdin pipe asynchronously.</content>
</entry>
<entry>
<title>fix(powershell): use pwsh if available (#782)</title>
<updated>2022-12-21T10:51:36Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-12-21T10:51:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=8240d7da6b2800aaacb0bec71a268cba62130814'/>
<id>urn:sha1:8240d7da6b2800aaacb0bec71a268cba62130814</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "chore: use pwsh instead of powershell (#706)" (#769)</title>
<updated>2022-12-19T10:06:58Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-12-19T10:06:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=e1556b8e2ae846f8edd47b88c34f600b13ac0284'/>
<id>urn:sha1:e1556b8e2ae846f8edd47b88c34f600b13ac0284</id>
<content type='text'>
This reverts commit e64dffb84e84e67836a05707a95b1d81fe698481.</content>
</entry>
<entry>
<title>chore: use pwsh instead of powershell (#706)</title>
<updated>2022-11-29T15:49:56Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-11-29T15:49:56Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=e64dffb84e84e67836a05707a95b1d81fe698481'/>
<id>urn:sha1:e64dffb84e84e67836a05707a95b1d81fe698481</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: upgrade stylua to 0.15.0 (#454)</title>
<updated>2022-09-22T12:01:21Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-09-22T12:01:21Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=4a5aaf7d4cf91b595b8defc0f3ed9b5c995755ad'/>
<id>urn:sha1:4a5aaf7d4cf91b595b8defc0f3ed9b5c995755ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: introduce selene, harden type defs, and use proper EmmyLua syntax (#296)</title>
<updated>2022-08-15T19:03:06Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-08-15T19:03:06Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=3c62386a396ae0c1cd7adbaacc379eb4af072a65'/>
<id>urn:sha1:3c62386a396ae0c1cd7adbaacc379eb4af072a65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: add mason-schemas and mason-core modules (#29)</title>
<updated>2022-07-08T16:34:38Z</updated>
<author>
<name>William Boman</name>
<email>william@redwill.se</email>
</author>
<published>2022-07-08T16:34:38Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/mason/commit/?id=976aa4fbee8a070f362cab6f6ec84e9251a90cf9'/>
<id>urn:sha1:976aa4fbee8a070f362cab6f6ec84e9251a90cf9</id>
<content type='text'>
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig

* refactor: add mason-core module</content>
</entry>
</feed>
