Giter Site home page Giter Site logo

Comments (5)

andreasabel avatar andreasabel commented on June 22, 2024

@UlfNorell : This issue points at gaps in our build matrix. Could you please add a configuration that would have exposed this issue?

include:
## Latest GHC, special builds
# Linux, without tests but with doctest
- os: ubuntu-22.04
description: Linux doctest
ghc-ver: '9.8.1'
# Can't leave cabal-flags empty here lest it becomes the default value.
cabal-flags: '--disable-tests'
doctest: true
# Linux, without -f enable-cluster-counting but with -f debug
- os: ubuntu-22.04
description: Linux debug
ghc-ver: '9.8.1'
cabal-flags: '--enable-tests -f debug'
# Linux, with containers-0.7 and everything
- os: ubuntu-22.04
description: Linux containers 0.7
ghc-ver: '9.8.1'
## Andreas, 2023-09-28: Test containers-0.7 here which has breaking changes.
## Note: -c 'containers >= 0.7' with single quotes does not get communicated properly.
## (The single quotes stay, and "-c 'containers" is an option parse error for cabal.)
cabal-flags: |
--enable-tests -f enable-cluster-counting -f debug -c containers>=0.7 --allow-newer=containers

from agda.

UlfNorell avatar UlfNorell commented on June 22, 2024

I'll leave that to someone more familiar with the CI system. The test to add is compiling with all the debug flags turned on (-fdebug -fdebug-parsing -fdebug-serialisation).

from agda.

andreasabel avatar andreasabel commented on June 22, 2024

I'll leave that to someone more familiar with the CI system.

Could be your entry point into CI...

I just realized that the released 2.6.4.1 has this build problem while working on relaxing its ansi-terminal constraint.
I guess this calls for a patch release 2.6.4.2.

from agda.

UlfNorell avatar UlfNorell commented on June 22, 2024

I wouldn't worry too much about this particular issue. -fdebug-parsing and -fdebug-serialisation are extremely niche flags that you only turn on if you are working on the operator parser or serialiser, and in that case you can fix any problems as you find them. I would argue it's not worth spending CI time or effort pushing out a hotfix release for this.

from agda.

andreasabel avatar andreasabel commented on June 22, 2024

I don't want the latest release to have broken build paths.

from agda.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.