-
Certain use cases need circular references idiomatically. For example `:Library.Catalog/Book.LastCheckout` and `:Library.Ledger/CheckoutLog.Book` below. It would help to support these kind of circular…
-
i see there's some fs module but I can't figure how to use. are fs/system apis supported in any way? what about running in a nodejs context? also what about CORS?
-
When experimentally adding `-Zinstrument-coverage` to the set of `ui` tests in the Rust source tree, most tests still pass; of those that don't, almost all failures can be explained, and some improvem…
-
### Description
The linker does not respect `DynamicallyAccessedMembers` attributes on parameters within a primary constructor.
```csharp
internal sealed class TypeBasedOpenApiDocumentTransform…
-
Consider:
```c
static inline void
atomic16_set(__int128 *ptr, __int128 val)
{
__int128_t *ptr_align = __builtin_assume_aligned(ptr, 16);
__int128_t old;
__sync_bool_compare_and_sw…
-
I was looking into using Ward to lint GHC's runtime system, starting with simple lock checking. Unfortunately even with only no privileges defined and enabling enforcement for a single file the check …
-
Just wanted to say hi 👋 and register my interest in your project.
I'm working on an app that helps users create reusable workflows for validating and operating on blocks of semi-structured data fro…
-
## Prerequisites
Please make sure to check off these prerequisites before submitting a bug report.
- [X] Test that the bug appears on the current version of the master branch. Make sure to include t…
-
Our current versions of `(find-integer)`, and `(all-integers?)` suffer from some bug where the inline words don't inline properly possibly due to the use of `curry`:
``` factor
: iterate-prep ( n quo…
-
## Description
The `irOptimized` emission takes around 40 minutes. Is slightly less if I do not request `irOptimized` but instead compile directly to EVM with `viaIR`.
The RAM usage is also over…