Re: Derelict Assimp RemoveComponent

2013-09-25 Thread Mike Parker
On Wednesday, 25 September 2013 at 15:32:08 UTC, Lemonfiend wrote: This might be OT, or missing in Derelict's Assimp bindings, I'm not sure. The aiPostProcessSteps.RemoveComponent flag signals that I want Assimp to skip importing certain components. But where/how do I specify these? The docs

Re: Auto-testing of GitHub pull requests

2013-09-25 Thread Brad Roberts
On 9/25/13 2:58 PM, Joseph Rushton Wakeling wrote: On 24/09/13 18:25, Brad Roberts wrote: I'd use a standard tool (or would have, silly to switch when this one does the job) but none of them support the combination of features used. Primarily: github, testing on multiple platforms, testing pull

Re: Auto-testing of GitHub pull requests

2013-09-25 Thread Joseph Rushton Wakeling
On 24/09/13 18:25, Brad Roberts wrote: I'd use a standard tool (or would have, silly to switch when this one does the job) but none of them support the combination of features used. Primarily: github, testing on multiple platforms, testing pulls as merges into the target branch (rather than just

Re: D language manipulation of dataframe type structures

2013-09-25 Thread bearophile
John Colvin: although of course the lack of a repl is a bit of a show-stopper. There are (or were) two different repls for D. The second is for D2. Bye, bearophile

Re: D language manipulation of dataframe type structures

2013-09-25 Thread John Colvin
On Wednesday, 25 September 2013 at 18:37:48 UTC, Jared Miller wrote: I agree with other posters that a D REPL and interactive/visualization data environment would be very cool, but unfortunately doesn't exist. Batch computing is more practical, but REPLs really hook new users. I see statistical c

Re: D language manipulation of dataframe type structures

2013-09-25 Thread Jared Miller
I agree with other posters that a D REPL and interactive/visualization data environment would be very cool, but unfortunately doesn't exist. Batch computing is more practical, but REPLs really hook new users. I see statistical computing as a huge opportunity for D adoption. (R is just super-ugly a

Re: D language manipulation of dataframe type structures

2013-09-25 Thread Jay Norwood
While the interactive exploratory aspects of the pandas are attractive, in my case the interaction has just been a crutch to discover how to correctly use their api. Once through that api learning curve, I'd mainly be interested in repeating the operations that worked correctly. The executio

Derelict Assimp RemoveComponent

2013-09-25 Thread Lemonfiend
This might be OT, or missing in Derelict's Assimp bindings, I'm not sure. The aiPostProcessSteps.RemoveComponent flag signals that I want Assimp to skip importing certain components. But where/how do I specify these? The docs only mention http://assimp.sourceforge.net/lib_html/config_8h.html

Re: Auto-testing of GitHub pull requests

2013-09-25 Thread simendsjo
On Wednesday, 25 September 2013 at 11:29:16 UTC, Jacob Carlborg wrote: On 2013-09-25 09:30, simendsjo wrote: http://d.puremagic.com/test-results/ I know where the test results are. But, what I'm forgetting is where the code is which implements these test results. I want this page: http://

Re: Auto-testing of GitHub pull requests

2013-09-25 Thread Jacob Carlborg
On 2013-09-25 09:30, simendsjo wrote: http://d.puremagic.com/test-results/ I know where the test results are. But, what I'm forgetting is where the code is which implements these test results. I want this page: http://d.puremagic.com/test-results/ To have a link to this: https://github.co

Re: D language manipulation of dataframe type structures

2013-09-25 Thread bearophile
lomereiter: I thought about it once but quickly abandoned the idea. The primary reason was that D doesn't have REPL and is thus not suitable for interactive data exploration. The quick compile times could allow interactive data exploration in D, perhaps a little less well than Python. Peop

Re: Auto-testing of GitHub pull requests

2013-09-25 Thread simendsjo
On Wednesday, 25 September 2013 at 06:51:44 UTC, Jacob Carlborg wrote: On 2013-09-24 18:25, Brad Roberts wrote: https://github.com/braddr/d-tester Could you add a link to this on the test results page? I always forget where this code is located. http://d.puremagic.com/test-results/