Andrew Fleming

Results 38 issues of Andrew Fleming

For functions meant to be private, it might make sense to move them out of a component's `InternalImpl` and into a `PrivateImpl`. I think this will better communicate that the...

WIP Fixes #??? #### PR Checklist - [ ] Tests - [ ] Documentation - [ ] Added entry to CHANGELOG.md - [ ] Tried the feature on a public...

The license id paths should now include a `src/` to match the new repo structure. ``` // OpenZeppelin Contracts for Cairo v0.15.1 (account/account.cairo) ``` should be ``` // OpenZeppelin Contracts...

Ref https://github.com/OpenZeppelin/cairo-contracts/pull/1036#pullrequestreview-2159218048 Waiting on #1025 to be merged

Currently, testing an [ImmutableConfig](https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-107.md) trait is difficult because we can only have one implementation in scope. It'd be nice to develop a pattern that enables tests on variations of ImmutableConfig...