-
### The following program `sample.gop` triggers an unexpected result
```coffee
// add a sample
// here is a FAULT gop code, just to trigger build errors:
as - xasdfa - gsdfaf
var a []inte…
-
### The following program `sample.gop` triggers an unexpected result
```coffee
None
```
### Expected result
```console
gop cache can find changes of depended packages automatically.
```
### Got
…
-
when I apply aggregation for a dataframe ,it happen a panic error like this:
> panic: runtime error: invalid memory address or nil pointer dereference
the full error stack as follow:
```shell…
-
### The following program `sample.gop` triggers an unexpected result
```coffee
func (a A) Say() {
println "hello ", a.S
}
type A struct {
S string
}
a := A{
S: "world",
}
a.Say()
``…
-
I followed this passage to install gop-environment, but when I was trying to test it, got this error:
```text
E:\Programming\goplus>gop run e:\Programming\goplus\main.gop
[FATAL] D:/gop/cmd/int…
-
### What happened?
Download and run a simple example on ubuntu (Amd64).:
```
uname -v
#35~1630100930~21.04~ae2753e-Ubuntu SMP Mon Aug 30 18:26:54 UTC
```
```
$./gop run test.gop
[FATAL] /g…
-
```go
import "time"
println((time.Parse("2006","2021")?:time.Now()).Unix())
```
`compileSelectorExpr failed: unknown - *cl.wrapValue`
-
In normal way to implement a `clone` method:
```go
type Sprite struct {
// ...
}
func (p *Sprite) CloneTo(dest *Sprite) {
// ...
}
type Foo struct {
Sprite
// ...
}
…
-
To forbid surprise, we should be aware of compatibility of go compiler's error message prompt.
-
I got the below error when i try to build gop by golang1.4:
```
cmd/internal/gopfmt/fmt.go:23:2: package io/fs is not in GOROOT (/usr/local/go/src/io/fs)
```
But it run well by golang1.7. So it s…