Skip to content

scenario_app build rules doesn't recompile when files are edited #88179

Closed
flutter/engine
#28732
@gaaclarke

Description

@gaaclarke

Steps to reproduce:

  1. Type garbage into the file at flutter/testing/scenario_app/lib/src/scenarios.dart
  2. delete out/ios_debug_sim_unopt/scenario_app/Scenarios/App.framework
  3. compile with autoninja -C out/ios_debug_sim_unopt && autoninja -C out/host_debug_unopt/
  4. Notice that there was no compilation error
  5. Notice that out/ios_debug_sim_unopt/scenario_app/Scenarios/App.framework has been regenerated somehow despite the error

cc @dnfield

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work listc: tech-debtTechnical debt, code quality, testing, etc.engineflutter/engine repository. See also e: labels.platform-iosiOS applications specifically

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions