8000 Hangs until killed · Issue #1 · docopt/docopt.cpp · GitHub
[go: up one dir, main page]

Skip to content
Hangs until killed #1
Closed
Closed
@acgetchell

Description

@acgetchell

Hello,

Thanks for the port. However, it appears to hang and not work, I had to Control-C. I will preface this by saying that I'm using a developer preview of Yosemite:

┌─[getchell][Hapkido][±][master ✓][/docopt.cpp]
└─▪ sw_vers
ProductName: Mac OS X
ProductVersion: 10.10
BuildVersion: 14A298i
┌─[getchell][Hapkido][±][master ✓][
/docopt.cpp]
└─▪ clang++ --version
Apple LLVM version 6.0 (clang-600.0.34.4) (based on LLVM 3.5svn)
Target: x86_64-apple-darwin14.0.0
Thread model: posix
┌─[getchell][Hapkido][±][master ✓][/docopt.cpp]
└─▪ clang++ --std=c++11 --stdlib=libc++ -I . docopt.cpp examples/naval_fate.cpp -o naval_fate
In file included from examples/naval_fate.cpp:1:
In file included from ./docopt.h:12:
./docopt_value.h:222:7: warning: inline function
'docopt::hash_combinestd::__1::basic_string' is not defined
[-Wundefined-inline]
void hash_combine(std::size_t& seed, const T& v);
^
./docopt_value.h:234:6: note: used here
hash_combine(seed, str);
^
1 warning generated.
┌─[getchell][Hapkido][±][master ✓][
/docopt.cpp]
└─▪ ll
total 2056
drwxr-xr-x 18 getchell 2129169278 612 Jul 24 22:56 .
drwxr-xr-x+ 49 getchell 2129169278 1666 Jul 24 19:36 ..
drwxr-xr-x 10 getchell 2129169278 340 Jul 24 22:56 .git
-rw-r--r-- 1 getchell 2129169278 192 Jul 24 19:36 .gitignore
-rw-r--r-- 1 getchell 2129169278 1338 Jul 24 19:36 LICENSE-Boost-1.0
-rw-r--r-- 1 getchell 2129169278 1086 Jul 24 19:36 LICENSE-MIT
-rw-r--r-- 1 getchell 2129169278 17090 Jul 24 19:36 README.rst
-rw-r--r-- 1 getchell 2129169278 28470 Jul 24 19:36 docopt.cpp
-rw-r--r-- 1 getchell 2129169278 2661 Jul 24 19:36 docopt.h
-rw-r--r-- 1 getchell 2129169278 8158 Jul 24 19:36 docopt_private.h
-rw-r--r-- 1 getchell 2129169278 2219 Jul 24 19:36 docopt_util.h
-rw-r--r-- 1 getchell 2129169278 6291 Jul 24 19:36 docopt_value.h
drwxr-xr-x 3 getchell 2129169278 102 Jul 24 19:36 examples
-rw-r--r-- 1 getchell 2129169278 212 Jul 24 19:36 main.cpp
-rwxr-xr-x 1 getchell 2129169278 939100 Jul 24 22:56 naval_fate
-rw-r--r-- 1 getchell 2129169278 751 Jul 24 19:36 run_testcase.cpp
-rw-r--r-- 1 getchell 2129169278 1521 Jul 24 19:36 run_tests.py
-rw-r--r-- 1 getchell 2129169278 11970 Jul 24 19:36 testcases.docopt
┌─[getchell][Hapkido][±][master ✓][/docopt.cpp]
└─▪ ./naval_fate --help
^C
┌─[getchell][Hapkido][±][master ✓][
/docopt.cpp]
└─▪ ./naval_fate ship Guardian move 100 150 --speed=15
^C

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0