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 couldn't update the submodule commit in Agda to the current master of the standard library because
$ make std-lib-compiler-test
...
+out >
+out > ———— All done; warnings encountered ————————————————————————
+out >
+out > /home/asr/src/agda/agda-upstream/std-lib/src/Algebra/Properties/CommutativeMonoid.agda:30,8-35
+out > Data.Table.Properties was deprecated in v1.2.
+out > Use Data.Vec.Functional.Properties instead.
+out > when scope checking the declaration
+out > import Data.Table.Properties as TP
+out >
+out > /home/asr/src/agda/agda-upstream/std-lib/src/Algebra/Properties/CommutativeMonoid.agda:28,13-66
+out > Data.Table.Relation.Binary.Equality was deprecated in v1.2.
+out > Use Data.Vec.Functional.Relation.Binary.Pointwise instead.
+out > when scope checking the declaration
+out > open import Data.Table.Relation.Binary.Equality as TE using (_≗_)
+out >
+out > /home/asr/src/agda/agda-upstream/std-lib/src/Algebra/Properties/CommutativeMonoid.agda:27,13-32
+out > Data.Table was deprecated in v1.2.
+out > Use Data.Vec.Functional instead.
+out > when scope checking the declaration
+out > open import Data.Table as Table
+out >
+out > /home/asr/src/agda/agda-upstream/std-lib/src/Algebra/Operations/CommutativeMonoid.agda:21,13-51
+out > Data.Table.Base was deprecated in v1.2.
+out > Use Data.Vec.Functional instead.
+out > when scope checking the declaration
+out > open import Data.Table.Base as Table using (Table)
The text was updated successfully, but these errors were encountered:
asr
changed the title
Agda test-suite fails on the current master due to deprecation warnings
Agda test-suite fails due to deprecation warnings
Mar 4, 2020
I couldn't update the submodule commit in Agda to the current master of the standard library because
Blocking agda/agda#4324.
The text was updated successfully, but these errors were encountered: