Dilum Aluthge

Results 688 comments of Dilum Aluthge

> Also, I've been thinking that Pkg should use fewer `@error`'s and instead format the error messages using `printpkgstyle`? The clash of the two formatting modes is a little inelegant....

In addition, we could change the text `project compatibility` to `project compatibility (e.g. [compat] entry)`.

@JuliaRegistrator register() subdir=lib/NNlibCUDA

Yeah no worries at all! We can merge it manually in 3 days.

> there is no problem in pulling out at any moment anyway As I've mentioned elsewhere, moving the location of a subdirectory package is nontrivial. You have to make sure...

Idk, I've never done it myself, but here's one data point: SnoopCompileBot was originally a subdirectory package. At one point, the maintainer wanted to move it to its own repo....

@StefanKarpinski @KristofferC Does this look correct? I figure it would be best if we only catch the narrowest necessary set of exceptions.

Alright, `Pkg.activate` and `] activate` now use the same parsing logic, namely: 1. Determine if it looks like a shared environment by doing `first(path) == '@'`. 2. If it looks...

@SimonDanisch @MikeInnes What was the conclusion regarding this PR?