Skip to content

Releases: Fault-lang/Fault

v0.1.0

26 Mar 17:08
02e37f1
Compare
Choose a tag to compare

Changelog

  • 44faf04 Add mutation tests (#2)
  • 32f0e33 Adding Booleans (#8)
  • 7f7d32f Beginning of State charts (#11)
  • 80d9556 Bellmar/doc example bugs (#25)
  • 02e37f1 Bellmar/goreleaser (#31)
  • f13fec5 Bellmar/whens thens (#24)
  • 1f45cf6 Builtin advance (#15)
  • 7e5c8a8 Continuing with state charts (#12)
  • 2a84243 Create CONTRIBUTORS.md
  • 995598a Finishing up state charts (#14)
  • 78ba034 Forgot to update the command flags on the docker side
  • 3ec9518 Improving spec validation (#29)
  • 2633140 Increasing testing to bring mutation coverage up to 60% (#3)
  • 9069ab9 Interface attempt 2 (#18)
  • 2a7bcf0 Merge branch 'main' into state-charts
  • 4d966f9 Merge branch 'main' of https://github.com/Fault-lang/Fault
  • 85ec431 Merge branch 'main' of https://github.com/Fault-lang/Fault
  • b930291 Merge branch 'main' of https://github.com/Fault-lang/Fault
  • e3c44b7 Merge branch 'main' of https://github.com/Fault-lang/Fault
  • c1b1691 Merge branch 'main' of https://github.com/Fault-lang/Fault into main
  • 4ef202d Merge branch 'main' of https://github.com/Fault-lang/Fault into main
  • 6d1e3bb Misc fixes (#16)
  • 40a6751 Redoing namespace (#13)
  • 1e82d19 Refactoring assert generation + temporal logic (#4)
  • 2b993de Refactoring smt (#23)
  • 2fca03b Running on Windows (#30)
  • a1da903 Some fixes found when testing meaningful examples (#17)
  • 22db57e Update README.md
  • 723a515 Update README.md
  • ef95996 Update issue templates
  • 4806526 Updated config.yml
  • 6a69847 Working on the interface (#7)
  • 6259932 a little bit of cleanup and getting rid of the loop on struct property order
  • f607b93 adding new tests to llvm/name to help mutation score
  • 47fe8ac adding solvables (uncertains and unknown)
  • 155de37 adjusting style issues on utils
  • d2c6092 adjustments to execution to accomodate yices
  • 1069555 asserts/assumes not passed on in main function (whoops)
  • 1dd177a basic assertions
  • 04d0b1e big in uncertain annotations
  • 6143cc8 breaking out assert/assume generation into smaller functions
  • 97a8008 bug in constant handling
  • c2ee9ee bug with Prefix
  • 748573c change AST
  • b631e40 changing clock to now
  • 71dba4c cleaning up and consolidating old test files
  • cc7e5e4 delete unnecessary line
  • 09ea4ef do not remove leading slashes from host and change order of sat/unsat check
  • c416a46 edge cases with preprocessing and typechecking
  • 802c153 error handling on antlr listener
  • e6295df file not filepath is the correct variable in the shell script
  • aaa4db8 first grammar for state charts
  • 338ecf5 fixing Temporal2 test
  • 3375925 fixing a infinite loop with constants referenced in structs during type checking and updated ir test to reflect change in parameter order
  • a4f2772 fixing a misunderstanding in the filepath formatting
  • 4f11f85 fixing broken error handling
  • 5aff0d9 fixing bug in parsing negative floats from the solver response
  • 7ea758d fixing bug not found by test suite
  • ff6bbdc fixing flakey test
  • 601e06c fixing line breaks on output
  • 1da85bf fixing some small bugs including returns on after blocks
  • f8442a2 fixing some tests
  • ba8c725 fixing testings (#6)
  • d658101 fixing tests (oops forgot to run all of them)
  • 8d2c3f9 forgot to uncomment some tests and more tweaks to filepaths
  • c51d680 get readme up to date
  • 38defd1 handling multiple imports in one block
  • be38b30 init
  • eec36f9 init bubbletea interface
  • d5f69f7 init state charts
  • e52f332 knocking out edge cases with ors, xors, ands in statecharts
  • bd4b536 lol jk! tweaking the grammar of state charts to make more sense
  • 378012d moving fork logic to its own package
  • 1b47639 moving rules to their own subpackage
  • c0296d5 moving variable data over to own package and starting generator
  • 9395b99 mystery changes, maybe bug in mutesting library O.o
  • cfff092 no sat should not override the rest of visualization output (#22)
  • 9b351fd nothing like truly f-ing up your branches...
  • dfaeb66 one additional test
  • d3b5f2b prototype ir for builtins plus minor adjustments to AST
  • 59683c7 remove fuzzer
  • 8d56a21 removing stray equals from the command line arg iputs
  • 7b31a95 removing the Makefile for antlr grammars
  • 33e3729 renaming parse functions that don't involve parsing to create XXX rule functions
  • 66cd3f3 resolving some local conflicts
  • a2a64f7 rough implementation of state charts to llvm. Lots of cleanup needed
  • 5fc318a sloppy commit, but when starting state chart temporals I decided to change the approach to handling rounds
  • fcac663 sloppy save point, first draft of new parse and generation of asserts
  • b53cc34 some style clean up
  • 94bc5f4 splitting temporal types
  • 1d0cc33 state charts support in parser
  • 680e214 stray bugs with parsing SMT response, etc
  • dc1e912 temporarily committing out flaking tests, I know formatting of results is broken will fix before inviting contribs
  • 853751c this commit is out of control, started as preventing asserts against expired states, became something different, plus clean up
  • 82962b7 tightening up the functions around VarRounds
  • e89091b tweaking filepath formatting
  • 4472458 tweaking mutantion fail criteria
  • 0008396 tweaking the split of mutation tests in circleCI
  • 76323e1 update README.md
  • 978ca1e update README.md with proper install instructions.
  • 6d68a64 updating README
  • 0e1ef98 updating README.md
  • 07317ca updating command line interface to be consistent across Docker and main.go
  • 7e004d1 updating listener, plus undoing a tweak to grammar that broke tests
  • fb7117d wiring up error handling
  • 9807b85 working out some bugs in version command
  • 36be545 yices requires logic be set explicitly