You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm embarrassed to admit that I originally filed this against the wrong Quill project: slab/quill#1854
Version: 2.0.0 I think Module: `quill-core
Expected behavior
[error][quill] MyClass.scala:362:29: Option.get is not supported since it's an unsafe operation. Use `forall` or `exists` instead.
[error][quill] .sortBy(-_._3.get)(Ord.descNullsLast)
[error][quill] ^
[error][quill] MyClass.scala:362:18: type mismatch;
[error][quill] found : MyClass.this.context.Query[(String, Option[Long], Option[Long])]
[error][quill] required: MyClass.this.context.Quoted[MysqlHistoryStore.this.context.Query[?]]
[error][quill] .sortBy(-_._3.get)(Ord.descNullsLast)
[error][quill] ^
Actual behavior
[error] MyClass.scala:362:29: Option.get is not supported since it's an unsafe operation. Use `forall` or `exists` instead.
[error] .sortBy(-_._3.get)(Ord.descNullsLast)
[error] ^
[error] MyClass.scala:362:18: type mismatch;
[error] found : MyClass.this.context.Query[(String, Option[Long], Option[Long])]
[error] required: MyClass.this.context.Quoted[MysqlHistoryStore.this.context.Query[?]]
[error] .sortBy(-_._3.get)(Ord.descNullsLast)
[error] ^
@getquill/maintainers
The text was updated successfully, but these errors were encountered:
I'm embarrassed to admit that I originally filed this against the wrong Quill project:
slab/quill#1854
Version:
2.0.0
I thinkModule: `quill-core
Expected behavior
Actual behavior
@getquill/maintainers
The text was updated successfully, but these errors were encountered: