-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
1. Open an assembly file, e.g. https://github.com/kwahoo2/freecad-motor-driver/blob/main/f…
-
I'm packaging CadQuery for Gentoo. I've built OCP with the pre-generated "ubuntu" bindings sources as suggested in https://github.com/CadQuery/OCP/issues/132#issuecomment-1851412570
CadQuery master p…
l29ah updated
2 weeks ago
-
**Description**
Our code base does not build in release mode with 5.9 on Linux, but succeeds with 5.8.
`swift build -c release`
```
swift-frontend: /home/build-user/llvm-project/llvm/lib/CodeG…
-
Consider this invalid program using an uninitialized variable:
`foo.c`
```c
#include
int main (void)
{
int garbage; // garbage is indeterminate
int *addr = &garbage; // address of ga…
-
I tried running the sample application (Rendering a triangle). The code worked perfectly in Windows but got the following error when I compiled it with Mono in Ubuntu.
```
Loaded assembly: /home/l…
-
the point of the objcopy build step is to remove the ELF headers and dump the raw machine code, is that right?
maybe do we want that to be a build switch of zig, such as `--raw-machine-code`?
``…
-
Hello, I'm running into an error with a few of my samples. I ran gdb -arg on all of them and got the same fault. (I changed to threads=1 to make sure it wasn't a threading issue).
```
Starting pro…
-
Hello,
I have been trying to run goldrush with simulated HiFi reads of Human. The coverage of the reads is 10x. I have used goldrush for several other simulated inputs and it ran. I also checked if t…
-
I have constructed a fairly exhaustive test suite for the x86 assembler and identified some problems. The ones in this issue are long-time bugs that appear to have been present since the beginning of …
-
Hi,
I used 3d-dna to assembly genome, there were some strange outputs.
**1**. The *FINAL.fasta file contain a lot of empty contigs, such as
NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN…