Skip to content

Flip the default value of ignoreCompilationError to false for Emacs package #335442

@jian-lin

Description

@jian-lin

In #328573, ignoreCompilationError is added to elisp build helpers. To keep the old behavior, its default value is true, which means nix build succeeds even if there are native compilation errors.

Flipping the default value of ignoreCompilationError to false means native compilation errors cause nix build to fail. This is desirable because native compilation errors usually mean packaging issues or issues in the package itself.

In my test, 12.7% of emacsPackages fail to build if ignoreCompilationError is set to false. So to flip its default value, we need to fix native compilation for those packages first.

The first and easy part is done in #335440.


Add a 👍 reaction to issues you find important.

Metadata

Metadata

Assignees

No one assigned

    Labels

    0.kind: bugSomething is broken5.scope: trackingLong-lived issue tracking long-term fixes or multiple sub-problems6.topic: emacsText editor

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions