Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use absolute paths by default in exported ghci config and other fixes #714

Merged
merged 5 commits into from
Apr 23, 2020

Conversation

3noch
Copy link
Collaborator

@3noch 3noch commented Apr 22, 2020

Makes export-ghci-configuration use absolute paths by default with a switch to regain relative paths. This fixes IDE integrations which are bad at relative paths.

This also includes other random fixes...

I have:

  • Based work on latest develop branch
  • Looked for lint in my changes with hlint . (lint found code you did not write can be left alone)
  • Run the test suite: $(nix-build -A selftest --no-out-link)
  • (Optional) Run CI tests locally: nix-build release.nix -A build.x86_64-linux --no-out-link (or x86_64-darwin on macOS)

@3noch 3noch changed the title command: Allow export-ghci-config to decide whether or not to use rel… Use absolute paths by default in exported ghci config Apr 22, 2020
@3noch 3noch changed the title Use absolute paths by default in exported ghci config Use absolute paths by default in exported ghci config and other fixes Apr 23, 2020
@3noch 3noch merged commit d02c4e5 into develop Apr 23, 2020
@3noch 3noch deleted the eac@add-use-relative-paths branch April 23, 2020 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants