Results 218 issues of Will Coleda

Would you consider a pull request to change scientific notation rendering from, e.g.: 1.2 \* 10^15 to the more compact 1.2E15 ?

on OSX 10.10.3 with a fresh checkout: ``` $ ./fetch-svn-authors.sh --help ``` clears the screen and displays (to start) ``` NAME \n\tfetch-svn-authors.sh - Retrieves Subversion usernames from a list of...

New flavor request: Perl 6 I'm sure we'd be able to get a p6 volunteer to do the heavy lifting.

flavor request

Ran a script to show old branches in reverse order of last commit date with the last committer and whether or not the branch has been merged back to master....

https://github.com/rakudo/rakudo/wiki/Running-rakudo-from-the-command-line has several references to perl6 instead of raku.

easy to resolve

This test was failing on OS X for me just prior to the 2016.01 release. Since we cannot fudge here, commented out the test. Since this is a new test,...

Recently updated the t/docs/tests.t test (written in Raku) to verify that all documented opcodes are test (and all used opcodes are documented) Currently has 263 failures.

20:23 < [Coke]> nqp: class EEK {method Numeric() {return 3}}; my $a:= EEK.new(); say(+$a); 20:23 nqp: OUTPUT«No applicable candidates found to dispatch to for 'Numeric'. Available candidates are:␤␤current instr.: 'Numeric'...

The following opcodes specific to the JVM backend need to be documented in docs/ops.markdown. Part of #293 - [ ] assign_i - [ ] assign_n - [ ] assign_s -...

JVM
Documentation

The following opcodes specific to the JS backend need to be documented in docs/ops.markdown. Part of #293 - [ ] asyncreadbyte - [ ] getattrref - [ ] getjsattr -...

JavaScript
Documentation