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

multi: use filepath instead of path to support Windows #422

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

guggero
Copy link
Member

@guggero guggero commented Jul 27, 2023

Fixes #421.

@guggero guggero requested review from ffranr and jharveyb July 27, 2023 08:29
Copy link
Contributor

@ffranr ffranr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

I suppose we could also just change to

import (
    path "path/filepath"
)

Copy link
Member

@Roasbeef Roasbeef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🔥

@Roasbeef Roasbeef added this pull request to the merge queue Jul 27, 2023
Merged via the queue into main with commit 429b3ea Jul 27, 2023
13 checks passed
@guggero guggero deleted the path-vs-filepath branch July 27, 2023 18:00
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.

[bug]: ImportProofs failed because of proof path error on Windows
3 participants