Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Conversation

@richardhuaaa
Copy link
Contributor

(Merging into 'breaking'. On the diff tab, add '?w=1' to the URL to ignore whitespace changes)

Note that the issue of disambiguating duplicate apps by email is not explicitly addressed here. I will address this in a subsequent review, but I expect that it will be a matter of URL encoding the '/appName' chunk and then decoding it on the server.

}
}

function throwForInvalidApp(app: App, appName: string): void {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verify that error messages are unchanged - as we are resolving names on the server, an invalid name will result in an error coming from the server rather than the CLI.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will need to add this as part of a server change - currently we just get:

[Error] Not Found

@dtivel
Copy link
Member

dtivel commented Feb 16, 2016

Looks good.

richardhuaaa pushed a commit that referenced this pull request Feb 17, 2016
…ification

Move name resolution logic out of the CLI
@richardhuaaa richardhuaaa merged commit a17f694 into breaking Feb 17, 2016
@richardhuaaa richardhuaaa deleted the breaking-name-resolution-simplification branch February 17, 2016 00:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants