-
```
--- FAIL: TestIngester_PrepareInstanceRingDownscaleHandler (3.00s)
--- FAIL: TestIngester_PrepareInstanceRingDownscaleHandler/POST_request_should_switch_the_instance_ring_entry_to_read-only (0…
-
The apparmor profile normally blocks a bunch of stuff in `/proc/sys` and `/sys` but without apparmor we should look at other ways of doing this (eg grsec?).
-
**Issue**
Steep raises an error when it encounters the definition for a "proc with an untyped parameter"
Running Ruby 3.3.0 and Steep 1.7.1
**Steps to reproduce**
1. Define this proc in an…
-
### Description / Steps to reproduce the issue
On Pi Pico W board with Pi Pico SDK 2.0, setup a system with working flash SmartFS file system and USB console, e.g.,
./tools/configure.sh -l raspber…
-
Currently, proc blocks are mostly implemented on an ad-hoc basis with a lot of work left up to the Rust compiler to catch bugs.
We want to take advantage of Rust's procedural macros to enforce a co…
-
I'm getting a few issues in `steep` which might be directly related to rbs. Take the following example into account:
```ruby
# rbs
class A
EX: ^(String name) -> bool
def each: () { (Str…
-
The following crash happened when running CI tests with release build and the Immix plan. Link: https://github.com/mmtk/mmtk-ruby/actions/runs/11549564269/job/32142824795?pr=113#step:9:7498
```
…
-
during postgres compile, the execution failed with pfree called with invalid pointer
performing post-bootstrap initialization ... 2024-10-28 07:40:58.746 CET [121131] FATAL: pfree called with invali…
-
![image](https://github.com/user-attachments/assets/ee0d4dcc-d4fa-4dab-baa7-847e02733e59)
-
Hi
I think this is misleading
say_these_things(thing2="ha")
it implies that you are explicitly specifying the thing2 variable and leaving thing1 as it's default but in fact, you are simply passing …