| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Ping @tbranyen, @johnhaley81, @maxkorp. |
Sorry, something went wrong.
|
@implausible Sorry for the late reply. Is the new commit better? |
Sorry, something went wrong.
|
Ping @implausible, it's been far more than a year, is this still a helpful PR? If not, please close it. |
Sorry, something went wrong.
Commit#parent did not assign the repo property so subsequent calls which relied on this property (such as Commit#getTree) failed. This change works around this problem by imitating what LookupWrapper does for Commit.lookup, that is, it wraps the actual call in a new function and manually assigns the repo property.
| Back | FazBrowse Home | New Git URL |
Commit#parent did not assign the repo property so subsequent calls which relied on this property (such as Commit#getTree) failed. This change works around this problem by imitating what LookupWrapper does for Commit.lookup, that is, it wraps the actual call in a new function and manually assigns the repo property.
This commit also adds a test case for the corrected behavior.