Skip to content

Commit

Permalink
fix instruction on importing all the stratego files in the completion…
Browse files Browse the repository at this point in the history
… directory. That could break the completions framework by importing completions from unused SDF3 files
  • Loading branch information
udesou committed Mar 16, 2016
1 parent cb82a1e commit 46682fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/release/migrate/new_completions_framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ New projects come automatically with support for the new completions framework.
To migrate old projects it is necessary to:

- add the following imports to the main Stratego file:
- `completion/-`. This imports all the stratego files generated from the SDF3 grammar.
- `completion/<LanguageName>-cp`. This imports the stratego files generated from the SDF3 grammar.
- `runtime/completion/-`. This imports the completion framework, part of the runtime-libraries.
- add the following strategy to the trans/pp.str file:
- `pp-completion = pp-partial-<LanguageName>-string`
Expand Down

0 comments on commit 46682fc

Please sign in to comment.