Skip to content

previous compilation file was not self-contained. #36981

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
timsneath opened this issue May 16, 2019 · 2 comments
Closed

previous compilation file was not self-contained. #36981

timsneath opened this issue May 16, 2019 · 2 comments
Labels
front-end-kernel legacy-area-front-end Legacy: Use area-dart-model instead.

Comments

@timsneath
Copy link
Contributor

timsneath commented May 16, 2019

Launching lib/main.dart on iPhone Xs in debug mode...

Compiler message:

Warning: Tried to initialize from a previous compilation (build/app.dill.track.dill), 
but the file was not self-contained. This might be a bug.

The Dart team would greatly appreciate it if you would take a moment to report 
this problem at http://dartbug.com/new.

If you are comfortable with it, it would improve the chances of fixing any bug 
if you included the file 
/var/folders/31/vhvrysrx1h17pvzhwxsywpn400gq16/T/initialize_from.dill42b4BC/initialize_from.dill.gz 
in your error report, but be aware that this file includes your source code.
Either way, you should probably delete the file so it doesn't use unnecessary 
disk space.

File: initialize_from.dill.gz

Another instance of #36032, perhaps?

@timsneath timsneath added legacy-area-front-end Legacy: Use area-dart-model instead. front-end-kernel labels May 16, 2019
@a-siva
Copy link
Contributor

a-siva commented May 24, 2019

This appears to be a duplicate of #37043

@jensjoha
Copy link
Contributor

Yes, it's #36032.
With a new sdk (one with 5eff2a0) we'll issue a "CanonicalNameSdkError" and not issue the warning in the incremental compiler.

The underlying issue is - again - a changed sdk (missing root::dart:ui::Rect::@getters::left because left became a field instead of a getter).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
front-end-kernel legacy-area-front-end Legacy: Use area-dart-model instead.
Projects
None yet
Development

No branches or pull requests

3 participants