-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add -4 and -6 flags #1984
base: master
Are you sure you want to change the base?
Add -4 and -6 flags #1984
Conversation
8f56380
to
63e3bcc
Compare
63e3bcc
to
693452c
Compare
No, not really.
These tests try to execute the If not, you can compile this small Go program as replacement: echo.gopackage main
import (
"fmt"
"os"
)
func main() {
for i := 1; i < len(os.Args); i++ {
fmt.Print(os.Args[i], " ")
}
} Build: $ go build -o echo.exe echo.go Maybe you need to configure GoLand to expose the environment variables properly to the Go test binary, not sure. |
Windows does not ship with an lego/providers/dns/exec/exec_test.go Lines 34 to 43 in 01747e3
lego/providers/dns/exec/exec_test.go Lines 52 to 61 in 01747e3
However, it doesn't matter. I will just ignore these specific local failures and work on whatever is happening in this branch. |
The Windows CI machines have MinGW installed, which presumably ships an Ignoring them on your machine is also an option, of course. |
Using some good old fashioned |
ef99d24
to
840b86c
Compare
840b86c
to
dd946ec
Compare
dd946ec
to
8f33a55
Compare
@ldez is there anything I can do to help move this along? |
I'm at a loss for how to proceed here. There is activity in the repo with other PRs being reviewed and acted upon, but this one continues to sit idle without any input 😢 |
8f33a55
to
8de969f
Compare
8de969f
to
783d220
Compare
Sorry, this flew under my radar. It is 2023 and I still am not able to configure the junk filter properly for my email app. :/ I'll have a look later this week, when I have an hour or two of quiet time. (In the meantime I'd appreciate if you could remove the @-mention from your commit message - I've found a dozen or so message in my junk folder caused by Github identifying the rebase and force-push as a completely new commit.) |
783d220
to
f5b75a0
Compare
Thank you.
Done. Sorry. |
f5b75a0
to
fb02743
Compare
@dmke have you had an opportunity to look at this? |
No, sorry. Live keeps getting in the way :/ |
fb02743
to
b4b75bf
Compare
b4b75bf
to
56df9f2
Compare
@dmke I'll try re-running the tests on my Windows system again. I can't see what the issue is in the CI output because there is just way too much of it. It'd be helpful if CI omitted the |
That's an issue with the way how Github presents the log output (you can't Ctrl+F)...
I don't agree, but can I understand. At least we can access the raw log behind the cog symbol on the top right: There, I see the problem in
I'm not sure whether that failure is caused by this commit. I'll also try do investigate later this week (time is still a precious commodity, and I don't know when I get access to my Windows VM again (I've moved homes and setting up my PC is far down a very long to-do-list)). |
8acbeaf
to
f2ef498
Compare
Hey all! Is there any traction on this? I'd love to see this functionality, since I can't do ipv6 directly from my udmpro. |
Even if I didn't provide feedback for now, this PR is still on my backlog. |
I keep the branch updated. But you can see how much response I've received for my inquiries about how to get it committed. |
This is the first time I have seen any mention of you not liking the implementation. I have asked repeatedly what I can do to get this accepted with very little response. I still want to get this added, I just need direction on how to get it there. As for Windows, I have no idea how to setup an environment there that will work. |
Yes, you asked repeatedly. I'm not forced to provide any feedback, and repeatedly asking for doesn't help. FYI I've been facing difficulties in my life for several months that forced me to slow down. Being a maintainer is not easy work, I do my best for me and the project. |
f2ef498
to
d09dab7
Compare
d09dab7
to
bb7a59f
Compare
This PR is helpful. And I can obtain certs by using jsumners' version, thanks. |
This PR is a redo of go-acme#1802. Since that PR has been idle so long, the branches have diverged quite a bit and it was easier to start anew. The work in this PR includes the work originally done by dmke in go-acme#1802. This PR is to resolve go-acme#1801.
2a8393d
to
cbbd877
Compare
This PR is a redo of #1802. Since that PR has been idle so long, the branches have diverged quite a bit and it was easier to start anew.
The work in this PR includes the work originally done by @dmke in #1802.
This PR is to resolve #1801.