aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMihai Bazon <mihai@bazon.net>2013-02-19 18:12:19 +0200
committerMihai Bazon <mihai@bazon.net>2013-02-19 18:12:19 +0200
commit3a591c43fedcf07e9303773dbb0852396729a402 (patch)
tree3d8001a09845e596c1aa3170d7c1aad07bd0c8ad /.gitignore
parentdb66eca958b06e3082014fac95217911bbcfbee3 (diff)
downloadtracifyjs-3a591c43fedcf07e9303773dbb0852396729a402.tar.gz
tracifyjs-3a591c43fedcf07e9303773dbb0852396729a402.zip
Fix compressing `do {...} while (false)`
It's not safe to transform it to {...} because the body might contain `break`. The solution could be more elaborate (detect if body contains `break`) but I don't think it's worth the trouble. Close #129
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
puts): New procedures. (description->package): Use them instead of local definitions. (latest-cran-release): Replace 'input-changes' field by 'inputs'. (latest-bioconductor-release): Likewise. (format-inputs): Remove. * guix/import/hackage.scm (cabal-package-inputs): New procedure. (hackage-module->sexp): Use it. [maybe-inputs]: Expect a list of <upstream-input>. Ludovic Courtès 2022-01-05tests: Add failing tests for changed-inputs on new style inputs....* tests/upstream.scm ("changed-inputs returns changes to plain input list", "changed-inputs returns changes to all plain input lists"): New tests. Ricardo Wurmus 2022-01-05tests: Add tests for changed-inputs on old-style inputs....All these tests pass, because they only test the old-style input alists with labels. * tests/upstream.scm ("changed-inputs returns no changes", "changed-inputs returns changes to labelled input list", "changed-inputs returns changes to all labelled input lists"): New tests. Ricardo Wurmus