skoppe

Results 58 comments of skoppe

> Such an 'inherited' selections file is never mutated when running dub for a nested project, i.e., changes are always saved to a local dub.selections.json file. Why is that? Seems...

Yes see, https://github.com/dlang/dub/issues/2118 I think what is missing is to set a policy that it is allowed as a package name, but cannot be uploaded to code.dlang.org

> Before the package name rules are relaxed, the possible conflicts should be evaluated really carefully. Other symbols, such as `:`, `/` and `@`, are already used to separate package...

> > Do you know where :, / and @ are already used? I remember trying the / but failed to get it working (IIRC dub failed to download it)....

Yes, I need this as well for exposing bloomberg subscriptions to excel. Simple request/response calls to bloomberg hit our quota, so we need to open subscriptions instead. Lifecycle is a...

> We can do it already using mir.net and mir type system the same way we do it in Xenon. It fully @nogc and nocopy interaction with C#/C++/D that allows...

> that being said, `js` as a compilation target does have its use, wasm can't do everything (or as conveniently) especially relating to DOM I wonder what specific DOM operations...

> but the problem is that it's a breaking change for library users. Ah, you mean people who inherit from `AbstractFallbackPackageSupplier`. Hmm yes, likely not many, but still.

@Geod24 I don't quite understand how `final` is going to help, maybe I am missing something. The way I see it is that I can't just change the `PackageSupplier` interface,...

> See https://github.com/adamdruppe/d_android/blob/master/android-setup.d. It's currently limited to Android, but could/should be generalized (for all prebuilt GitHub packages) and bundled with LDC, as tiny convenience tool like ldc-build-runtime. I will contact...