Skip to content

Commit 1407e16

Browse files
authored
Merge pull request #47 from juanjux/bench_fixtures
Fix broken error control that made the driver sometimes silently die
2 parents cf14a58 + e976a19 commit 1407e16

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+68640
-87
lines changed

fixtures/bench_accumulator_factory.bash renamed to fixtures/bench_accumulator_factory.bash.bug

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/sh
2+
# NOTE: disabled because it causes a NPE on a call to root.getChildren() with a non
3+
# null root, reported at: https://github.com/BashSupport/BashSupport/issues/643
24
accumulator() {
35
# Define a global function named $1
46
# with a global variable named ${1}_sum.

fixtures/bench_binary_search.bash.native

Lines changed: 1073 additions & 0 deletions
Large diffs are not rendered by default.

fixtures/bench_binary_search.bash.sem.uast

Lines changed: 2523 additions & 0 deletions
Large diffs are not rendered by default.

fixtures/bench_binary_search.bash.uast

Lines changed: 2563 additions & 0 deletions
Large diffs are not rendered by default.

fixtures/bench_ethopian_multiplication.bash.native

Lines changed: 1147 additions & 0 deletions
Large diffs are not rendered by default.

fixtures/bench_ethopian_multiplication.bash.sem.uast

Lines changed: 1850 additions & 0 deletions
Large diffs are not rendered by default.

fixtures/bench_ethopian_multiplication.bash.uast

Lines changed: 2767 additions & 0 deletions
Large diffs are not rendered by default.

fixtures/bench_fibonacci.bash.native

Lines changed: 635 additions & 0 deletions
Large diffs are not rendered by default.

fixtures/bench_fibonacci.bash.sem.uast

Lines changed: 1451 additions & 0 deletions
Large diffs are not rendered by default.

fixtures/bench_fibonacci.bash.uast

Lines changed: 1515 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)