Skip to content

Commit

Permalink
Add missing ":setting-only" parameter
Browse files Browse the repository at this point in the history
Fixes #4911
  • Loading branch information
lizmat committed Apr 28, 2022
1 parent 92ee0a7 commit b84a6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Actions.nqp
Expand Up @@ -1470,7 +1470,7 @@ class Perl6::Actions is HLL::Actions does STDActions {
:is_nested($world.is_nested()),
:repo_conflict_resolver(QAST::Op.new(
:op('callmethod'), :name('resolve_repossession_conflicts'),
QAST::WVal.new( :value($world.find_symbol(['CompUnit', 'RepositoryRegistry'])) )
QAST::WVal.new( :value($world.find_symbol(['CompUnit', 'RepositoryRegistry'], :setting-only)) )
)),

# If this unit is loaded as a module, we want it to automatically
Expand Down

0 comments on commit b84a6d2

Please sign in to comment.