-
You may have a setting you want to deprecate:
```crystal
@[Deprecate("This is no longer used")]
setting old_setting : String
```
-
On FreeBSD 13 with Clang 11.0.1, `cmake -GNinja -DENABLE_SHARED=on ..; ninja` fails with:
```
FAILED: CMakeFiles/ffts_static.dir/src/ffts_real.c.o
/usr/bin/cc -DFFTS_BUILD -DHAVE_ALIGNED_ALLOC -DH…
-
Problematic for drones & co.
-
### Dafny version
4.6
### Code to produce this issue
```dafny
newtype T = bv1 {
static const c := 0 as T
}
const c := T.c
```
### Command to run and resulting output
```code
…
-
Take this code for example:
```c
typedef struct {
int a;
} M;
int foo(const M bar);
```
Right now, crefl can't reproduce the signature for the `foo` function because the `bar` parameter …
-
```go
type S struct {
s *uint64
}
func Bad() *S {
return &S{s: nil}
}
```
gets translated into
```coq
Definition S := struct.decl [
"s" :: ptrT
].
Definition Bad: val :=
rec: "…
-
See:
- https://github.com/golang/go/issues/69582
-
double click on Αἰγύπτου in text environment (Safari - Alpheios Components 1.4.7)
https://texts-test.alpheios.net/text/urn:cts:greekLit:tlg0085.tlg001.alpheios-text-grc1/passage/1-30
Gen …
-
We originally [considered various approaches](https://github.com/immunant/IA2-Phase2/pull/3#discussion_r706531870) to avoid duplicating function wrappers while still being able to support wrapping fun…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR26553](https://bugs.llvm.org/show_bug.cgi?id=26553) |
| Status | NEW |
| Importance | P normal |
|…