Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use hash symbol everywhere in CUR include-specs
  • Loading branch information
FROGGS committed May 21, 2015
1 parent 9bdeaa9 commit 29e5521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CompUnitRepo.pm
Expand Up @@ -110,7 +110,7 @@ sub INCLUDE-SPEC2CUR(Str:D $spec) {
if $class === Any;

my $abspath = $class.?absolutify($path) // $path;
my $id = "$short-id:$abspath";
my $id = "$short-id#$abspath";
$lock.protect( {
%INCLUDE-SPEC2CUR{$id}:exists
?? %INCLUDE-SPEC2CUR{$id}
Expand Down

0 comments on commit 29e5521

Please sign in to comment.