senseyeio / roger

Golang RServe client. Use R from Go
MIT License
272 stars 34 forks source link

Error on common.go #34

Closed predixdeveloperACN closed 6 years ago

predixdeveloperACN commented 8 years ago

I'm having this issue:

$ go build

github.com/senseyeio/roger/assign

......\github.com\senseyeio\roger\assign\common.go:27: constant 4278190080 overflows int ......\github.com\senseyeio\roger\assign\common.go:45: constant 4278190080 overflows int

I believe this is because of data type int which can't handle the shift >> 24.

TheCodeBuccaneer commented 7 years ago

Facing the same issue here/