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

Weaver generate process is not finished #774

Open
taitasu555 opened this issue Jun 20, 2024 · 4 comments
Open

Weaver generate process is not finished #774

taitasu555 opened this issue Jun 20, 2024 · 4 comments
Assignees

Comments

@taitasu555
Copy link

In this tutorial. I ran weaver generate . , but nothing worked after about 10~15 minutes. Should I change the version of go or weaver?

Version

  • M1 max macbook pro
  • go1.22.1 darwin/arm64
  • weaver v0.24.2 darwin/arm64
@renanbastos93
Copy link

My laptop settings:

Apple M1 Pro
16GB
macOS: Sonoma 14.5

My versions:

Weaver version: v0.24.2
Go version: v1.22.3

It works on:

Command:

$ time weaver generate ./...
# output: weaver generate ./...  0.81s user 0.74s system 271% cpu 0.573 total

I did a downgrade to test your Go version too. The result was:

$ time weaver generate ./...
# output: weaver generate ./...  93.43s user 18.33s system 318% cpu 35.110 total (first build)
# weaver generate ./...  0.77s user 1.07s system 345% cpu 0.532 total (last build)

Important comments:
This is normal because it is the first build of your project. The next builds will be faster.

@rgrandl
Copy link
Collaborator

rgrandl commented Jun 20, 2024

Thanks @renanbastos93. It works for me too.

@taitasu555 do you still have these issues?

I've tried:

  • Apple M1 Pro
  • macOS: Sonoma 14.5
  • go1.22.4 darwin/amd64
  • weaver v0.24.2 darwin/amd64

@rgrandl rgrandl self-assigned this Jun 20, 2024
@taitasu555
Copy link
Author

taitasu555 commented Jun 21, 2024

Thank you for replying @rgrandl @renanbastos93

it still doesn't work on my laptop.

 time weaver generate ./...

not finished and kill the process
0.01s user 0.02s system 0% cpu 1:35.66 total

using security software or the VPN that I installed may cause this problem.

I've also tried:
Apple M1 Pro
macOS: Sonoma 14.5
go1.22.4 darwin/amd64
weaver v0.24.2 darwin/amd64

@rgrandl
Copy link
Collaborator

rgrandl commented Jul 23, 2024

@taitasu555 is this still an issue?

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

No branches or pull requests

3 participants