Skip to content

Conversation

@mattseddon
Copy link
Contributor

@mattseddon mattseddon commented Nov 29, 2022

2/2 main <- #2852 <- this

Closes #2851.

image

☝🏻 I actually remembered correctly.

Unfortunately, I realised that the key can actually be the plot's title which means we need to interrogate the data 😢.

@mattseddon mattseddon added the bug Something isn't working label Nov 29, 2022
@mattseddon mattseddon self-assigned this Nov 29, 2022
@mattseddon mattseddon force-pushed the fix-top-level-watchers branch 2 times, most recently from d790043 to 5f2f179 Compare November 29, 2022 04:15
@mattseddon mattseddon force-pushed the fix-top-level-watchers branch from 5f2f179 to b72f392 Compare November 29, 2022 04:31
@mattseddon mattseddon changed the base branch from main to remove-error-from-plots November 29, 2022 04:34

abstract managedUpdate(path?: string): Promise<unknown>

protected abstract collectFiles(data: T): string[]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

[F] TIL this is possible.

...args
)

this.notifyChanged({ data, revs })
Copy link
Contributor Author

Choose a reason for hiding this comment

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

[F] We don't want to delay updating the rest of the app whilst we mess around looking for files to watch.

@mattseddon mattseddon marked this pull request as ready for review November 29, 2022 04:36
@mattseddon mattseddon force-pushed the fix-top-level-watchers branch 2 times, most recently from 8e422e0 to fbfff9a Compare November 29, 2022 05:35
@mattseddon
Copy link
Contributor Author

I had to update the test fixture because the Windows tests were failing.

@mattseddon mattseddon changed the title Fix plots file watchers (diff output key is not a file) Fix plots file watchers (diff output key is not always a file) Nov 29, 2022
Base automatically changed from remove-error-from-plots to main November 29, 2022 19:57
@mattseddon mattseddon force-pushed the fix-top-level-watchers branch from fbfff9a to 42f86d8 Compare November 29, 2022 19:58
@mattseddon mattseddon enabled auto-merge (squash) November 29, 2022 19:59
Copy link

@qlty-cloud-legacy qlty-cloud-legacy bot left a comment

Choose a reason for hiding this comment

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

The PR diff size of 30454 lines exceeds the maximum allowed for the inline comments feature.

@qlty-cloud-legacy
Copy link

Code Climate has analyzed commit 42f86d8 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 96.9% (85% is the threshold).

This pull request will bring the total coverage in the repository to 96.6%.

View more on Code Climate.

@mattseddon mattseddon merged commit 5851af4 into main Nov 29, 2022
@mattseddon mattseddon deleted the fix-top-level-watchers branch November 29, 2022 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Top-level plots are not updated while the experiment is running

2 participants