lp:~coldsteal/parrot/trunk

Created by richard dixon and last modified
Get this branch:
bzr branch lp:~coldsteal/parrot/trunk

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
richard dixon
Project:
Parrot
Status:
Development

Import details

Import Status: Reviewed

This branch is an import of the HEAD branch of the Git repository at https://github.com/parrot/parrot.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 1 minute — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log

Recent revisions

41798. By Bruce Gray <email address hidden>

Add inactivity notice, for issue #1243

41797. By Reini Urban <email address hidden>

fix cperl compat and perl5.26

no . in @INC anymore.
use strict hashpairs
{ needs to be quoted in regexp.
Test::Builder->plan checks signature under cperl

41796. By Reini Urban <email address hidden>

[core] fix __WORDSIZE for clang

Some clang's do not parse sizeof(void*) * 8, darwin and here esp. freebsd clang-4.
Thanksfully clang uses their own macro __SIZE_WIDTH__
for the GCC extension __WORDSIZE.
See GH #1238

41795. By Reini Urban <email address hidden>

imcc: fix exceptions in constant folding

When an op with only constants args throws an exception like div by zero,
also return -1, not just on setjmp(current_runloop->resume)

Fixes #1236

41794. By Reini Urban <email address hidden>

[travis] temp remove broken Test::Perl::Critic

See https://github.com/Perl-Critic/Perl-Critic/issues/707
and all other cpanm tasks. libwww-perl-6.15 and YAML-Tiny-1.69
is also not installable.

41793. By Reini Urban <email address hidden>

[test] fix for no . in @INC

esp. with cperl or newer perls

41792. By Reini Urban <email address hidden>

[codingstd] for sockaddr, getaddrinfo_unix

for the prev. commit.
And add a ChangeLog stub for it. This deserves a new release.

41791. By Reini Urban <email address hidden>

Merge pull request #1233 from i80and/fix-af-unix

fix unix domain sockets

41790. By Reini Urban <email address hidden>

bump VERSION to 8.2.0

too many changes already, esp. the deprecations

41789. By Reini Urban <email address hidden>

[core] fix sub dispatch with builtin namespace

Filter out pure-subs without a method attribute in
Parrot_find_method_direct(). This harmonizes behavior
with user-defined namespaces.

    P1=new Integer
    P1.foo()

    namespace Integer
    sub foo

Does now error with
      Method foo not found for invocant of class Integer
as it happens with subs of new namespaces.
You need to add a :method attribute.

This allows to write user class methods that translate behaviors.
Fixes GH #304, prev. TT #1108

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers