<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/frege-gradle-plugin.git, branch v1.5.0-alpha</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/'/>
<entry>
<title>Merge pull request #13 from tricktron/f-repl-frege-v2</title>
<updated>2021-12-11T10:54:24+00:00</updated>
<author>
<name>tricktron</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-12-11T10:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=3c4bfaeb12fc7480782efd5f2f78831ab0761bbb'/>
<id>3c4bfaeb12fc7480782efd5f2f78831ab0761bbb</id>
<content type='text'>
Frege Repl Refactoring</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Frege Repl Refactoring</pre>
</div>
</content>
</entry>
<entry>
<title>chore: updates readme for `replFrege` task v2</title>
<updated>2021-12-11T09:54:04+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-12-11T09:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=e7b73f3a18c487efe6122e875f0b1ff96af3dd8f'/>
<id>e7b73f3a18c487efe6122e875f0b1ff96af3dd8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: adds an internal `depsFrege` task and simplifes `replFrege`</title>
<updated>2021-12-10T08:31:44+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-12-10T08:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=815cc93c870a2a857de8c5dd1dcc8c9aa5b4f2a8'/>
<id>815cc93c870a2a857de8c5dd1dcc8c9aa5b4f2a8</id>
<content type='text'>
- `depsFregeTask`: only internal use for the vscode plugin to automate the
repl code lens.
- `replFregeTask`: simplified to only print the command to start the repl because
starting and interacting through a console is not gradle's core strength. See
https://github.com/tricktron/frege-gradle-plugin/issues/11.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- `depsFregeTask`: only internal use for the vscode plugin to automate the
repl code lens.
- `replFregeTask`: simplified to only print the command to start the repl because
starting and interacting through a console is not gradle's core strength. See
https://github.com/tricktron/frege-gradle-plugin/issues/11.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: only asserts a substring of the classpath</title>
<updated>2021-12-09T08:14:05+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-12-09T08:14:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=401e4b8752d873465ac197ff1cc7ae3484608ddf'/>
<id>401e4b8752d873465ac197ff1cc7ae3484608ddf</id>
<content type='text'>
Increases the max number of test processes, which may reduce the
test execution time.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Increases the max number of test processes, which may reduce the
test execution time.
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: adds test case for classpath with external dependencies</title>
<updated>2021-12-09T07:56:50+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-12-09T07:56:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=a27c9f5d904b67b54a1a6c59e285cd0b76a1c4ea'/>
<id>a27c9f5d904b67b54a1a6c59e285cd0b76a1c4ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: replFrege task v2 returns classpath with all dependencies</title>
<updated>2021-12-08T18:19:06+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-12-08T18:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=420ecbdfde5ef96186fc0a805fa4d1d449d8d889'/>
<id>420ecbdfde5ef96186fc0a805fa4d1d449d8d889</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: adds `System.in` as StandardInput to make `ReplFrege` task interactively</title>
<updated>2021-11-28T11:10:06+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-28T10:40:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=8fed7811e535d3f8892ea16f7587e461ef1ee98e'/>
<id>8fed7811e535d3f8892ea16f7587e461ef1ee98e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6 from tricktron/f-repl-task</title>
<updated>2021-11-24T09:38:43+00:00</updated>
<author>
<name>tricktron</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-24T09:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=133a0cc6e0c5d5130f415cf8d9bb7155a702d2d0'/>
<id>133a0cc6e0c5d5130f415cf8d9bb7155a702d2d0</id>
<content type='text'>
Adds `replFrege` Task</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds `replFrege` Task</pre>
</div>
</content>
</entry>
<entry>
<title>feat: adds `replFrege` task</title>
<updated>2021-11-24T09:27:00+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-24T09:27:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=1f13c769f57d4670cee462b6cf741efb5f5a8cd6'/>
<id>1f13c769f57d4670cee462b6cf741efb5f5a8cd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: updates readme</title>
<updated>2021-11-24T07:24:49+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-24T07:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=4f287790c285a1503bc05d75e1561de122f9a79e'/>
<id>4f287790c285a1503bc05d75e1561de122f9a79e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
