Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Address TODOs#324

Merged
DominicKramer merged 12 commits intogoogleapis:masterfrom
DominicKramer:cleanup/address-todos
Aug 9, 2017
Merged

Address TODOs#324
DominicKramer merged 12 commits intogoogleapis:masterfrom
DominicKramer:cleanup/address-todos

Conversation

@DominicKramer
Copy link
Copy Markdown
Contributor

As part of the change to Typescript, many TODOs were added to the code for items to address. This PR addresses some of these TODOs.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 8, 2017
// TODO: Address the case when `id` is `undefined`.
project, id as string, that.config_.serviceContext, sourceContext,
that.config_.description, null, onGCP);
onGCP, that.config_.description, undefined);

This comment was marked as spam.

// TODO: Verify that `null` for minorVersion_ should be used here
// or if minorVersion_ should be optional.
{service: 'some-service', version: 'production', minorVersion_: null},
{service: 'some-service', version: 'production', minorVersion_: undefined},

This comment was marked as spam.

This comment was marked as spam.

// TODO: Determine if these are the correct values that should be
// use here.
{}, null, null, false);
{}, false, undefined, undefined);

This comment was marked as spam.

This comment was marked as spam.

// TODO: Verify that `null` for minorVersion_ should be used here
// or if minorVersion_ should be optional.
{service: 'default', version: 'yellow.5', minorVersion_: null},
{service: 'default', version: 'yellow.5', minorVersion_: undefined},

This comment was marked as spam.

This comment was marked as spam.

// TODO: Determine if these are the correct values that should be
// use here.
{}, null, null, false);
{}, false, undefined, undefined);

This comment was marked as spam.

This comment was marked as spam.

'a', 'b', undefined as any, undefined as any, undefined as any, 'Some Error Message',
// TODO: Determine if this value for onGCP is correct.
false);
'a', 'b', undefined as any, undefined as any, false, undefined as any, 'Some Error Message');

This comment was marked as spam.

This comment was marked as spam.

import {DebugAgentConfig} from './config';

// TODO: Determine if `ScopeType` should be named `scopeType`.
// tslint:disable-next-line:variable-name

This comment was marked as spam.

This comment was marked as spam.

description?: string;

/**
* Whether or not it is permitted to evaluate expressions.

This comment was marked as spam.

This comment was marked as spam.

private debugletApi_: Controller;
private completedBreakpointMap_: {[key: string]: boolean};

// Exposed for testing

This comment was marked as spam.

This comment was marked as spam.

@DominicKramer DominicKramer merged commit b58b2f7 into googleapis:master Aug 9, 2017
@DominicKramer DominicKramer deleted the cleanup/address-todos branch October 9, 2017 20:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants