Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C curry-frontend
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 71
    • Issues 71
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • curry
  • curry-frontend
  • Merge requests
  • !34

Merge curry-base

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Fredrik Wieczerkowski requested to merge curry-base-merge into master Oct 23, 2020
  • Overview 0
  • Commits 16
  • Pipelines 0
  • Changes 55

Fixes #70 (closed) and #88 (closed)

This branch...

  • merges curry-base
  • splits the frontend into a library and an executable target
  • adds the Makefile and the Stack configuration that was previously duplicated between pakcs and kics2

Having this new module structure provides several advantages:

  • Combining curry-base and curry-frontend in a single repository simplifies the build process, since compiler repositories can now integrate the frontend using a single submodule
  • Cleanly separating executable, library and test targets makes dependency management much easier since the test target no longer has to reenumerate all source modules
  • Having a separate library target makes it easy to embed the frontend into third-party applications, e.g. language servers
Edited Oct 23, 2020 by Fredrik Wieczerkowski
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: curry-base-merge