Closed kputnam closed 9 years ago
Twitter added support for referencing tweets via URL. The APIs expand the quoted tweet (similar to RTs) in a field named "quoted_status"
I also reduced the probability of constructing deeply recursive statusRetweetedStatus in the Arbitrary instance, which should improve runtime and memory usage while running the tests.
statusRetweetedStatus
Arbitrary
Thanks! It have been released as 0.7.1
Twitter added support for referencing tweets via URL. The APIs expand the quoted tweet (similar to RTs) in a field named "quoted_status"
I also reduced the probability of constructing deeply recursive
statusRetweetedStatus
in theArbitrary
instance, which should improve runtime and memory usage while running the tests.