Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: fb68e5507b45eed87520a785ff60e7b87ac3305d
https://github.com/perl6/specs/commit/fb68e5507b45eed87520a785ff60e7b87ac3305d
Author: Moritz Lenz <[email protected]>
Date: 2012-07-06 (Fri, 06 Jul 2012)
Changed paths:
M S16-io.pod
M S32-setting-library/IO.pod
Log Message:
-----------
[IO] start IO refactoring with an overview over the new design
The rest of S32::IO still reeks of over-engineering
Commit: 1aa555e10811b3eddb24995abc6b3b916adac516
https://github.com/perl6/specs/commit/1aa555e10811b3eddb24995abc6b3b916adac516
Author: Moritz Lenz <[email protected]>
Date: 2012-07-06 (Fri, 06 Jul 2012)
Changed paths:
M S32-setting-library/IO.pod
Log Message:
-----------
bring some sanity to IO::Handle
Commit: c2eea90e22987f4f05f5960d47ef01ae16221495
https://github.com/perl6/specs/commit/c2eea90e22987f4f05f5960d47ef01ae16221495
Author: Moritz Lenz <[email protected]>
Date: 2012-07-06 (Fri, 06 Jul 2012)
Changed paths:
M S32-setting-library/IO.pod
Log Message:
-----------
move &slurp and &spurt to functions; move file tests to IO::FileTests
Commit: 8082097aa44af485d7b0652d29927b9c5c1407c6
https://github.com/perl6/specs/commit/8082097aa44af485d7b0652d29927b9c5c1407c6
Author: Moritz Lenz <[email protected]>
Date: 2012-07-06 (Fri, 06 Jul 2012)
Changed paths:
M S32-setting-library/IO.pod
Log Message:
-----------
document IO::Path; move more stuff around
Commit: ce9cbc72f5980253f688e0f834730ef6eda52a9f
https://github.com/perl6/specs/commit/ce9cbc72f5980253f688e0f834730ef6eda52a9f
Author: Moritz Lenz <[email protected]>
Date: 2012-07-06 (Fri, 06 Jul 2012)
Changed paths:
M S32-setting-library/IO.pod
Log Message:
-----------
chdir, get, lines
also remove more crazy stuff, and warn about the unreviewd stuff
Commit: 7fb26aef67f2552df5647acb7db9f746ede7605b
https://github.com/perl6/specs/commit/7fb26aef67f2552df5647acb7db9f746ede7605b
Author: Felix Herrmann <[email protected]>
Date: 2012-07-12 (Thu, 12 Jul 2012)
Changed paths:
M S32-setting-library/Exception.pod
M S32-setting-library/Numeric.pod
Log Message:
-----------
introduce X::Numeric::Real
Signed-off-by: Moritz Lenz <[email protected]>
Commit: 2230db7a0820cf2aaf4d184965289601f497b3fe
https://github.com/perl6/specs/commit/2230db7a0820cf2aaf4d184965289601f497b3fe
Author: Moritz Lenz <[email protected]>
Date: 2012-07-12 (Thu, 12 Jul 2012)
Changed paths:
M S32-setting-library/IO.pod
Log Message:
-----------
[S32] clarify that only sub forms of say and print warn without arguments
Commit: e47c923ebdec841e821562fa7df000d86576a005
https://github.com/perl6/specs/commit/e47c923ebdec841e821562fa7df000d86576a005
Author: Moritz Lenz <[email protected]>
Date: 2012-07-12 (Thu, 12 Jul 2012)
Changed paths:
M S32-setting-library/IO.pod
Log Message:
-----------
[S32] remove a mathom
Commit: 09c9f53eaf763ee58508641e4758fa764743b22f
https://github.com/perl6/specs/commit/09c9f53eaf763ee58508641e4758fa764743b22f
Author: Moritz Lenz <[email protected]>
Date: 2012-07-12 (Thu, 12 Jul 2012)
Changed paths:
M S32-setting-library/Exception.pod
Log Message:
-----------
[S32::Exception] mention methods resumable and resume
Commit: bee1ba386d2a41ab32ad0280368e70ae6cab32c7
https://github.com/perl6/specs/commit/bee1ba386d2a41ab32ad0280368e70ae6cab32c7
Author: Moritz Lenz <[email protected]>
Date: 2012-07-14 (Sat, 14 Jul 2012)
Changed paths:
M S32-setting-library/IO.pod
Log Message:
-----------
fix duplicate type constraints
Commit: 8db8fd6138938e9ffe7a8e24b16f58612eea86d8
https://github.com/perl6/specs/commit/8db8fd6138938e9ffe7a8e24b16f58612eea86d8
Author: Moritz Lenz <[email protected]>
Date: 2012-07-14 (Sat, 14 Jul 2012)
Changed paths:
M S32-setting-library/IO.pod
Log Message:
-----------
slurp(:createonly)
Commit: 261003e6a6065026855eebad3ebccee9a550a57d
https://github.com/perl6/specs/commit/261003e6a6065026855eebad3ebccee9a550a57d
Author: Moritz Lenz <[email protected]>
Date: 2012-07-14 (Sat, 14 Jul 2012)
Changed paths:
M S16-io.pod
M S32-setting-library/Exception.pod
M S32-setting-library/IO.pod
Log Message:
-----------
Merge remote-tracking branch 'origin/io-refactor'
Conflicts:
S32-setting-library/IO.pod
Still a lot of cleanup to be done, but I hope this is now saner than before,
and the in S32 before the "here be dragons" marker is actually implementable
Compare: https://github.com/perl6/specs/compare/69be1be48737...261003e6a606