Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
b2da79ce
Unverified
Commit
b2da79ce
authored
Sep 06, 2019
by
Jonah Williams
Committed by
GitHub
Sep 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
roll build runner and remove delay (#39988)
parent
83da35fb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
11 deletions
+5
-11
pubspec.yaml
dev/integration_tests/android_views/pubspec.yaml
+2
-2
web_fs.dart
packages/flutter_tools/lib/src/build_runner/web_fs.dart
+0
-6
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+3
-3
No files found.
dev/integration_tests/android_views/pubspec.yaml
View file @
b2da79ce
...
...
@@ -7,7 +7,7 @@ dependencies:
sdk
:
flutter
flutter_driver
:
sdk
:
flutter
path_provider
:
1.
2.2
path_provider
:
1.
3.0
collection
:
1.14.11
assets_for_android_views
:
git
:
...
...
@@ -81,4 +81,4 @@ dev_dependencies:
flutter
:
uses-material-design
:
true
# PUBSPEC CHECKSUM:
1658
# PUBSPEC CHECKSUM:
4b57
packages/flutter_tools/lib/src/build_runner/web_fs.dart
View file @
b2da79ce
...
...
@@ -129,12 +129,6 @@ class WebFs {
/// Recompile the web application and return whether this was successful.
Future
<
bool
>
recompile
()
async
{
// TODO(jonahwilliams): build_daemon is still watching for sources, which means we can
// easily miss changes when hot restart is triggered by IDEs. Until we fix this, add a
// delay to allow filesystem watches to gather all required source files. This duration
// was chosen arbitrarily.
// See https://github.com/flutter/flutter/issues/39696
await
Future
<
void
>.
delayed
(
const
Duration
(
milliseconds:
150
));
_client
.
startBuild
();
await
for
(
BuildResults
results
in
_client
.
buildResults
)
{
final
BuildResult
result
=
results
.
results
.
firstWhere
((
BuildResult
result
)
{
...
...
packages/flutter_tools/pubspec.yaml
View file @
b2da79ce
...
...
@@ -47,7 +47,7 @@ dependencies:
test_core
:
0.2.5
# Code generation dependencies
build_runner_core
:
3.
0.9
build_runner_core
:
3.
1.0
dart_style
:
1.2.9
code_builder
:
3.2.0
build
:
1.1.6
...
...
@@ -124,7 +124,7 @@ dev_dependencies:
mockito
:
4.1.1
file_testing
:
2.1.0
test
:
1.6.3
build_runner
:
1.6.
7
build_runner
:
1.6.
8
build_vm_compilers
:
1.0.3
build_test
:
0.10.8
...
...
@@ -136,4 +136,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc
:
true
# PUBSPEC CHECKSUM:
9ea0
# PUBSPEC CHECKSUM:
1699
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment