luontola / gospec

Testing framework for Go. Allows writing self-documenting tests/specifications, and executes them concurrently and safely isolated. [UNMAINTAINED]
Apache License 2.0
113 stars 17 forks source link

GoSpec not building as at 2011-03-14T10:48 #1

Closed russel closed 13 years ago

russel commented 13 years ago

I am running Go tip (as at 2011-03-14T10:48 this is 7754:cb96564f5925 in my repository). I have a clone of GoSpec and using release (cd174f43fd4a893f3b3310601c7af0f9ad07b53d) I get a compilation error:

|> make install  
cd gospec && make install  
make[1]: Entering directory `/home/Checkouts/Git/Git/GoSpec/src/gospec'  
6g -o _go_.6 context.go error.go funcname.go location.go main.go matchers.go printer.go print_format.go recover.go results.go runner.go specification.go  
matchers.go:308: multiple-value ch.Recv() in single-value context  
matchers.go:309: ch.Closed undefined (type *reflect.ChanValue has no field or method Closed)  
make[1]: *** [_go_.6] Error 1  
make[1]: Leaving directory `/home/Checkouts/Git/Git/GoSpec/src/gospec'  
make: *** [gospec.install] Error 2  
luontola commented 13 years ago

Thanks for informing. It has now been fixed in the master branch. I will make an official release after Go makes one.