-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Improve CONTRIBUTING documentation about crates.io override #32
Comments
Ok, I found the issue.
And it compiled without errors or warnings, w00t: Now, I can't help but wonder: Isn't this a bit convoluted? In the meantime, maybe this issue can remain open in order to help the next person who'd like to compile himalaya, pimalaya-tui and email-lib locally? |
Nevermind, I found I'm not sure it would have fixed my problem (haven't checked whether it pulls pimalaya-core from github or from crates.io) But anyway, it's based on Nix, and Nix does not exist on Windows (man I wish, being stuck with winget and chocolatey is no fun). |
Let me re-open this issue for improving the CONTRIBUTING documentation. [patch.crates-io]
email-lib = { path = "../pimalaya_core/email" } This should be enough, but you may encounter version mismatch with other crates that also use [patch.crates-io]
email-lib = { path = "../pimalaya_core/email" }
pimalaya-tui = { path = "../pimalaya/tui" }
# … |
Hello, I'm trying to diagnose a problem I'm encountering, I tried to build
himalaya
from source.It compiled without error, and the locally compiled version seemed to work just as well as the released version.
I was able to replicate my issue with the locally-compiled version.
However, as the issue seems to be in
email-lib
, I also needed to clone this repo and rebuildhimalaya
, making it point at my localemail-lib
copy, and it's where things started to go south.Here are the steps I've taken:
I've been greeted with a large error trace:
Now, I realize that it certainly stems from my poor cargo skills, and more proficient Rust developers would keenly identify the cause and fix it.
And also that helping me setup my build environment may not be a great use of your time.
Still, can you please give me some pointers?
The text was updated successfully, but these errors were encountered: