Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bamapro-2019-ss
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • student-projects
  • bamapro-2019-ss
  • Merge requests
  • !7

Merging both the internal and external approach

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bennet Bleßmann requested to merge elm-ast-to-smt-input-add-flag into master May 17, 2019
  • Overview 5
  • Commits 32
  • Changes 50

Merging both the integrated and external verifier approach.

In this Merge Request the elm-ast-to-smt-input folder has been moved into elm-verify and been renamed to elm-verify-inetgrated and now depends on the elm-compiler-library module in elm-verify.

The submodule for the elm-compiler-lib has both versions merged and adjusted to build both an executable (for integrated approach) and a library (for external approach).

Both approaches have been adjusted to be able to compile together.

  • integrated uses changed artifact type
  • external uses the Verify type which has been moved to elm-data to Skip integrated verification

A dependencies map has been added in elm-verify

It would be nice if @tim ,@kaiprott and @stu114663 could review this merge request. This merge request is linked to the corresponding one in the submodule stu201758/elm-compiler-library!1

Edited May 18, 2019 by Bennet Bleßmann
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: elm-ast-to-smt-input-add-flag