Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions dev-guide/compiler-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ redirect_from:
In v2.55, Dagger introduced a rewrite of its core binding graph creation logic
that fixes many subtle bugs that have plague the previous version. However,
these fixes also come with a behavior change (see details below), so we've
introduced a flag to ease the migration to the new behavior. To enable the
fixes, pass the following compiler option:
introduced a flag to ease the migration to the new behavior. This was enabled
by default in v2.58. To disable the fixes, pass the following compiler option:

`-Adagger.useBindingGraphFix=ENABLED`.
`-Adagger.useBindingGraphFix=disabled`

In a future release, we will enable this flag by default, and remove the flag
entirely once users have had a chance to migrate.
In a future release, we will remove this flag entirely once users have had a
chance to migrate.

### Background

Expand Down