This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tap "homebrew/cask-versions" | |
| tap "homebrew/core" | |
| tap "homebrew/cask" | |
| tap "homebrew/bundle" | |
| tap "homebrew/services" | |
| tap "dart-lang/dart" | |
| cask "java" | |
| cask "osxfuse" | |
| brew "bash" | |
| brew "bash-completion@2" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Homebrew build logs for git on macOS 10.13.1 | |
| Build date: 2018-06-29 17:15:35 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ dart example/demo.dart | |
| unittest-suite-wait-for-done | |
| PASS: smallcheck good | |
| ERROR: smallcheck bad | |
| Test failed: Caught falsified after 11 tests | |
| argument 1: [true] | |
| argument 2: [false] | |
| package:propcheck/propcheck.dart 93:11 SmallCheck.check | |
| example/demo.dart 40:26 main.<fn>.<fn> |
OlderNewer