Erick Guan

Results 55 comments of Erick Guan

Does rust change this JSON format between last doc release? I poked my "fresh" environment: ```ruby require 'yard' require 'yard-rustdoc' json_data = File.read('tmp/doc/wasmtime_rb.json') puts "Loaded JSON data: #{json_data[0..500]}" # print...

Great that I found this issue. When I updated the `Capability` fields for Ruby bindings, I found I wanted to automate the process. Do I extend `dev` to support automatic...

Totally. @Xuanwo can you ask for behavior test results for non CI services? Or better solution, add an issue to automate this process so we don’t forget.

@Xuanwo merge queue is also a good way. Enqueuing PR -> Merge queue -> tests run on merge queue -> master PR runs. Enough to block master from breaking.