Skip to content

Releases: Tritlo/PropR

ICSE 2022 Artifact

27 Jan 08:50
6947618
Compare
Choose a tag to compare

The program as it was when submitted to ICSE '22 (with minor readme/CI adjustments)

Initial Release

06 Dec 15:40
Compare
Choose a tag to compare

This is the version we got accepted to ICSE '22!

Handles most things

04 Aug 20:19
5d378a2
Compare
Choose a tag to compare
Handles most things Pre-release
Pre-release
[BugFix] Docker-Workflow should do proper Login (#61)

Old CI Tried to make a login to public docker hub, 
and used the personal token not the repository token.

v0.4 - New Name and New Genetics

07 Jul 06:20
Compare
Choose a tag to compare
Pre-release

Major Changes:

  • Re-Implementation of Genetic Parts
  • Renaming to Endemic from HenProg
  • Partial use of Parallelization (Waiting for feedback from bigger experiments where to look)

Next Goals:

  • Reuse of old search as breadth first alternative
  • Docker Support & Example
  • Broad support for Configuration

Known Issues:

  • No Windows Support
  • MacOS needs a special cabal configuration (See README.md)

v0.3

05 Mar 02:57
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Initial version now complete, which takes in a module path as an argument and tries to repair it.

Run with cabal run ghc-synth -- <module/path> to automatically repair the first function declared that is involved in a property.

v0.2

07 Jan 00:55
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Now supports naive polymorphic types

Not terribly slow, and works!

05 Jan 17:21
Compare
Choose a tag to compare
Pre-release
v0.1

Only print non-hole errors, if present