comp.lang.ada
 help / color / mirror / Atom feed
From: Felix Krause <contact@flyx.org>
Subject: Re: ANN: AdaYaml 0.1.0 (initial release)
Date: Sun, 20 Aug 2017 16:57:52 +0200
Date: 2017-08-20T16:57:52+02:00	[thread overview]
Message-ID: <2017082016575265275-contact@flyx.org> (raw)
In-Reply-To: b60477f2-e2c6-44a0-a701-ac3ac7a79b8d@googlegroups.com

On 2017-08-19 15:28:37 +0000, Lucretia said:

> Just had a brief look at this. I disagree with having Text outside of 
> the Yaml package namespace, it might not be part of the spec, but it is 
> part of the API/project so should be inside as Yaml.Text. Also, if 
> there exists another package called Text somewhere, you will be 
> inflicting naming collisions.

Well, I thought about moving the Text stuff into a separate, 
independent project because I might want to use it somewhere else. For 
now, it exists as part of AdaYaml, but in the Text package. I also like 
having the Event type inside of the base Yaml package, which would not 
be possible if I moved Text to Yaml.Text because Event depends on Text. 
This is what made me believe Text is a very basic thing and should be 
separate from Yaml.

I am not aware of any publicly available libraries using Text as 
package name, but it does seem like a name that may lead to a 
collision. I might reconsider the package structure, but as soon as I 
start using the Text stuff elsewhere, I need to place it in a separate 
base package anyway. Perhaps I can come up with a better name to avoid 
collisions.

-- 
Regards,
Felix Krause

  reply	other threads:[~2017-08-20 14:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-17  8:48 ANN: AdaYaml 0.1.0 (initial release) Felix Krause
2017-08-17 18:25 ` Shark8
2017-08-18 16:40 ` Jacob Sparre Andersen
2017-08-19 15:28 ` Lucretia
2017-08-20 14:57   ` Felix Krause [this message]
2017-08-19 15:29 ` Lucretia
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox