cds-amal

Results 24 issues of cds-amal

On Windows, `truffle compile` will always recompile every contract. ## versions OS: Windows 11 (should fail on Windows 10 as well) PS C:\Users\amal\dev\mc> truffle version Truffle v5.4.32 (core: 5.4.32) Solidity...

bug
Windows
priority2 ⚠️

To encourage our community to participate, the [contribution guide](https://github.com/trufflesuite/truffle/blob/develop/CONTRIBUTING.md) should better document - [ ] we're here to help! - [ ] how we prioritize issues - [ ] give...

priority3 🔧

While evaluating #6154 I noticed this strange behavior where the expected value for a variable should be 0, but we get 1. ## Steps to Reproduce 1. Clone [this Repo](https://github.com/cds-amal/truffle-issue-6157)...

See #6008 When using `childprocess.exec*` variants you have to specify the maxBuffer upfront to handle the childprocess's output. `childprocess.Spawn*` use events which doesn't put a memory cap interprocess communication.