Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use more of the setting, pass more tests.
  • Loading branch information
pmurias committed Mar 10, 2014
1 parent 0772a15 commit 3c6b592
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/NQPMu.nqp
Expand Up @@ -109,6 +109,7 @@ my class NQPMu {
}

#?if !parrot
#?if !js
# A few bits when we're bootstrapping everything 6model-style rather than using
# Parrot-supplied things.
my class NQPArray is repr('VMArray') {
Expand All @@ -134,3 +135,4 @@ nqp::sethllconfig('nqp', nqp::hash(
'hash_iter', NQPHashIter
));
#?endif
#?endif
6 changes: 6 additions & 0 deletions tools/build/Makefile-JS.in
Expand Up @@ -15,7 +15,13 @@ JS_STAGE2 = $(JS_BUILD_DIR)/stage2
# src/core/YOUAREHERE.nqp \

CORE_JS_SETTING_SOURCES = \
src/core/NativeTypes.nqp \
src/core/NQPRoutine.nqp \
src/core/NQPMu.nqp \
src/core/NQPCapture.nqp \
src/core/IO.nqp \
src/core/Hash.nqp \
src/core/testing.nqp \
src/core/YOUAREHERE.nqp \

NQPCORE_PBC = NQPCORE.setting.pbc
Expand Down

0 comments on commit 3c6b592

Please sign in to comment.