Thread overview
Coedit almost works for me, except when I go to add peggged
Jan 11, 2019
Enjoys Math
Jan 11, 2019
Neia Neutuladh
Jan 11, 2019
Enjoys Math
Jan 11, 2019
0xEAB
Jan 11, 2019
Enjoys Math
Jan 12, 2019
0xEAB
January 11, 2019
I open up the Library Manager in Coedit.

I click on the DUB icon.

I enter in 'pegged' then click the green check.

Errors:

Package peggged not found for registry at https://code.dlang.org/ (fallback ["registry at http://code.dlang.org/", "registry at https://code-mirror.dlang.io/", "registry at https://code-mirror2.dlang.io/", "registry at https://dub-registry.herokuapp.com/"]): (1): Error: Got JSON of type null_, expected object.
(1): Error: Got JSON of type null_, expected object.
error, failed to fetch the package
Fetching pegged ~master...
error, the DUB description cannot be located or it has not the JSON format


Fucking fuck, nothing ever works for me... -__-
January 11, 2019
On Fri, 11 Jan 2019 17:25:29 +0000, Enjoys Math wrote:
> Package peggged not found for registry at https://code.dlang.org/

The package name is pegged, not peggged. Two g's, not three.
January 11, 2019
On Friday, 11 January 2019 at 17:38:31 UTC, Neia Neutuladh wrote:
> On Fri, 11 Jan 2019 17:25:29 +0000, Enjoys Math wrote:
>> Package peggged not found for registry at https://code.dlang.org/
>
> The package name is pegged, not peggged. Two g's, not three.

Dude, that doesn't work either. lol
January 11, 2019
On Friday, 11 January 2019 at 18:27:37 UTC, Enjoys Math wrote:
> Dude, that doesn't work either. lol


If you're using DUB, add the dependency manually to your project:

> "dependencies": {"pegged": "~>0.4.4"}
January 11, 2019
On Friday, 11 January 2019 at 18:36:18 UTC, 0xEAB wrote:
> On Friday, 11 January 2019 at 18:27:37 UTC, Enjoys Math wrote:
>> Dude, that doesn't work either. lol
>
>
> If you're using DUB, add the dependency manually to your project:
>
>> "dependencies": {"pegged": "~>0.4.4"}

You will have to be more specific.  I don't see dub.json anywhere within Coedit IDE.


January 12, 2019
On Friday, 11 January 2019 at 18:40:08 UTC, Enjoys Math wrote:
> You will have to be more specific.  I don't see dub.json anywhere within Coedit IDE.

are you using DUB or not?