Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Proxy and thus substr-rw on JVM.
  • Loading branch information
jnthn committed Sep 25, 2013
1 parent f87ed39 commit f390e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vm/jvm/runtime/org/perl6/rakudo/Binder.java
Expand Up @@ -320,7 +320,7 @@ else if (desiredNative == 0) {

/* If not, do the check. If the wanted nominal type is Mu, then
* anything goes. */
if (nomType != gcx.Mu && Ops.istype(decontValue, nomType, tc) == 0) {
if (nomType != gcx.Mu && Ops.istype_nodecont(decontValue, nomType, tc) == 0) {
/* Type check failed; produce error if needed. */
if (error != null) {
/* XXX include types */
Expand Down
2 changes: 1 addition & 1 deletion tools/build/NQP_REVISION
@@ -1 +1 @@
2013.09-13-gbd3d68a
2013.09-14-gf97e725

0 comments on commit f390e41

Please sign in to comment.