-
#### Imported from https://bugs.launchpad.net/bugs/1573615
|Property|Value|
|----|----|
|Reported by|[gouessant (gouessant-nicolas)](https://launchpad.net/~gouessant-nicolas)|
|Date reported|Fri, 22 …
twpol updated
8 years ago
-
## Preface
Zephyr codebase currently contains many "GNUisms" (GCC-specific constructs) in the assembly and C code because the majority of its developers use the GCC compiler and the upstream CI use…
-
## How to reproduce:
### Prepare
```
dotnet new console -lang F#
dotnet add package FSharp.Data -v 3.0.0
```
### Command that causes the problem
```
dotnet build
```
## Expected behavior…
mniak updated
5 years ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Forums discussion
https://forum.freecadweb.org/viewtopic.php?p=612317#p612317
### Version
0.21 (De…
-
home@home-Lenovo-H30-50:~/Documents/Chloroplast_Assembly/MaSuRCA-3.2.7$ sudo ./install.sh
+ pwd
+ ROOT=/home/Documents/Chloroplast_Assembly/MaSuRCA-3.2.7
+ [ -z ]
+ DEST=/home/Documents/Chlo…
-
### Bug description
I'm trying to export a naked function in a `cdylib` crate. The generated assembly looks fine, yet no symbols are exported.
```rust
#[no_mangle]
extern "C" fn foo() {
u…
-
# Description
This is a reproducible error. When I try to move a part into an `Object_Group`, FreeCAD crashes.
https://user-images.githubusercontent.com/6639874/185862841-d9f5c5d1-d920-4713-ae9…
-
I tried this code:
```rust
fn f(a: u32, b: bool, c: bool, d: &mut [u128; 2]) {
let mut a = a & 1 != 0;
if b {
a ^= c;
d[0] |= 1;
}
d[a as usize] |= 1;
}
```…
-
This can happen when the boot partition UUID changes.
Need to update initramfs in addition to GRUB:
sudo update-initramfs -u
sudo update-grub
Please edit your question and add the …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
Assembly crashes when you freshly insert a joint and click here:
![image](https://githu…