-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (75836a7 2023-09-09T00:31:5…
-
When the values are all integer, it would be nice to know that, instead of just "Number"
The daily subtitle file from opensubtitles.org is less than 100k is size, about 2000 lines, and is a nice da…
-
std::fmt::Formatter's members are now private.
In my usecase, I was formatting an array of elements by passing down the formatter and using it for each element, so for example {:.2} would print each …
-
I think it shouldn't be too difficult to add some rudimentary support for add-on modules, that work the same way as kernel modules on Linux:
- Adding/removing the module (i.e. C++ written mod) would b…
-
Hey, @starwing... I am thinking of implementing grapheme cluster support for this library. I might do it very soon, or maybe later, but first it will be good to hear from you: Do you have any ideas wh…
-
### Input
```sv
module X {
int N;
}
impl X {
int K = N / 2;
const ubus x[K]; // Fine with N
}
```
This issue is undeterministic and occurs every second run or so. The anal…
-
- [x] Proposal added
- [x] Discussed in LDM
- [x] Decision in LDM
- [x] Finalized (rejected)
- [x] Spec'ed
Specification: https://github.com/dotnet/csharplang/blob/main/proposals/param-nullchec…
-
Per @dtolnay [in #72841](https://github.com/rust-lang/rust/pull/72841#pullrequestreview-429527831):
> Note that repr(transparent) is not the same as permission to inspect or manipulate the internal r…
-
Hey @MarijnS95, it would be good to know if there's a release being planned for the `ndk` and `ndk-sys` crates?
In particular an `ndk-sys` release would be really appreciated, since I'd like to be …
-
Prompted by discussions at https://github.com/wizardsardine/liana/issues/539, this is a sketch for a BIP proposal for serializing wallet descriptors. I raise it here for comments and because Blockchai…