Skip to content

Instantly share code, notes, and snippets.

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7856de4..56aeef8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
cargo_cmd: fmt -- --check
os: ubuntu-latest
- component: clippy
- cargo_cmd: clippy --locked --all-targets -- -D warnings -A clippy::unknown-clippy-lints -A clippy::type_complexity -A clippy::new-without-default
+ cargo_cmd: clippy --locked --all-targets -- -D warnings
@Xanewok
Xanewok / PKGBUILD
Last active March 23, 2020 12:48
mingw-w64-capnproto
# Based on https://aur.archlinux.org/packages/mingw-w64-capnproto/
#
# Maintainer: Igor Matuszewski <xanewok@gmail.com>
# Contributors: Dave Reisner <dreisner@archlinux.org>
# Matthias Blaicher <matthias@blaicher.com>
# Severen Redwood <severen@shrike.me>
# Igor Matuszewski <xanewok@gmail.com>
_realname=capnproto
pkgbase=mingw-w64-${_realname}

Keybase proof

I hereby claim:

  • I am Xanewok on github.
  • I am xanewok (https://keybase.io/xanewok) on keybase.
  • I have a public key whose fingerprint is 2326 2159 742B 5DB1 2AAD FEC3 B3E8 4670 3BD7 A9FF

To claim this, I am signing this object:

@Xanewok
Xanewok / resources.md
Created October 6, 2019 14:41
Rust contribution resource list

Resources

diff --git a/ipc/src/server.rs b/ipc/src/server.rs
index 506007e..7e490dd 100644
--- a/ipc/src/server.rs
+++ b/ipc/src/server.rs
@@ -54,6 +54,7 @@ pub struct ServerBuilder<M: Metadata = (), S: Middleware<M> = middleware::Noop>
outgoing_separator: codecs::Separator,
security_attributes: SecurityAttributes,
client_buffer_size: usize,
+ handle: Handle,
}
diff --git a/t-ff78fb2d7617229d.rls-old.pretty.json b/t-ff78fb2d7617229d.rls-new.pretty.json
index 46713f3..7879328 100644
--- a/t-ff78fb2d7617229d.rls-old.pretty.json
+++ b/t-ff78fb2d7617229d.rls-new.pretty.json
@@ -10,104 +10,10 @@
},
"version": "0.18.2",
"compilation": {
- "directory": [
- 47,
#!/bin/bash
(>&2 echo "Running custom RLS wrapper")
# Generate a unique log filename
TODAY="$( date +"%Y%m%d" )"
NUMBER=0
HOMEDIR=$(eval "echo ~")
while [ -f "$HOMEDIR/rls-$TODAY$SUFFIX.log" ]; do
(( ++NUMBER ))
@Xanewok
Xanewok / cargo_plan.diff
Created October 23, 2018 21:44
Diff of dry-run --build-plan and actual-run on Cargo itself
diff --git a/home/xanewok/cargo.pretty.json b/home/xanewok/cargo_detailed.pretty.json
index 3f56bbc4..3c88eb11 100644
--- a/home/xanewok/cargo.pretty.json
+++ b/home/xanewok/cargo_detailed.pretty.json
@@ -8,6 +8,39 @@
],
"kind": "Host",
"deps": [],
+ "inputs": [
+ "/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.43/src/cloudabi/mod.rs",
@Xanewok
Xanewok / cargo_plan.diff
Created October 22, 2018 09:22
Diff of dry-run --build-plan and actual-run on Cargo itself
diff --git a/cargo_plan_simple.pretty.json b/cargo_plan.pretty.json
index 479c2a8..7ff6bda 100644
--- a/cargo_plan_simple.pretty.json
+++ b/cargo_plan.pretty.json
@@ -992,7 +992,8 @@
11
],
"inputs": [
- "/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.0.23/build.rs"
+ "/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.0.23/build.rs",
@Xanewok
Xanewok / cargo_plan.diff
Created October 22, 2018 09:20
Diff of dry-run --build-plan and actual-run --build-plan on Cargo itself
diff --git a/cargo_plan_simple.pretty.json b/cargo_plan.pretty.json
index 479c2a8..7ff6bda 100644
--- a/cargo_plan_simple.pretty.json
+++ b/cargo_plan.pretty.json
@@ -992,7 +992,8 @@
11
],
"inputs": [
- "/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.0.23/build.rs"
+ "/home/xanewok/.cargo/registry/src/github.com-1ecc6299db9ec823/libz-sys-1.0.23/build.rs",