Skip to content

Commit

Permalink
Merge pull request #4825 from MasterDuke17/rakuast_add_rakumod_file_t…
Browse files Browse the repository at this point in the history
…o_compiler_id
  • Loading branch information
MasterDuke17 committed Mar 22, 2022
2 parents d24f293 + 30902c0 commit b330e2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Raku/ast/README.md
Expand Up @@ -42,7 +42,7 @@ quite a few other things to do that will be helpful. Specifically:
new symbols (which, well, there are). (done, for now at least)
* Get the compiler ID to factor in the AST nodes, so that a re-compile with
only AST changes will invalidate previous pre-comps, so we don't have to
remove `lib/.precomp/` after such a build. (Difficulty: probably easy.)
remove `lib/.precomp/` after such a build. (done)
* Fix build system issues (doesn't rebuild if the AST compiler changes, etc.)
(Difficulty: well, it involves a build system...)
* Get the AST compiler to support roles, and gradually transition the things
Expand Down
2 changes: 1 addition & 1 deletion tools/lib/NQP/Config/Rakudo.pm
Expand Up @@ -797,7 +797,7 @@ sub _specs_iterate {
push @all_sources,
File::Spec->abs2rel(
File::Spec->catfile( $File::Find::dir, $_ ), $base_dir )
if /\.(nqp|pm6)\z/;
if /\.(nqp|pm6|rakumod)\z/;
},
File::Spec->catdir( $base_dir, "src" )
);
Expand Down

0 comments on commit b330e2a

Please sign in to comment.