Conversation
|
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/174478509 The labels on this github issue will be updated when the story is started. |
Call was removed in 25efe93 as part of removing varz
12caa9a to
3ac1c9a
Compare
tcdowney
approved these changes
Aug 24, 2020
Member
tcdowney
left a comment
There was a problem hiding this comment.
this was my go to ring buffer implementation 😞
looks alright to me
|
|
||
| require 'uaa/token_coder' | ||
|
|
||
| module VCAP; end |
Member
Author
There was a problem hiding this comment.
Previously, RingBuffer was the first file loaded with the VCAP module defined:
-
Removing RingBuffer has the side effect of causinghttp_constants.rbto fail loading becauseVCAPis undefined.
Member
Author
There was a problem hiding this comment.
So, rather than shifting module definitions around for what random file gets to be the first one to define VCAP, I pulled it up to the top level.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Call was removed in 25efe93 as part of removing varz