Igor Matuszewski

Results 18 issues of Igor Matuszewski

I was browsing `miniz_oxide` dependencies when I noticed a switch at some point from a `adler32` 1.0.x to a 0.2.x version of this crate, which initially struck me as odd....

The simple case would be `println` macro, see https://github.com/rust-lang/rls-vscode/issues/238 for a simple reproduction.

bug

Since we forked, there has been some improvements made here but also we missed out on some of the PRs made against sccache (after the project got more action since...

Introduced in #128. The original reason for that is purely technical - it is required to call `unshare(CLONE_NEWUSER)` in the main thread of a program. Since `cachepot-dist` is multi-threaded and...

good first issue

#128 introduces a rootless support (which also removes the bail-if-not-root check) at the cost of having to support unprivileged user namespaces (which can be disabled at run-time or not compiled...

good first issue

After #128 will be merged, we can run the dist test suite in a new user Linux namespace, effectively gaining capabilities to run bubblewrap but still isolated from the parent...

tests

There was an attempt to remove openssl in favour of pure Rust implementation at https://github.com/paritytech/sccache/pull/67, however we still include it via `rouille` > `tiny_http` implementation. We track moving off `rouille`...

enhancement

### What does this PR do? Attempts to add a Dockerfile with a prepared Rust environment with latest Rust stable version installed (installed using `rustup` toolchain manager and also bundles...

Ref: #812 Opening to openly track progress made towards completely merging both extensions.

Found when attempting to parse the `mainnet` corpus. 1. [`symbol = "[email protected]";`](https://github.com/tintinweb/smart-contract-sanctuary-ethereum/blob/015d0105102504dc8733a18c3543f87f1829a5e8/contracts/mainnet/c3/c38ad3f7a5438e04e77b3e39ecb9eb483aed6bdd_Mangocoin.sol#L105) 2. [`string public standard = 'Token 0.1';`](https://github.com/tintinweb/smart-contract-sanctuary-ethereum/blob/015d0105102504dc8733a18c3543f87f1829a5e8/contracts/mainnet/dd/dd629af826f9290b2009a3c0722eb424dd692495_%24F2U.sol#L3) Both are parse errors, seem to be related to #18 and...