[perl6/specs] f011b4: fix trait_auxilliary fossil, carlin++, masak++

2013-12-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: f011b4a62f8b2803cb562cb72b9e7c5c1046ebb9
  
https://github.com/perl6/specs/commit/f011b4a62f8b2803cb562cb72b9e7c5c1046ebb9
  Author: Moritz Lenz mor...@faui2k3.org
  Date:   2013-12-01 (Sun, 01 Dec 2013)

  Changed paths:
M S06-routines.pod

  Log Message:
  ---
  fix trait_auxilliary fossil, carlin++, masak++




[perl6/specs] ebab04: Revert two commits related to Duration

2013-12-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: ebab04875a541e1554f39a0c84a3709c43690258
  
https://github.com/perl6/specs/commit/ebab04875a541e1554f39a0c84a3709c43690258
  Author: Carl Masak cma...@gmail.com
  Date:   2013-12-01 (Sun, 01 Dec 2013)

  Changed paths:
M S32-setting-library/Temporal.pod

  Log Message:
  ---
  Revert two commits related to Duration

Serious conceptual problems here, see
http://irclog.perlgeek.de/perl6/2013-12-01#i_7938521
for discussion.

This reverts commit 1735a4652b3885a13ce14c654af2a5b90c915bd0.
This reverts commit c32379ef139b153bc380557935f87b09310cb98a.




[perl6/specs] 1735a4: [S32::Temporal] Change added Duration info to Inte...

2013-12-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: 1735a4652b3885a13ce14c654af2a5b90c915bd0
  
https://github.com/perl6/specs/commit/1735a4652b3885a13ce14c654af2a5b90c915bd0
  Author: lue rnd...@gmail.com
  Date:   2013-11-30 (Sat, 30 Nov 2013)

  Changed paths:
M S32-setting-library/Temporal.pod

  Log Message:
  ---
  [S32::Temporal] Change added Duration info to Interval.

Yes, we just made a brand new object. Some new issuess, including the
start/end form of ISO 8601 intervals, Duration - Interval
conversion (potentially), and describing Interval in other locations
(such as S02) need to be taken care of. But it's a bit late for that for
me :) .

Also, Instant and Duration still need documenting in S32::Temporal, and
what to do with the start/duration and duration/end interval
forms (if anything).




[perl6/specs] d7ae51: typo; being introduce -- being introduced

2013-12-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: d7ae51eb3ea8a66931acf2a346b9515f5e762e1e
  
https://github.com/perl6/specs/commit/d7ae51eb3ea8a66931acf2a346b9515f5e762e1e
  Author: Carlin glassf...@users.noreply.github.com
  Date:   2013-12-01 (Sun, 01 Dec 2013)

  Changed paths:
M S14-roles-and-parametric-types.pod

  Log Message:
  ---
  typo; being introduce -- being introduced




[perl6/specs] b414bc: Revert [S32::Temporal] Expand valid ISO 8601 form...

2013-12-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: b414bc8681bd9cb5fcd9c1c220b751c12b590122
  
https://github.com/perl6/specs/commit/b414bc8681bd9cb5fcd9c1c220b751c12b590122
  Author: Carl Masak cma...@gmail.com
  Date:   2013-12-01 (Sun, 01 Dec 2013)

  Changed paths:
M S32-setting-library/Temporal.pod

  Log Message:
  ---
  Revert [S32::Temporal] Expand valid ISO 8601 formats.

ISO 8601 is a good thing, but that does not mean *all* of it is
a good thing. Specifiacally, allowing week specifications in the
DateTime core will make the logic even more complicated than it
already is, with extremely little benefit.

This reverts commit 97c5bc4e47b819b640fc5f815b861d753ed8aa9c.




[perl6/specs] b44eb8: [S02] Change numerator-denominator in Allomorphic...

2013-12-01 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/perl6/specs
  Commit: b44eb861e7069a0da7ec181c71d14ae3180c5836
  
https://github.com/perl6/specs/commit/b44eb861e7069a0da7ec181c71d14ae3180c5836
  Author: lue rnd...@gmail.com
  Date:   2013-12-01 (Sun, 01 Dec 2013)

  Changed paths:
M S02-bits.pod

  Log Message:
  ---
  [S02] Change numerator-denominator in Allomorphic Rats.

That way this section of the spec will ever do something, because you
can't overflow a Rat's numerator.