Noah Gibbs

Results 22 comments of Noah Gibbs

Randomly: right now I'm hitting an annoyance that this would solve. Specifically, I'm marking a particular struct as blocklist and opaque. But its anonymous substructure is still being generated, which...

We have this trouble on YJIT quite extensively - commenting and subscribing here :-)

Just using C2Rust might not work well for us - one thing we need is *more* support for complex preprocessor defines than bindgen gives (e.g. operators on constants in a...

That *sounds* fantastic. I'm not having any luck adapting it to use a build.rs file, though. It works fine on the command line, but with cargo and a builder it...

There's an internal function to check for unmatched Rules. That's how the printed warning works. But it looks like it's not meant for external consumption.

Looks like your fix *does* work for our case. Thank you! With a little grepping the output we can get the missed imports.

Huh. I wonder if there's something odd about -e with CRuby. I actually use nohup quite routinely with large CRuby batch jobs, and it writes to file as you'd expect....

Gem.loaded_specs['cookies_eu'] is nil for me, even though Gemfile.lock lists the gem appropriately. That keeps my .js.erb file from working. I tried an old Bundler (1.17.3) and a new one (2.1.2)...

Once I manually deleted the key I didn't have any further trouble. Vagrant seemed to add it and delete it correctly from there. I just couldn't manually add it _before_...