fixed messageList import

This commit is contained in:
riqo 2020-10-09 17:05:56 -05:00
commit f9de39cbee
403 changed files with 68 additions and 894 deletions

3
.gitignore vendored
View file

@ -1,6 +1,7 @@
.DS_Store
node_modules
/dist
/crate/target/*
# local env files
@ -23,4 +24,4 @@ pnpm-debug.log*
*.sw?
#Electron-builder output
/dist_electron
/dist_electron

View file

@ -1 +0,0 @@
{"rustc_fingerprint":14707467634549827398,"outputs":{"1164083562126845933":["rustc 1.46.0 (04488afe3 2020-08-24)\nbinary: rustc\ncommit-hash: 04488afe34512aa4c33566eb16d8c912a3ae04f9\ncommit-date: 2020-08-24\nhost: x86_64-apple-darwin\nrelease: 1.46.0\nLLVM version: 10.0\n",""],"16929990295604814582":["___\n",""],"4476964694761187371":["___\nlib___.rlib\nlib___.dylib\nlib___.dylib\nlib___.a\nlib___.dylib\n/Users/enrique/.rustup/toolchains/stable-x86_64-apple-darwin\ndebug_assertions\nproc_macro\ntarget_arch=\"x86_64\"\ntarget_endian=\"little\"\ntarget_env=\"\"\ntarget_family=\"unix\"\ntarget_feature=\"fxsr\"\ntarget_feature=\"sse\"\ntarget_feature=\"sse2\"\ntarget_feature=\"sse3\"\ntarget_feature=\"ssse3\"\ntarget_os=\"macos\"\ntarget_pointer_width=\"64\"\ntarget_vendor=\"apple\"\nunix\n",""],"10627914300373605183":["___.wasm\nlib___.rlib\n___.wasm\nlib___.a\n/Users/enrique/.rustup/toolchains/stable-x86_64-apple-darwin\ndebug_assertions\nproc_macro\ntarget_arch=\"wasm32\"\ntarget_endian=\"little\"\ntarget_env=\"\"\ntarget_os=\"unknown\"\ntarget_pointer_width=\"32\"\ntarget_vendor=\"unknown\"\n","warning: dropping unsupported crate type `dylib` for target `wasm32-unknown-unknown`\n\nwarning: dropping unsupported crate type `proc-macro` for target `wasm32-unknown-unknown`\n\nwarning: 2 warnings emitted\n\n"]},"successes":{}}

View file

@ -1,3 +0,0 @@
Signature: 8a477f597d28d172789f06886806bc55
# This file is a cache directory tag created by cargo.
# For information about cache directory tags see https://bford.info/cachedir/

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[\"default\"]","target":12540632724233452372,"profile":6299028598154287785,"path":17626956594025552421,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/bumpalo-3917dd484302c284/dep-lib-bumpalo"}}],"rustflags":[],"metadata":10871386354195723922,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
5aaaa3686ce61a05

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[]","target":834697563557903354,"profile":6299028598154287785,"path":4694435986843316352,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cfg-if-08b5cb3b5d2e98fa/dep-lib-cfg-if"}}],"rustflags":[],"metadata":8462187951337715540,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
d4597b6d240c655d

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[]","target":834697563557903354,"profile":16668067249205866872,"path":4694435986843316352,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/cfg-if-966ab62d5e36605d/dep-lib-cfg-if"}}],"rustflags":[],"metadata":8462187951337715540,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[]","target":12520859669206882024,"profile":1613559695681135254,"path":10872709659218687626,"deps":[[4865950802260201545,"wasm_bindgen",false,12422693532475273065]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/crimata_wasm-1eab7abb58ca6502/dep-lib-crimata_wasm"}}],"rustflags":[],"metadata":627955495608370829,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[]","target":3310758268438181623,"profile":6299028598154287785,"path":12274098771899463078,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/lazy_static-c43fd7a7bb044329/dep-lib-lazy_static"}}],"rustflags":[],"metadata":111743654650316589,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
46f4789f5e72eeb9

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[]","target":2735847673528249900,"profile":6299028598154287785,"path":3538782192319004368,"deps":[[5027596198908666028,"build_script_build",false,4538820067249287188],[13837234849270857574,"cfg_if",false,367859672870529626]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/log-466572c6fb1f0565/dep-lib-log"}}],"rustflags":[],"metadata":179143468214550567,"config":0}

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"","target":0,"profile":0,"path":0,"deps":[[5027596198908666028,"build_script_build",false,17190466508953404154]],"local":[{"RerunIfChanged":{"output":"debug/build/log-c58ae92fed5213bb/output","paths":["build.rs"]}}],"rustflags":[],"metadata":0,"config":0}

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[]","target":10088282520713642473,"profile":6299028598154287785,"path":6354423578560836916,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/log-e6ae193143335f61/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":179143468214550567,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[\"default\", \"proc-macro\"]","target":2048968770155376255,"profile":6299028598154287785,"path":16144128946673592257,"deps":[[7525965102115876890,"unicode_xid",false,14345448790668678907],[16745173101903655211,"build_script_build",false,4370310384052708066]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/proc-macro2-8e458a28e493e8de/dep-lib-proc-macro2"}}],"rustflags":[],"metadata":14399165043509735265,"config":0}

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"","target":0,"profile":0,"path":0,"deps":[[16745173101903655211,"build_script_build",false,15693921438864026354]],"local":[{"RerunIfChanged":{"output":"debug/build/proc-macro2-9e12ba547060df3b/output","paths":["build.rs"]}}],"rustflags":[],"metadata":0,"config":0}

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[\"default\", \"proc-macro\"]","target":10429514197457385088,"profile":6299028598154287785,"path":3128750202447937613,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/proc-macro2-e0365d3b3b157ae7/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":14399165043509735265,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
bf21bbd6f5e1a5ce

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[\"default\", \"proc-macro\"]","target":5822405929374872038,"profile":6299028598154287785,"path":9081372817921057712,"deps":[[16745173101903655211,"proc_macro2",false,8738346441510318062]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/quote-69f8a91f64b909ea/dep-lib-quote"}}],"rustflags":[],"metadata":2717943770976187624,"config":0}

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"","target":0,"profile":0,"path":0,"deps":[[10052837843677225671,"build_script_build",false,1126022419366310222]],"local":[{"Precalculated":"1.0.42"}],"rustflags":[],"metadata":0,"config":0}

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[\"clone-impls\", \"default\", \"derive\", \"full\", \"parsing\", \"printing\", \"proc-macro\", \"quote\", \"visit\"]","target":10429514197457385088,"profile":6299028598154287785,"path":4364451414104925564,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/syn-ddcbe04b1c9c38c4/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":6886477143387768027,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
6dca970be3925b47

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[\"clone-impls\", \"default\", \"derive\", \"full\", \"parsing\", \"printing\", \"proc-macro\", \"quote\", \"visit\"]","target":18164850629821630209,"profile":6299028598154287785,"path":3733192808176441803,"deps":[[6555828555352911943,"quote",false,14890556188956238271],[7525965102115876890,"unicode_xid",false,14345448790668678907],[10052837843677225671,"build_script_build",false,2641536512984509749],[16745173101903655211,"proc_macro2",false,8738346441510318062]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/syn-e288f5a02d75ddc5/dep-lib-syn"}}],"rustflags":[],"metadata":6886477143387768027,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[\"default\"]","target":17781475209714866777,"profile":6299028598154287785,"path":15572506910711606342,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/unicode-xid-cbb244b2aef4bafd/dep-lib-unicode-xid"}}],"rustflags":[],"metadata":8984739024795042354,"config":0}

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[\"default\", \"spans\", \"std\"]","target":10429514197457385088,"profile":6299028598154287785,"path":1860131548005004537,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/wasm-bindgen-131ddf30a4f16cc9/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":1893760814388251298,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[\"default\", \"spans\", \"std\"]","target":14731096207843925345,"profile":16668067249205866872,"path":12417925918140882719,"deps":[[4865950802260201545,"build_script_build",false,7272123705644838276],[6626350851604259695,"wasm_bindgen_macro",false,8533420128385313566],[13837234849270857574,"cfg_if",false,6729798568770230740]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/wasm-bindgen-b663a83068536e26/dep-lib-wasm-bindgen"}}],"rustflags":[],"metadata":1893760814388251298,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[\"spans\"]","target":17538537557090365733,"profile":6299028598154287785,"path":3711357537208356038,"deps":[[4352149218745071812,"wasm_bindgen_shared",false,1936483004364943632],[5027596198908666028,"log",false,13397771692201800774],[6555828555352911943,"quote",false,14890556188956238271],[8536350174477403560,"lazy_static",false,2749304789146398482],[10052837843677225671,"syn",false,5141864903423281773],[14642781940314876328,"bumpalo",false,16784992100228156082],[16745173101903655211,"proc_macro2",false,8738346441510318062]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/wasm-bindgen-backend-5502768ec2a6b722/dep-lib-wasm-bindgen-backend"}}],"rustflags":[],"metadata":8274807435695899353,"config":0}

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"","target":0,"profile":0,"path":0,"deps":[[4865950802260201545,"build_script_build",false,16007989976630903647]],"local":[{"RerunIfChanged":{"output":"debug/build/wasm-bindgen-cc4802f2e40f8dcf/output","paths":["build.rs"]}}],"rustflags":[],"metadata":0,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[\"spans\"]","target":167179145250233244,"profile":6299028598154287785,"path":11948712599777120936,"deps":[[4798142390211574280,"wasm_bindgen_macro_support",false,14689506049709677902],[6555828555352911943,"quote",false,14890556188956238271]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/wasm-bindgen-macro-75e9fe240c250bd6/dep-lib-wasm-bindgen-macro"}}],"rustflags":[],"metadata":17576434215897489395,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[\"spans\"]","target":15880741022513487208,"profile":6299028598154287785,"path":10590231226519371477,"deps":[[1399372213462363245,"wasm_bindgen_backend",false,13147185468258542908],[4352149218745071812,"wasm_bindgen_shared",false,1936483004364943632],[6555828555352911943,"quote",false,14890556188956238271],[10052837843677225671,"syn",false,5141864903423281773],[16745173101903655211,"proc_macro2",false,8738346441510318062]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/wasm-bindgen-macro-support-ded8f8ff3ba223e9/dep-lib-wasm-bindgen-macro-support"}}],"rustflags":[],"metadata":3850881919609461430,"config":0}

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[]","target":10429514197457385088,"profile":6299028598154287785,"path":17749814471917695902,"deps":[],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/wasm-bindgen-shared-679e319671604d74/dep-build-script-build-script-build"}}],"rustflags":[],"metadata":4905702609766663142,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"[]","target":11096923706134907080,"profile":6299028598154287785,"path":6755585874557622542,"deps":[[4352149218745071812,"build_script_build",false,3330839973616616810]],"local":[{"CheckDepInfo":{"dep_info":"debug/.fingerprint/wasm-bindgen-shared-bb3b6c9a2870f967/dep-lib-wasm-bindgen-shared"}}],"rustflags":[],"metadata":4905702609766663142,"config":0}

View file

@ -1 +0,0 @@
{"rustc":13783575115907918084,"features":"","target":0,"profile":0,"path":0,"deps":[[4352149218745071812,"build_script_build",false,11401786278223178891]],"local":[{"Precalculated":"0.2.68"}],"rustflags":[],"metadata":0,"config":0}

View file

@ -1 +0,0 @@
This file has an mtime of when this was started.

View file

@ -1,2 +0,0 @@
cargo:rustc-cfg=atomic_cas
cargo:rerun-if-changed=build.rs

View file

@ -1 +0,0 @@
/Users/enrique/Developer/crimata/crimata-electron/crate/target/debug/build/log-c58ae92fed5213bb/out

View file

@ -1 +0,0 @@
build_script_build-e6ae193143335f61.dSYM

Some files were not shown because too many files have changed in this diff Show more