[Raku/old-design-docs]

2020-02-05 Thread Elizabeth Mattijsen
  Branch: refs/heads/design-into-raku
  Home:   https://github.com/Raku/old-design-docs


[Raku/old-design-docs]

2020-04-26 Thread ven
  Branch: refs/heads/zag-patch-1
  Home:   https://github.com/Raku/old-design-docs


[Raku/old-design-docs] 07ac3b: rm broken link

2024-01-18 Thread librasteve via perl6-language
  Branch: refs/heads/master
  Home:   https://github.com/Raku/old-design-docs
  Commit: 07ac3bb2ab509a5143e5f99a0e9c32b823828fae
  
https://github.com/Raku/old-design-docs/commit/07ac3bb2ab509a5143e5f99a0e9c32b823828fae
  Author: librasteve <40125330+librast...@users.noreply.github.com>
  Date:   2024-01-18 (Thu, 18 Jan 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  rm broken link


  Commit: a4c36c683dafdad0bb55996e78b66a1f48fc703c
  
https://github.com/Raku/old-design-docs/commit/a4c36c683dafdad0bb55996e78b66a1f48fc703c
  Author: librasteve <40125330+librast...@users.noreply.github.com>
  Date:   2024-01-18 (Thu, 18 Jan 2024)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #128 from librasteve/master

rm broken link


Compare: 
https://github.com/Raku/old-design-docs/compare/63e44c363518...a4c36c683daf


[Raku/old-design-docs] 1a90f9: fix identifier in used context

2020-04-26 Thread Aliaksandr Zahatski
  Branch: refs/heads/zag-patch-1
  Home:   https://github.com/Raku/old-design-docs
  Commit: 1a90f942619e0d027f9c19228003e20a1997364d
  
https://github.com/Raku/old-design-docs/commit/1a90f942619e0d027f9c19228003e20a1997364d
  Author: Aliaksandr Zahatski 
  Date:   2020-04-26 (Sun, 26 Apr 2020)

  Changed paths:
M S26-documentation.pod

  Log Message:
  ---
  fix identifier in used context


[Raku/old-design-docs] 1a90f9: fix identifier in used context

2020-04-26 Thread Tom Browder
  Branch: refs/heads/master
  Home:   https://github.com/Raku/old-design-docs
  Commit: 1a90f942619e0d027f9c19228003e20a1997364d
  
https://github.com/Raku/old-design-docs/commit/1a90f942619e0d027f9c19228003e20a1997364d
  Author: Aliaksandr Zahatski 
  Date:   2020-04-26 (Sun, 26 Apr 2020)

  Changed paths:
M S26-documentation.pod

  Log Message:
  ---
  fix identifier in used context


  Commit: 93cc768ab2fe5c7440129e0e7630df3c666f6828
  
https://github.com/Raku/old-design-docs/commit/93cc768ab2fe5c7440129e0e7630df3c666f6828
  Author: Tom Browder 
  Date:   2020-04-26 (Sun, 26 Apr 2020)

  Changed paths:
M S26-documentation.pod

  Log Message:
  ---
  Merge pull request #127 from Raku/zag-patch-1

fix identifier in used context ( Synopsis 26 )


Compare: 
https://github.com/Raku/old-design-docs/compare/180b534bd6f0...93cc768ab2fe


[Raku/old-design-docs] b13e78: Update dependency specifications in S22

2020-09-30 Thread niner via perl6-language
  Branch: refs/heads/master
  Home:   https://github.com/Raku/old-design-docs
  Commit: b13e78fe5b9dc10bfdacb0122ea40a77b6037ac9
  
https://github.com/Raku/old-design-docs/commit/b13e78fe5b9dc10bfdacb0122ea40a77b6037ac9
  Author: Stefan Seifert 
  Date:   2020-09-30 (Wed, 30 Sep 2020)

  Changed paths:
M S22-package-format.pod

  Log Message:
  ---
  Update dependency specifications in S22

An attempt at implementation has shows that using lists for dependency
alternatives causes confusion and is not self-documenting enough as the depends
section itself consists of a list. Using an object with an any key is more
clear and lends itself to future expansion.

Collapsing of system specific values has always been meant to also cover
dependencies. This is now stated explicitly and the details on what's available
described.

The build-depends and test-depends keys are deprecated. They should not have
been part of the v1 META spec. Leaving them in was just an oversight.


[Raku/old-design-docs] 63e44c: S22: Clarify how system specific values work and c...

2020-10-01 Thread niner via perl6-language
  Branch: refs/heads/master
  Home:   https://github.com/Raku/old-design-docs
  Commit: 63e44c36351887f1eb76500d7102f0db44848d27
  
https://github.com/Raku/old-design-docs/commit/63e44c36351887f1eb76500d7102f0db44848d27
  Author: niner 
  Date:   2020-10-01 (Thu, 01 Oct 2020)

  Changed paths:
M S22-package-format.pod

  Log Message:
  ---
  S22: Clarify how system specific values work and correct the list of variables