Skip to content

copilot-bluespec: Fix translation of constant floating-point values. Refs #696. - #703

Merged
ivanperez-keera merged 2 commits into
Copilot-Language:masterfrom
GaloisInc:fix-696-bluespec-special-constfp
Jan 8, 2026
Merged

copilot-bluespec: Fix translation of constant floating-point values. Refs #696.#703
ivanperez-keera merged 2 commits into
Copilot-Language:masterfrom
GaloisInc:fix-696-bluespec-special-constfp

copilot-bluespec: Document changes in CHANGELOG. Refs #696.

f69f8db
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jan 8, 2026 in 23m 29s

Build Passed

The buildpassed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #703 Fix Refs #696: bluespec special constFp.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

JobENVOSState
805.1CABALVER=2.4 GHCVER=8.6.5Linuxpassed
805.2CABALVER=3.2 GHCVER=8.8.4Linuxpassed
805.3CABALVER=3.2 GHCVER=8.10.4Linuxpassed
805.4CABALVER=3.4 GHCVER=9.0.1Linuxpassed

Build Configuration

Build OptionSetting
LanguageRuby
Operating SystemLinux (Focal)
Build Configuration
{"language": "ruby","os": ["linux"],"dist": "focal","env": ["jobs={:CABALVER=>\"2.4\", :GHCVER=>\"8.6.5\"}={:CABALVER=>\"3.2\", :GHCVER=>\"8.8.4\"}={:CABALVER=>\"3.2\", :GHCVER=>\"8.10.4\"}={:CABALVER=>\"3.4\", :GHCVER=>\"9.0.1\"}"],"before_install": ["travis_retry sudo add-apt-repository -y ppa:hvr/ghc","travis_retry sudo apt-get update","travis_retry sudo apt-get install cabal-install-$CABALVER ghc-$GHCVER","if [ \"${GHCVER}\" == \"8.10.4\" ]; then travis_retry sudo apt-get install --yes z3 cppcheck; fi","export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH","cabal --version","echo \"$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]\"","travis_retry cabal update","git submodule update --remote"],"script": ["travis_wait 30 cabal v2-install --lib copilot copilot-core copilot-c99 copilot-language copilot-libraries copilot-theorem copilot-interpreter copilot-prettyprinter","if [ \"${GHCVER}\" == \"8.10.4\" ]; then cabal v2-test -j1 copilot-core copilot-language copilot-interpreter copilot-c99 copilot-theorem copilot-libraries; fi","if [ \"${GHCVER}\" == \"8.10.4\" ]; then runhaskell copilot/examples/Heater.hs; cppcheck --force --addon=misra.py --suppress=misra-c2012-14.4 --error-exitcode=2 heater.c; fi"]}