Commit graph

11 commits

Author SHA1 Message Date
joeduffy
dafeb77dff Rename Coconut to Lumi
This is part of pulumi/coconut#147.

After it has landed, I will rename the repo on GitHub.
2017-05-18 11:38:28 -07:00
joeduffy
75ad4b4160 Overhaul the deps document 2017-03-10 20:19:05 -08:00
joeduffy
384e347115 No more nuts! 2017-03-10 13:27:19 -08:00
joeduffy
86dc13ed5b More term rotations
This changes a few naming things:

* Rename "husk" to "environment" (`coco env` for short).

* Rename NutPack/NutIL to CocoPack/CocoIL.

* Rename the primary Nut.yaml/json project file to Coconut.yaml/json.

* Rename the compiled Nutpack.yaml/json file to Cocopack.yaml/json.

* Rename the package asset directory from nutpack/ to .coconut/.
2017-03-06 14:32:39 +00:00
joeduffy
fbb56ab5df Coconut! 2017-02-25 07:25:33 -08:00
joeduffy
3db75444fc Clarify some language around package/module naming 2017-01-17 11:41:12 -08:00
joeduffy
048557ca79 Delimit package/module names from members
This change removes some ambiguity that existed in MuIL tokens given the
simplistic naming scheme of only using "/" as a delimiter.  We could have
resolved this ambiguity through successive name bindings, but I prefer a
more deterministic approach.  A module member token now delimits the
package/module name from the member name by a ":" character, as in
"aws/ec2:VM".  Furthermore, when reexporting elements from the current
package/module, we will use the self-referential "." character, as in
".:VM".
2017-01-13 07:44:51 -08:00
joeduffy
a4f68abafb Add more details on pinned versions 2017-01-08 07:27:12 -06:00
joeduffy
bebc952998 Add a note on dependency pinning 2017-01-03 03:41:41 -08:00
joeduffy
7d249894ee Freshen up the description of dependency management 2017-01-01 16:02:18 -08:00
joeduffy
a1d21b0d73 Move most docs into a design subdirectory 2017-01-01 14:18:00 -08:00
Renamed from docs/deps.md (Browse further)