Andreas Abel

Results 585 issues of Andreas Abel

```agda open import Agda.Builtin.Bool open import Agda.Builtin.Equality data D : Set where c : {{ i : true ≡ false }} → D pattern ff = c {{ () }}...

type: bug
pattern-synonyms
instance
absurd clauses

Re #7163: test installing with --enable-executable-dynamic in CI

ux: installation
status: do-not-merge
Setup.hs

Andreas & Ulf: Only retry the analysis (`isRigid`) whether it makes sense to check against the target first when there is evidence that it could be successful the next time....

performance
type-checking

In the long run, cabal build-type `Setup` will be phased out in favor of `Hooks`. The authors of `Hooks` (in development) at WellTyped have provided a patch we can use...

cabal
Setup.hs

Erik Palmgren's setoid model of type theory at https://github.com/peterlefanulumsdaine/palmgren-archive/tree/main/MLTT-and-setoids checks in around 2.5 minutes in both Agda 2.5.2 and 2.5.3, but starting with 2.5.4 it gets stuck on `V-model-pt6.agda` (which...

performance
type-checking
regression in 2.5.4

Developers need to run `make install-bin` or `make install-deps` first before running goals like `make type-check`. Closes #6262. Pinging developers because this might affect daily dev practice.

Interactive highlighting does not seem to clean up after itself when we have a `λ where`: ![Screenshot 2024-02-19 at 10 06 33](https://github.com/agda/agda/assets/1155218/616fb16c-c6c2-4e10-8056-5b018fdd0aa4) Code (not MWE): ```agda open import Agda.Primitive renaming...

type: bug
highlighting-interactive

```agda module _ (A : Set) where open import Agda.Builtin.Nat open import Agda.Builtin.Sigma data Color : Set where black : Color data Tree' : Color → Nat → Set where...

type: bug
Mimer

Re: #4437 Letting computeHead return UnknownHead instead of aborting the injectivity check has the effect that data projections are now classified as injective. Injectivity prevents projection-likeness. Currently, injectivity takes precedence...

injectivity
projection-like
status: do-not-merge

As `ubuntu-latest = ubuntu-22.04` is rolled out, - https://github.com/actions/runner-images/issues/6399 our deploy workflow got broken: https://github.com/agda/agda/actions/runs/3603326548/jobs/6071389168 This workflow creates a static binary: ``` args = --disable-executable-profiling --disable-library-profiling --enable-executable-static --enable-split-sections ``` It...

infra: github workflows