Tony Kelman
Tony Kelman
> I'm not exactly sure how big that is on different Windows platforms. This is what the `Culong` type is for. It's `UInt32` on win64
Why is Base even exporting `Text` ? That seems internal to the Markdown parser and not a type users should need to work with very often.
All of the above?
I've been meaning to try out cdash - http://my.cdash.org/ Maybe in combination with FactCheck it wouldn't be too much work to come up with something decent.
Could you do one of: 1. Define the methods local to FunctionalData without importing them from Base. You could provide a macro that does local replacement to cut down on...
Right. Though exporting it, as in the second case, may result in "both Base and FunctionalData export `map`, uses of it in ... need to be qualified" errors. The macro...
That was just a proposed name, you'd have to implement such a macro by recursively walking the Expr, checking if any `:call` nodes are calling functions in a list of...
IMO Nanosoldier probably won't scale to that. There is some idle capacity on Nanosoldier, but I think that would be better directed to running automatically on more Base PR's (ones...
I did https://github.com/JuliaCI/PackageEvaluator.jl/commit/8a5b3c3bc19f2cab5ed42bcc2be32dca8a403e98 on pkgeval, may be good enough here?
I'd probably use docker for this if I wanted to do some major Linux-only refactoring. There is actually a benefit of running multiple package tests in the same VM when...