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
| worleyg@GZB3WD2 MINGW64 ~/project/httpgit/build (conan) | |
| $ ls | |
| CMakeCache.txt CMakeFiles/ conanbuildinfo.cmake conaninfo.txt | |
| r | |
| worleyg@GZB3WD2 MINGW64 ~/project/httpgit/build (conan) | |
| $ rm -rf * | |
| worleyg@GZB3WD2 MINGW64 ~/project/httpgit/build (conan) | |
| $ conan install .. | |
| WARN: Conflict in OpenSSL/1.0.2h@lasote/stable |
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
| [storage] | |
| # This is the default path, but you can write your own | |
| path = ~/.conan/data | |
| [proxies] | |
| # Empty section will try to use system proxies. | |
| # If don't want proxy at all, remove section [proxies] | |
| # As documented in http://docs.python-requests.org/en/latest/user/advanced/#proxies | |
| # http = http://user:[email protected]:3128/ | |
| # http = http://10.10.1.10:3128 |
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
| inside: TreeIterator { current: Tree { nodes: [None, None] }, depth: 0 } | |
| Got out Tree { nodes: [None, None] } | |
| After first inc(0) Tree { nodes: [None, None] } | |
| After second inc(1) Tree { nodes: [Some(Tree { nodes: [None, None] }), None] } | |
| next tree: Some(Tree { nodes: [None, None] }) | |
| inside: TreeIterator { current: Tree { nodes: [Some(Tree { nodes: [None, None] }), None] }, depth: 1 } | |
| Got out Tree { nodes: [Some(Tree { nodes: [None, None] }), Some(Tree { nodes: [None, None] })] } | |
| After first inc(1) Tree { nodes: [Some(Tree { nodes: [None, None] }), Some(Tree { nodes: [None, None] })] } | |
| next tree: Some(Tree { nodes: [Some(Tree { nodes: [None, None] }), Some(Tree { nodes: [None, None] })] }) | |
| inside: TreeIterator { current: Tree { nodes: [Some(Tree { nodes: [None, None] }), Some(Tree { nodes: [None, None] })] }, depth: 1 } |
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
| function(conan_check_compiler) | |
| if(NOT DEFINED CMAKE_CXX_COMPILER_ID) | |
| if(DEFINED CMAKE_C_COMPILER_ID) | |
| message(STATUS "This project seems to be plain C, using '${CMAKE_C_COMPILER_ID}' compiler") | |
| set(CMAKE_CXX_COMPILER_ID ${CMAKE_C_COMPILER_ID}) | |
| set(CMAKE_CXX_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) | |
| else() | |
| message(FATAL_ERROR "This project seems to be plain C, but no compiler defined") | |
| endif() | |
| endif() |
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
| function(conan_check_compiler) | |
| if(NOT DEFINED CMAKE_CXX_COMPILER_ID) | |
| if(DEFINED CMAKE_C_COMPILER_ID) | |
| message(STATUS "This project seems to be plain C, using '${CMAKE_C_COMPILER_ID}' compiler") | |
| set(CMAKE_CXX_COMPILER_ID ${CMAKE_C_COMPILER_ID}) | |
| set(CMAKE_CXX_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) | |
| else() | |
| message(FATAL_ERROR "This project seems to be plain C, but no compiler defined") | |
| endif() | |
| endif() |
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
| {"message":"field is never used: `seed`","code":null,"level":"warning","spans":[{"file_name":"src/lib.rs","byte_start":722,"byte_end":751,"line_start":16,"line_end":16,"column_start":5,"column_end":34,"is_primary":true,"text":[{"text":" seed: Vec<ps::Instruction<T>>,","highlight_start":5,"highlight_end":34}],"label":null,"suggested_replacement":null,"expansion":null}],"children":[{"message":"#[warn(dead_code)] on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":null} | |
| {"message":"field is never used: `crossovers`","code":null,"level":"warning","spans":[{"file_name":"src/lib.rs","byte_start":757,"byte_end":784,"line_start":17,"line_end":17,"column_start":5,"column_end":32,"is_primary":true,"text":[{"text":" crossovers: BTreeSet<usize>,","highlight_start":5,"highlight_end":32}],"label":null,"suggested_replacement":null,"expansion":null}],"children":[{"message":"#[warn(dead_code)] on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}] |
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
| error[E0277]: the trait bound `Self: std::marker::Sized` is not satisfied | |
| --> src/lib.rs:46:18 | |
| | | |
| 46 | Some(self as &Self as &Any) | |
| | ^^^^^^^^^^^^^ the trait `std::marker::Sized` is not implemented for `Self` | |
| | | |
| = help: consider adding a `where Self: std::marker::Sized` bound | |
| = note: required for the cast to the object type `std::any::Any + 'static` |
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
| 'cargo.exe' (Win32): Loaded 'C:\Users\vadix\cargo\target\debug\cargo.exe'. Symbols loaded. | |
| 'cargo.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Cannot find or open the PDB file. | |
| 'cargo.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Cannot find or open the PDB file. | |
| 'cargo.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Cannot find or open the PDB file. | |
| 'cargo.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Cannot find or open the PDB file. | |
| 'cargo.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Cannot find or open the PDB file. | |
| 'cargo.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Cannot find or open the PDB file. | |
| 'cargo.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Cannot find or open the PDB file. | |
| 'cargo.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. Cannot find or open the PDB file. | |
| 'cargo.exe' (Win32): Loaded 'C:\Windows\System32\crypt32.dll'. Cannot find or open the PDB file. |
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
| cargo.exe!_libssh2_wincng_bignum_bits() C | |
| cargo.exe!_libssh2_kex_exchange() C | |
| cargo.exe!libssh2_base64_decode() C | |
| cargo.exe!_libssh2_kex_exchange() C | |
| cargo.exe!libssh2_session_startup() C | |
| cargo.exe!libssh2_session_startup() C | |
| cargo.exe!git_smart_subtransport_git() C | |
| cargo.exe!git_smart_subtransport_git() C | |
| cargo.exe!git_transport_unregister() C | |
| cargo.exe!git_remote_connect() C |
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
| 00000000004005d0 <divide>: | |
| 4005d0: a9bd7bfd stp x29, x30, [sp,#-48]! | |
| 4005d4: 910003fd mov x29, sp | |
| 4005d8: b9001fa0 str w0, [x29,#28] | |
| 4005dc: b9001ba1 str w1, [x29,#24] | |
| 4005e0: b9401ba0 ldr w0, [x29,#24] | |
| 4005e4: 7100001f cmp w0, #0x0 | |
| 4005e8: 54000041 b.ne 4005f0 <divide+0x20> | |
| 4005ec: 97fffff5 bl 4005c0 <divide_zero_error> | |
| 4005f0: b90023bf str wzr, [x29,#32] |