Vinicius Stock

Results 82 comments of Vinicius Stock

For your reference, the flag is added by Ruby's `configure` script. As instructed by the [README](https://github.com/ruby/ruby#how-to-compile-and-install), running `autogen.sh` creates the `configure` script, which in turn adds the `install_name` flag. Although...

The work for the generator itself is [here](https://github.com/Shopify/tapioca/pull/614). However, it depends on being able to load test files (without actually executing the tests). Once applications can define how to load...

About the user experience, is there a simple way we could detect if the developer forgot to invoke `load_dsl_defaults`? One idea I had, but that requires changing the interface, would...

Because we sort the requires, it may sometimes result in errors if they need a specific order. Currently, it's a confusing experience for developers, since they often just see a...

I added three new commits: 1. Ignore the type sigil when comparing RBI content. This is necessary because we change the sigil if the definitions conflict with a DSL file,...

We get different RBIs depending on the Ruby version. The command `--verify --all` passes locally, but fails on CI (differently for each Ruby). I wonder if we'd be able to...

It doesn't quite do the trick, but I'm failing to see why.

Closing this PR until we have a good approach for platform differences in RBIs.

Not a silly question at all! I'm not sure how these new IRB completions work internally, but they are indeed very useful - and it would be a great experience...