Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't install NQP and nqp-rx #1

Closed
jnthn opened this issue Feb 15, 2011 · 1 comment
Closed

Can't install NQP and nqp-rx #1

jnthn opened this issue Feb 15, 2011 · 1 comment
Labels

Comments

@jnthn
Copy link
Contributor

jnthn commented Feb 15, 2011

Seems they try to install some libraries to the same place. Make NQP install to different locations where there is conflict.

@jnthn
Copy link
Contributor Author

jnthn commented Oct 2, 2013

nqp-rx is gone really; parrot-nqp and real NQP happily co-exist these days, so it seems there's No Problem anymore.

@jnthn jnthn closed this as completed Oct 2, 2013
pmurias added a commit that referenced this issue Nov 28, 2015
my $savecont;
nqp::continuationreset(nqp::null(), -> {
    nqp::say("#1");
    nqp::continuationcontrol(0, nqp::null(), -> $cont {
        $savecont := $cont;
    });
    nqp::say("#3");
});
nqp::say("#2");
nqp::continuationinvoke($savecont, -> {  });
nqp::say("#4");

prints stuff in the right order.
Altai-man added a commit that referenced this issue Jan 18, 2020
MoarVM bump brought: MoarVM/MoarVM@2020.01-1-g105d09d62...2020.01-15-g1fa9764bf
1fa9764bf Merge pull request #1224 from MasterDuke17/fix_compiler_warnings
24159f759 Merge pull request #1227 from ZhongnianTao/master
61ac671ea Update gb18030.c
e46fd6f3e Merge pull request #1 from MoarVM/master
9166ea591 Cast is required in Windows also
72941ee22 Fix invalid format string warning on Windows
fce208cb1 Fix some sign-compare warnings
0995f19b9 Remove useless assert
611532317 Only create label if it's going to be used
8ac8afcc2 Use variable type compatible with others it's...
9d053b8e9 Give default value to variable that needs it
921c8de84 Fix return type of callback for uv_thread_create
a3ec7f315 Cast values to same signedness for comparison
7b8ed6308 Fix issue #1163 - clang warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant