<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/frege-gradle-plugin.git, 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>Interact better with gradle java plugin</title>
<updated>2022-06-23T22:06:42+00:00</updated>
<author>
<name>nea</name>
<email>romangraef@gmail.com</email>
</author>
<published>2022-06-23T22:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=4e72b93f9cab4e720495903595a9d9c5bb27c1e1'/>
<id>4e72b93f9cab4e720495903595a9d9c5bb27c1e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for the frege-intellij plugin</title>
<updated>2022-06-23T21:17:58+00:00</updated>
<author>
<name>nea</name>
<email>romangraef@gmail.com</email>
</author>
<published>2022-06-23T21:17:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=0721b7cb0e9e680c3e2541b685b1ba7b9a80cb4b'/>
<id>0721b7cb0e9e680c3e2541b685b1ba7b9a80cb4b</id>
<content type='text'>
This commit adds support for the frege intellij plugin by

 - exposing the frege compiler jar as a dependency, so the plugin can
   recognize the standard library.
 - adding the name 'fregeRun' as that is used by the plugin to run files
 - add support for overriding the main module executed by runFrege so
   that arbitary files can be run by the plugin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds support for the frege intellij plugin by

 - exposing the frege compiler jar as a dependency, so the plugin can
   recognize the standard library.
 - adding the name 'fregeRun' as that is used by the plugin to run files
 - add support for overriding the main module executed by runFrege so
   that arbitary files can be run by the plugin
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #33 from tricktron/f-dependent-frege-files-with-wrong-source-path</title>
<updated>2022-04-06T12:44:38+00:00</updated>
<author>
<name>tricktron</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2022-04-06T12:44:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=56a7af2bb5f1eaf09c2c5ad8ea81c6f402a98725'/>
<id>56a7af2bb5f1eaf09c2c5ad8ea81c6f402a98725</id>
<content type='text'>
Frege Compiler Make Mode Test</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Frege Compiler Make Mode Test</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: add test</title>
<updated>2022-04-06T12:31:52+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2022-04-06T12:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=c2fda93343d5c12821502741d1c1c65cdbb157ee'/>
<id>c2fda93343d5c12821502741d1c1c65cdbb157ee</id>
<content type='text'>
The following applies if the frege compiler is run with the `-make`
[flag](https://github.com/Frege/frege/wiki/Compiler-Manpage#make-mode):
Given two dependent frege files. If the `mainSourceDir` property is not
correctly configured, then the frege compiler cannot find the dependent
frege file and will therefore fail the compilation.

The frege compiler starts at the `mainSourceDir` and searches
recursively for dependent modules. E.g. If `mod.Main.fr` imports `other.Dep.fr`
then the frege compilers searches for `mainSourceDir/other/Dep.fr`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following applies if the frege compiler is run with the `-make`
[flag](https://github.com/Frege/frege/wiki/Compiler-Manpage#make-mode):
Given two dependent frege files. If the `mainSourceDir` property is not
correctly configured, then the frege compiler cannot find the dependent
frege file and will therefore fail the compilation.

The frege compiler starts at the `mainSourceDir` and searches
recursively for dependent modules. E.g. If `mod.Main.fr` imports `other.Dep.fr`
then the frege compilers searches for `mainSourceDir/other/Dep.fr`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #32 from tricktron/f-rename-configuration</title>
<updated>2022-03-10T08:44:07+00:00</updated>
<author>
<name>tricktron</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2022-03-10T08:44:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=0977993321884fdb4ab14f9cbcb3602e120bfdc5'/>
<id>0977993321884fdb4ab14f9cbcb3602e120bfdc5</id>
<content type='text'>
Renames Configuration: implementation -&gt; frege</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Renames Configuration: implementation -&gt; frege</pre>
</div>
</content>
</entry>
<entry>
<title>fix: renames configuration implementation -&gt; frege</title>
<updated>2022-03-10T08:37:46+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2022-03-10T08:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=b4c4977ba4526094f2b20cfa3fe73e210672e9e2'/>
<id>b4c4977ba4526094f2b20cfa3fe73e210672e9e2</id>
<content type='text'>
The name implementation is already used by the java plugin and it
leads to conflicts when combining both plugins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The name implementation is already used by the java plugin and it
leads to conflicts when combining both plugins.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #31 from tricktron/f-test-task</title>
<updated>2022-03-09T17:08:57+00:00</updated>
<author>
<name>tricktron</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2022-03-09T17:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=77dd1ed3d3f451fe2a58cfdaad1329777777d3b4'/>
<id>77dd1ed3d3f451fe2a58cfdaad1329777777d3b4</id>
<content type='text'>
Adds testFrege Task</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds testFrege Task</pre>
</div>
</content>
</entry>
<entry>
<title>feat: adds testFrege task</title>
<updated>2022-03-09T17:02:17+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2022-03-09T17:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=68562738c90ede953ab3e4c24c0fa9aef79c8c6d'/>
<id>68562738c90ede953ab3e4c24c0fa9aef79c8c6d</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 #29 from tricktron/f-init-task</title>
<updated>2022-03-08T21:00:08+00:00</updated>
<author>
<name>tricktron</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2022-03-08T21:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=0fb7e5baa3b1418e69f04716d20ad0f8bbdb5992'/>
<id>0fb7e5baa3b1418e69f04716d20ad0f8bbdb5992</id>
<content type='text'>
Adds initFrege Task</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds initFrege Task</pre>
</div>
</content>
</entry>
<entry>
<title>chore: updates readme with initFrege task</title>
<updated>2022-03-08T20:49:08+00:00</updated>
<author>
<name>Thibault Gagnaux</name>
<email>tgagnaux@gmail.com</email>
</author>
<published>2022-03-08T20:49:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/frege-gradle-plugin.git/commit/?id=2a43784df3363e193d5d3f274b062fa46f77457b'/>
<id>2a43784df3363e193d5d3f274b062fa46f77457b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
