<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/frege-gradle-plugin.git/src/main/java/ch/fhnw/thga/gradleplugins/FregeExtension.java, branch feature/intellij-new</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>refactor: finishes the replFregeTask refactoring</title>
<updated>2022-02-23T10:06:00+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2022-02-23T10:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=a4879784e7be87b5ee184b47eb8faba635019a5d'/>
<id>a4879784e7be87b5ee184b47eb8faba635019a5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: continues with staged builder refactoring</title>
<updated>2022-02-09T20:37:28+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2022-02-09T20:37:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=0aa4dd065ee78f9acc88b39625cc4a9b47f6c944'/>
<id>0aa4dd065ee78f9acc88b39625cc4a9b47f6c944</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: renames `replModule` -&gt; `replSource` and updates readme</title>
<updated>2021-12-21T12:51:57+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-12-21T12:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=4aa7c0a5e3935c730d82b091ab23ae7cd8a2db71'/>
<id>4aa7c0a5e3935c730d82b091ab23ae7cd8a2db71</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: adds `replSource` property and command-line option</title>
<updated>2021-12-21T10:22:55+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-12-20T19:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=992490f446720cd4cf4fb9aadff463b2328a8287'/>
<id>992490f446720cd4cf4fb9aadff463b2328a8287</id>
<content type='text'>
The `replSource` property specifies the frege source file that you want to
load into the repl. It is excluded in the `fregeCompile` task so that
we don't get two java class files (one from `compileFrege` and one
from the fregeRepl `:l` command) that shadow each other on the classpath.

As a result, we can make interactive changes to the `replSource` file and
use the `:r` reload command to see them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `replSource` property specifies the frege source file that you want to
load into the repl. It is excluded in the `fregeCompile` task so that
we don't get two java class files (one from `compileFrege` and one
from the fregeRepl `:l` command) that shadow each other on the classpath.

As a result, we can make interactive changes to the `replSource` file and
use the `:r` reload command to see them.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Adds incremental build and build cache support for the `fregeCompile` task</title>
<updated>2021-11-17T08:50:12+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-17T08:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=8c987f0a58470953dc3ac1b9cdff1ac55aaa4e81'/>
<id>8c987f0a58470953dc3ac1b9cdff1ac55aaa4e81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: adds `compilerFlags` property to configure the Frege compiler</title>
<updated>2021-11-16T15:45:06+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-16T15:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=b996814fc3255338d7eae5a58c9b58dbf9229154'/>
<id>b996814fc3255338d7eae5a58c9b58dbf9229154</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: adds two tests and makes them pass for new `runFregeTask`</title>
<updated>2021-11-09T21:26:45+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-09T21:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=42bdca9c70e54d095e9ebfd69e82d1bca15bf9ac'/>
<id>42bdca9c70e54d095e9ebfd69e82d1bca15bf9ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactors tests</title>
<updated>2021-07-07T15:21:33+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>thibault.gagnaux@bit.admin.ch</email>
</author>
<published>2021-07-07T15:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=cd5d39b867ad5435039d1a47244252078600ca0b'/>
<id>cd5d39b867ad5435039d1a47244252078600ca0b</id>
<content type='text'>
- Uses the builder pattern to simplify the creation of `build.gradle` test
files.
- Adds `gradlew clean test` github workflow
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Uses the builder pattern to simplify the creation of `build.gradle` test
files.
- Adds `gradlew clean test` github workflow
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds `fregeCompile` task with some tests</title>
<updated>2021-07-02T10:52:16+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>thibault.gagnaux@bit.admin.ch</email>
</author>
<published>2021-07-02T10:52:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=587d0943327c7bf26a6378c1a710b3b971102ea2'/>
<id>587d0943327c7bf26a6378c1a710b3b971102ea2</id>
<content type='text'>
Upgrades gradle-wrapper to version `7.1`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upgrades gradle-wrapper to version `7.1`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactors `SetupFregeCompilerTask` tests</title>
<updated>2021-07-01T17:09:02+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-07-01T17:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=5ad88075e8e67ece6673999ffd06260c2b5d298d'/>
<id>5ad88075e8e67ece6673999ffd06260c2b5d298d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
