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
Ξ» gcc.exe -o C:\Users\michael\repos\nim-status-client\bin\nim_status_client.exe C:\Users\michael\nimcache\nim_status_client_d\stdlib_assertions.nim.c.o C:\Users\michael\nimcache\nim_status_client_d\stdlib_locks.nim.c.o C:\Users\michael\nimcache\nim_status_client_d\stdlib_sharedlist.nim.c.o C:\Users\michael\nimcache\nim_status_client_d\stdlib_formatfloat.nim.c.o C:\Users\michael\nimcache\nim_status_client_d\stdlib_widestrs.nim.c.o C:\Users\michael\nimcache\nim_status_client_d\stdlib_io.nim.c.o C:\Users\michael\nimcache\nim_status_client_d\stdlib_system.nim.c.o C:\Users\michael\nimcache\nim_status_client_d\stdlib_parseutils.nim.c.o C:\Users\michael\nimcache\nim_status_client_d\stdlib_math.nim.c.o C:\Users\michael\nimcache\nim_status_client_d\stdlib_unicode.nim.c.o C:\Users\michael\nimcache\nim_status_client_d\stdlib_strutils.nim.c.o C:\Users\michael\nimcache\nim_status_client_d\stdlib_pathnorm.nim.c.o C:\Users\michael\nimcache\nim_status_client_d\stdlib_dynlib.nim.c.o C:\Users\michael\nimcache\nim_status_cli |
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
$ nimble install | |
Verifying dependencies for [email protected] | |
Info: Dependency on nimqml@>= 0.7.0 already satisfied | |
Verifying dependencies for [email protected] | |
Installing [email protected] | |
Building nim_status_client/nim_status_client using c backend | |
Tip: 2 messages have been suppressed, use --verbose to show them. | |
Error: Build failed for package: nim_status_client | |
... Details: |
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
/* | |
* Copyright (c) 2009, 2017, Oracle and/or its affiliates. All rights reserved. | |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | |
* | |
* This code is free software; you can redistribute it and/or modify it | |
* under the terms of the GNU General Public License version 2 only, as | |
* published by the Free Software Foundation. Oracle designates this | |
* particular file as subject to the "Classpath" exception as provided | |
* by Oracle in the LICENSE file that accompanied this code. | |
* |
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
$ yarn run react-native run-desktop | |
yarn run v1.22.4 | |
$ /Users/michael/repos/status-react/node_modules/.bin/react-native run-desktop | |
Found desktop external modules: node_modules/react-native-languages/desktop,node_modules/react-native-config/desktop,node_modules/react-native-fs/desktop,modules/react-native-desktop-linking/desktop,modules/react-native-status/desktop,node_modules/react-native-keychain/desktop,modules/react-native-desktop-menu/desktop,modules/react-native-desktop-config/desktop,modules/react-native-desktop-shortcuts/desktop,modules/react-native-desktop-gesture-handler/desktop,node_modules/google-breakpad | |
Found desktop JS bundle path: undefined | |
Found desktop fonts: | |
Found desktop images: ../../../../../desktop/resources/add.png,../../../../../desktop/resources/address.png,../../../../../desktop/resources/add_contact.png,../../../../../desktop/resources/arrow_left.png,../../../../../desktop/resources/arrow_right.png,../../../../../desktop/resources/arrow_up.png,../../../../../desktop/resources/back. |
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
$ cat desktop/CMakeFiles/CMakeOutput.log | |
The system is: Darwin - 19.3.0 - x86_64 | |
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. | |
Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc | |
Build flags: ;-DUNICODE;-std=c11 | |
Id flags: | |
The output was: | |
0 |
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
$ yarn react-native start | |
yarn run v1.22.4 | |
$ /Users/michael/repos/status-react/node_modules/.bin/react-native start | |
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | |
β β | |
β Running Metro Bundler on port 8081. β | |
β β | |
β Keep Metro running while developing on any JS projects. Feel free to β | |
β close this tab and run your own Metro instance if you prefer. β | |
β β |
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
$ lerna run --concurrency=1 --scope embark-dapp-* --stream test | |
lerna notice cli v3.20.2 | |
lerna notice filter including "embark-dapp-*" | |
lerna info filter [ 'embark-dapp-*' ] | |
lerna info Executing command in 6 packages: "npm run test" | |
embark-dapp-template-boilerplate: > [email protected] test /Users/michael/repos/embark/dapps/templates/boilerplate | |
embark-dapp-template-boilerplate: > npx embark test | |
embark-dapp-template-boilerplate: (node:54646) Warning: Accessing non-existent property 'cat' of module exports inside circular dependency | |
embark-dapp-template-boilerplate: (Use `node --trace-warnings ...` to show where the warning was created) | |
embark-dapp-template-boilerplate: (node:54646) Warning: Accessing non-existent property 'cd' of module exports inside circular dependency |
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
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
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
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions | |
// - XState (all XState exports) |
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
@@ -9109,6 +9109,16 @@ elliptic@^6.0.0, elliptic@^6.4.0, elliptic@^6.4.1: | |
minimalistic-assert "^1.0.0" | |
minimalistic-crypto-utils "^1.0.0" | |
+embark-logger@^5.1.1: | |
+ version "5.1.1" | |
+ resolved "https://registry.yarnpkg.com/embark-logger/-/embark-logger-5.1.1.tgz#99d8a37fe8c034e5a264d978349e6197b5ebe6db" | |
+ integrity sha512-xYuWvWoMWPRvGhtVwaL6R1/eRDMK6svB6TF/z1QIXbFsPcMoCeUcMJjSGO9bIDjbTy5Lz+eFHR1+6eJyVy3XJA== | |
+ dependencies: | |
+ "@babel/runtime-corejs3" "7.7.4" |