Changed IdWrapper creation to match schema change #8
go.yml
on: pull_request
build_ubuntu
17s
build_windows
3m 24s
Annotations
14 errors
build_ubuntu:
parser/courseParser.go#L50
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
|
build_ubuntu:
parser/professorParser.go#L32
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
|
build_ubuntu:
parser/sectionParser.go#L24
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
|
build_ubuntu:
scrapers/events.go#L305
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
|
build_ubuntu:
scrapers/organizations.go#L225
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
|
build_ubuntu:
scrapers/profiles.go#L273
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
|
build_ubuntu
Process completed with exit code 2.
|
build_windows:
parser/courseParser.go#L50
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
|
build_windows:
parser/professorParser.go#L32
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
|
build_windows:
parser/sectionParser.go#L24
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
|
build_windows:
scrapers/events.go#L305
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
|
build_windows:
scrapers/organizations.go#L225
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
|
build_windows:
scrapers/profiles.go#L273
cannot convert primitive.NewObjectID().Hex() (value of type string) to type schema.IdWrapper
|
build_windows
Process completed with exit code 1.
|