Skip to content

[#291] Repl in morley sh

Roman Melnikov requested to merge rvem/#291-repl-in-morley-sh into master

Description

Problem: morley repl can be easily used inside docker container but with one limitation about stack dump files, they can be used inside docker container but cannot be extracted from it once the repl have finished its work.

Solution: Add --map-dir option that mounts directory on the host filesystem with directory / in container filesystem, thus files can be extracted from the stopped docker container. This leads to a limitation that snapshots that need to be saved should be in the /<dirname>.

Related issue(s)

Resolves #291 (closed)

Checklist for your Merge Request

Related changes (conditional)

  • Tests (see short guidelines)

    • If I added new functionality, I added tests covering it.
    • If I fixed a bug, I added a regression test to prevent the bug from silently reappearing again.
  • Documentation

    • I checked whether I should update the docs and did so if necessary:
    • I updated changelog files of all affected packages released to Hackage if my changes are externally visible.

Stylistic guide (mandatory)

Edited by Roman Melnikov

Merge request reports