Skip to content

test_json_dir not in scope #56

Description

@Abhiroop

Hello,

Attempting to stack build this project throws the following error:

embeddedHaskellAetherling/src/Core/Aetherling/Interpretations/Backend_Execute/Test_Helpers.hs:232:27: error:

    Variable not in scope: test_json_dir :: [Char]
    |
232 |   let test_file_prelude = test_json_dir ++ test_name
    |                           ^^^^^^^^^^^^^

To finish the build I added

test_json_dir = ""

to the complaining file and the project seems to build fine. However it is not clear what is test_json_dir used for.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions