[perl6/specs] 9019a8: [S32/Numeric] Real.base: $base <= 36, upper case i...

2011-05-07 Thread noreply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 9019a8e14063b1d89b3fd30192ab9eab1272d20b https://github.com/perl6/specs/commit/9019a8e14063b1d89b3fd30192ab9eab1272d20b Author: Moritz Lenz Date: 2011-05-07 (Sat, 07 May 2011) Changed paths: M S32-setting-library/N

[perl6/specs] bf245c: [S32/Numeric] added $base condition

2011-05-07 Thread noreply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: bf245c0d16e1758515c32122e90d6ecef9bf6615 https://github.com/perl6/specs/commit/bf245c0d16e1758515c32122e90d6ecef9bf6615 Author: Carl Masak Date: 2011-05-07 (Sat, 07 May 2011) Changed paths: M S32-setting-library/Nu

[perl6/specs] 03f8d3: [S32/Numeric] spec Real.base

2011-05-07 Thread noreply
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 03f8d38e1b5832b1fa6f93a613692e98c39d3048 https://github.com/perl6/specs/commit/03f8d38e1b5832b1fa6f93a613692e98c39d3048 Author: Moritz Lenz Date: 2011-05-07 (Sat, 07 May 2011) Changed paths: M S32-setting-library/N

Re: eval should throw an exception on compile error

2011-05-07 Thread Moritz Lenz
On 05/07/2011 07:45 AM, Michael G Schwern wrote: > I was just playing around with eval, trying to figure out if you can define an > operator overload at runtime (seems you can't, good) and noticed this in the > spec... [1] > > "Returns whatever $code returns, or fails." > > How does one get t

Re: Base conversion: not enough rope

2011-05-07 Thread Moritz Lenz
On 05/06/2011 10:25 PM, Carl Mäsak wrote: > S02:3185-3280 does a nice job of explaining what can and cannot be > done with the radix syntax (i.e. :2<1010> etc). I'm left with two > questions, however: > > * If :2<1010> is the way to way to "interpret" a string as a number in > base two, giving the

Re: eval should throw an exception on compile error

2011-05-07 Thread Stefan O'Rear
On Sat, May 07, 2011 at 03:45:02PM +1000, Michael G Schwern wrote: > I was just playing around with eval, trying to figure out if you can define an > operator overload at runtime (seems you can't, good) and noticed this in the > spec... [1] > > "Returns whatever $code returns, or fails." > >