Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Issue 3017623002: Roll typ to the latest version

Created:
3 years, 2 months ago by nednguyen
Modified:
3 years, 2 months ago
Reviewers:
Dirk Pranke, dpranke
CC:
catapult-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Roll typ to the latest version

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -47 lines) Patch
M third_party/typ/README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/typ/setup.py View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/typ/typ/arg_parser.py View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/typ/typ/runner.py View 7 chunks +67 lines, -36 lines 0 comments Download
M third_party/typ/typ/tests/main_test.py View 2 chunks +56 lines, -2 lines 0 comments Download
M third_party/typ/typ/tests/runner_test.py View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/typ/typ/version.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (6 generated)
nednguyen
3 years, 2 months ago (2017-09-25 12:35:24 UTC) #2
dpranke
lgtm
3 years, 2 months ago (2017-09-25 19:15:07 UTC) #8
nednguyen
On 2017/09/25 19:15:07, dpranke wrote: > lgtm This is failing, so seems like we have ...
3 years, 2 months ago (2017-09-25 19:15:53 UTC) #9
dpranke
On 2017/09/25 19:15:53, nednguyen wrote: > On 2017/09/25 19:15:07, dpranke wrote: > > lgtm > ...
3 years, 2 months ago (2017-09-25 19:31:01 UTC) #10
nednguyen
3 years, 2 months ago (2017-09-25 21:33:24 UTC) #11
On 2017/09/25 19:31:01, dpranke wrote:
> On 2017/09/25 19:15:53, nednguyen wrote:
> > On 2017/09/25 19:15:07, dpranke wrote:
> > > lgtm
> > 
> > This is failing, so seems like we have some API change in typ
> 
> Well, sorta. See:
> 
> https://github.com/dpranke/typ/commit/1e254b3ef4d14dee6109d8c3a58ab64d1500e3c2
> 
> But that was supposed to be a backwards-compatible change (i.e., not an API
> change).
> 
> The error is complaining that `top_level_dir` is not part of
> `BrowserFinderOptions`, though, 
> and I don't see that listed in browser_options.py. So I don't know where that
> would've 
> been coming from or how the typ change might've affected it. 
> 
> top_level_dir is theoretically deprecated and replaced by top_level_dirs,
which
> is a list. So if 
> changing to use that instead fixes the problem, you might want to do that, but
> since I don't
> understand what's going on, I'm not sure what the right fix is. If we need to
> change something 
> in typ to better preserve compatibility we can do that.

No worries, lemme see which assumption broken & see if we should update Typ or
just Telemetry hook up code.

Powered by Google App Engine
This is Rietveld 408576698