-
Hey guys, it looks like something in the build process is messed up for Raspbian. On OSX this process was a breeze, but for some reason this specific step in building moar breaks:
```
manchicken@rasp…
-
Steps to reproduce:
1. Create a new clone of Rakudo
2. For reproducability: `git checkout d059921b72a`
3. run `perl Configure.pl --gen-moar --make-install`
4. Change `tools/templates/NQP_REVISIO…
-
Hi everyone!
We are nearing the finish line of the Conan 2.0 migration, with just a bit more than a hundred recipes left to go. I thought it would be a good time to summarize and keep track of the …
-
If the exponent passed to `infix:` is a `Rat` or `FatRat`, the resulting type will always be `Num` even if the base's type can hold the value without decaying.
For example,
```raku
say (2.FatRat …
-
The C-API has built up over 30 years, in a haphazard way. So, it is no surprise that it is a bit of a mess.
What makes it worse is that it is based around the C `long` type, which is varies in size b…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR25305](https://bugs.llvm.org/show_bug.cgi?id=25305) |
| Status | NEW |
| Importance | P normal |
|…
-
## Context
I'm trying to compile Odin itself from source.
* Hardware: Raspberry Pi 4 (arm64)
* Operating System: Debian 12 (bookworm)
* Git tag: dev-2024-10
clang++ -v output:
```
Debian …
-
### Prerequisites
* [x] Checked the developer manual
* [x] Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=repo%3Alibtom%2Flibtomcrypt
* [x] Checked that your issu…
J08nY updated
6 years ago
-
Hi there,
Thank you for this opportunity to make this turnkey solution available for everybody. We are not very big XCP-ng user but we rely on. In our infrastructure, we are managing host machines …
-
Took me a while to track this down. I normally build Rakudo, but NQP builds started failing sometime between Rakudo commits ee9314d (OK) and 980f692 (FAIL).
I further tracked this down rolling back…