Doesn't compile under go1.12beta1
- 主要语言
- Go
- 星标
- 105
- 派生
- 17
- PR 合并指标
- 30 天内没有已合并 PR
描述
The package doesn't compile under go1.12beta1
I've tracked this down to a non-backwards compatible change in the FreeBSD go syscalls for which I've opened an issue
https://github.com/golang/go/issues/29393
Depending on the resolution of that issue I'll close this, or implement a version dependent work-around
贡献指南
这个仓库没有索引到贡献指南
调研方向
The issue points to a syscall incompatibility on FreeBSD in Go 1.12beta1, linked to golang/go#29393. Start by checking the Go issue's resolution and examining the syscall usage in the tree package, likely in files handling OS-specific operations. Determine if a version-dependent workaround is needed by testing compilation under different Go versions. Done looks like the package compiling successfully on FreeBSD with Go 1.12+.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- go
- 领域
- cli
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100