<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/frege-gradle-plugin.git/src/test/java/ch/fhnw, branch master</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>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 `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>refactor: tests and makes `FregeDTOBuilder` a singleton</title>
<updated>2021-11-09T23:37:04+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-11-09T23:37:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=06d18924294dfe78eaba8eafe3a5ec559c43aecb'/>
<id>06d18924294dfe78eaba8eafe3a5ec559c43aecb</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>Refactor: Uses junit5 nested tests for a better structure</title>
<updated>2021-07-08T14:04:54+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>thibault.gagnaux@bit.admin.ch</email>
</author>
<published>2021-07-08T10:18:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=ce39d8f5cdfae2788c4664e08d895afead76c682'/>
<id>ce39d8f5cdfae2788c4664e08d895afead76c682</id>
<content type='text'>
Setups missing java 11 in the github workflow
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Setups missing java 11 in the github workflow
</pre>
</div>
</content>
</entry>
<entry>
<title>Splits tests into fast unit tests and slow functional tests</title>
<updated>2021-07-07T20:58:47+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2021-07-07T20:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=2fceaad440fffc1f6edbd8e4887469cc948edb5d'/>
<id>2fceaad440fffc1f6edbd8e4887469cc948edb5d</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>
