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

Release 1.8.1 #387

Merged
merged 50 commits into from
Mar 23, 2017
Merged

Release 1.8.1 #387

merged 50 commits into from
Mar 23, 2017

Conversation

amrfaissal
Copy link
Collaborator

This is a staging branch for 1.8.1 Release 🎉
Merge conflicts are fixed and the version bumped to 1.8.1.

szyhf and others added 30 commits March 7, 2017 12:56
给bee run增加了一个参数extra,允许watch额外的包(刚忘了要pr到develop)
create sub packages
delete unused code
delete code from not use command cmdRouter,cmdTest, cmdRundocs
make command plugins
check with gosimple,staticcheck,go vet,unused,unconvert
…config-file

merge default config with config file
 Make logs for beego developer, not for  bee developer
go simple
golint
structcheck
staticcheck
unused
unconvert
example to use:
1. Go test with custom params or other test framework like ginkgo
2. Fronted tools like grunt
3. Other custom  commands
Fixes desktop notificator for Windows and Linux
When loading configuration from Beefile or bee.json default values are
not loaded. This fixes that behaviour and makes sure defaults are loaded
and overrided if present in Beefile/bee.json.
This removes the filepath.Walk() when loading configuration,
as it can read a Beefile from another project in the $GOPATH.
Now config.LoadConfig() is called for all available commands.
Fixes configuration loading since last changes
@astaxie
Copy link
Member

astaxie commented Mar 23, 2017

@amrfaissal maybe just send the PR from develop branch to master.

@astaxie
Copy link
Member

astaxie commented Mar 23, 2017

But I am okay for this PR. 🎈👏

@astaxie astaxie merged commit e6bb3f8 into master Mar 23, 2017
@amrfaissal
Copy link
Collaborator Author

@astaxie I had to fix some merge conflicts and I did it in a separate branch.

@astaxie
Copy link
Member

astaxie commented Mar 23, 2017

@amrfaissal okay, make sense. So we bump it now. Thanks for you guys.

@astaxie astaxie deleted the release_1.8.1 branch March 23, 2017 13:59
@amrfaissal
Copy link
Collaborator Author

@astaxie Don't forget to create a tag for this release 😃.

@astaxie
Copy link
Member

astaxie commented Mar 23, 2017

yea, I am try to use this command to build all system binary. but it looks has error now.

goxc -bc="linux,windows,darwin" -pv=1.8.0

@astaxie
Copy link
Member

astaxie commented Mar 23, 2017

It looks the delve package has some issues to build the specific system.

# github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/proc.go:54: undefined: OSProcessDetails
vendor/github.com/derekparker/delve/pkg/proc/threads.go:24: undefined: WaitStatus
# github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/disasm.go:9: undefined: ArchInst
# github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/disasm.go:9: undefined: ArchInst
# github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/disasm.go:9: undefined: ArchInst
[goxc:xc] 2017/03/23 22:27:09 'go' returned error: Wait error: exit status 2: # github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/proc.go:54: undefined: OSProcessDetails
vendor/github.com/derekparker/delve/pkg/proc/threads.go:24: undefined: WaitStatus
[goxc:xc] 2017/03/23 22:27:09 Error: Wait error: exit status 2: # github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/proc.go:54: undefined: OSProcessDetails
vendor/github.com/derekparker/delve/pkg/proc/threads.go:24: undefined: WaitStatus
[goxc:xc] 2017/03/23 22:27:09 Have you run `goxc -t` for this platform (386,darwin)???
[goxc:xc] 2017/03/23 22:27:10 'go' returned error: Wait error: exit status 2: # github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/disasm.go:9: undefined: ArchInst
[goxc:xc] 2017/03/23 22:27:10 Error: Wait error: exit status 2: # github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/disasm.go:9: undefined: ArchInst
[goxc:xc] 2017/03/23 22:27:10 Have you run `goxc -t` for this platform (386,windows)???
[goxc:xc] 2017/03/23 22:27:10 'go' returned error: Wait error: exit status 2: # github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/disasm.go:9: undefined: ArchInst
[goxc:xc] 2017/03/23 22:27:10 Error: Wait error: exit status 2: # github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/disasm.go:9: undefined: ArchInst
[goxc:xc] 2017/03/23 22:27:10 Have you run `goxc -t` for this platform (386,linux)???
[goxc:xc] 2017/03/23 22:27:10 'go' returned error: Wait error: exit status 2: # github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/disasm.go:9: undefined: ArchInst
[goxc:xc] 2017/03/23 22:27:10 Error: Wait error: exit status 2: # github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/disasm.go:9: undefined: ArchInst
[goxc:xc] 2017/03/23 22:27:10 Have you run `goxc -t` for this platform (arm,linux)???
[goxc:xc] 2017/03/23 22:27:10 Multiple errors (returning first one): [Wait error: exit status 2: # github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/proc.go:54: undefined: OSProcessDetails
vendor/github.com/derekparker/delve/pkg/proc/threads.go:24: undefined: WaitStatus Wait error: exit status 2: # github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/disasm.go:9: undefined: ArchInst Wait error: exit status 2: # github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/disasm.go:9: undefined: ArchInst Wait error: exit status 2: # github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/disasm.go:9: undefined: ArchInst]
[goxc:xc] 2017/03/23 22:27:10 Stopping after 'xc' failed with error 'Wait error: exit status 2: # github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/proc.go:54: undefined: OSProcessDetails
vendor/github.com/derekparker/delve/pkg/proc/threads.go:24: undefined: WaitStatus'
[goxc] 2017/03/23 22:27:10 RunTasks error: Wait error: exit status 2: # github.com/beego/bee/vendor/github.com/derekparker/delve/pkg/proc
vendor/github.com/derekparker/delve/pkg/proc/proc.go:54: undefined: OSProcessDetails
vendor/github.com/derekparker/delve/pkg/proc/threads.go:24: undefined: WaitStatus

@amrfaissal
Copy link
Collaborator Author

Ok I am looking at it.

@astaxie
Copy link
Member

astaxie commented Mar 23, 2017

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.

6 participants