Andrew Szczepanski

Results 7 issues of Andrew Szczepanski

The problem: As a developer, if I am changing how a class is used or named, I would need to grep against the codebase with the name of the class....

Approved

# Description When large projects have a lot of missing objects in the first pass of parsing Ruby files we would run into stack overflows. This happens because, when there...

## Steps to reproduce POC can also be found at: https://github.com/Skipants/yard-poc/tree/master/error-converting-class-to-string 1. Create a simple file `standard_object.rb` containing a class with a comment: ```ruby # hello world class Base end...

Would Accept As Pull-Request

I know that using "weird results" in a title is a sign you're about to get the worst issue report ever, but let me output what I run into and...

By flattening the loop and only doing YARD parsing once per different list of paths (model vs. controller) we see a significant speedup. Here's the stats ``` Before fix: bundle...

Fixes an error if another tag is added to a model parsed by SwaggerYard eg. `YARD::Tags::Library.define_tag('MuCustomTag', :my_custom_tag)` We have custom tags on our models that would cause warning messages when...

The Github GraphQL response returns null for the StatusCheckRollup object if there are no status checks at all. In that case, this should be a pass. From my understanding, spr...