Andreas Abel

Results 585 issues of Andreas Abel

These errors are not covered by our testsuite: https://github.com/agda/agda/blob/a7edb851ddbd2eff62fab399542a22fdb68b909e/src/full/Agda/TypeChecking/Coverage/Cubical.hs#L1169-L1170 https://github.com/agda/agda/blob/a7edb851ddbd2eff62fab399542a22fdb68b909e/src/full/Agda/TypeChecking/Coverage/Cubical.hs#L1189-L1196 Any experts that can trigger them? @plt-amy @Saizan

ux: error reporting
infra: test suite
cubical
GenericError

This is mainly motivated by the testsuite where make AGDA_BIN=agda-quicker succeed would error because `execTC` wants to invoke `agda` but the `executables` file will naturally allow invocation of `agda-quicker`. A...

exec

https://github.com/agda/agda/blob/3a9d3893737b3a47c57e1c997f588931d592b0b6/doc/user-manual/language/safe-agda.lagda.rst?plain=1#L11-L15 In the list following here, only postulates and certain options are mentioned, but not the pragmas ruled out by `--safe`, e.g. `TERMINATING`, `NO_UNIVERSE_CHECK` etc.

ux: documentation
safe

See https://github.com/agda/agda/pull/7336/files#r1676781758 https://github.com/agda/agda/blob/a381060cdd040ce7511626cbe2223e8301c65b02/src/full/Agda/Compiler/MAlonzo/Compiler.hs#L440-L444

performance
backend: ghc
refactor

```agda module _ (A : Set) (P : A → Set) (p : (a : A) → P a) where module Eta where record Wrap : Set where constructor wrap...

eta
language change
record constructors
pattern binder
bug or feature?

This is `test/Succeed/TacticModality.agda`, but with explicit tactic arguments. ```agda open import Agda.Builtin.Reflection open import Agda.Builtin.Unit open import Agda.Builtin.Nat open import Agda.Builtin.Equality variable A : Set super-tac : Term → TC...

hidden arguments
language change
tactic

This reverts commit b38093ef713158fb01aac1880f035ee183602372, reopening this PR by @plt-amy : - #6845 Closes #6825.

let
eta
language change
pattern binder
pr: squash-me

With cabal-install-3.12.1.0, I can trigger this bug - by `cabal install -w ghc-8.0.2 system-filepath-0.4.14` (latest version of `system-filepath`) - by getting `system-filepath`and do a `cabal install --lib -w ghc-8.0.2` -...

build-type: custom
re: old GHC versions
regression in 3.12
re: old Cabal versions

> [__1] rejecting: Agda:setup.Cabal; 3.14.0.0/installed-17a5, 3.14.0.0 (constraint from maximum version of Cabal used by Setup.hs requires

build-type: custom

Lifted from: - https://github.com/haskell/hackage-server/issues/1173 `cabal v1-install` chokes on the `hackage-cli` executable in the linking phase. @gbaz suspects it is because `hackage-cli` defines an internal library (`cabal-revisions`): ``` $ cabal get...

type: bug
cabal-install: v1-
re: internal library