pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

TODO



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Thu Jul 2 11:00:44 2020 +0200
Changeset:	9934b54802eab023c929d2d2c1b88e7ab6b12924

Added Files:
	gleam/TODO

Log Message:
TODO

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9934b54802eab023c929d2d2c1b88e7ab6b12924

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gleam/TODO | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diffs:
diff --git a/gleam/TODO b/gleam/TODO
new file mode 100644
index 0000000000..83f09bc88d
--- /dev/null
+++ b/gleam/TODO
@@ -0,0 +1,33 @@
+* finish stdlib package
+* clarify runtime deps: erlang, rebar3, ...?
+* fix rebar3 (update, in wip) or whatever is causing this:
+
+gleam new foo
+* creating foo/LICENSE
+* creating foo/.gitignore
+* creating foo/README.md
+* creating foo/gleam.toml
+* creating foo/test/foo_test.gleam
+* creating foo/src/foo.gleam
+* creating foo/.github/workflows/test.yml
+* creating foo/rebar.config
+* creating foo/src/foo.app.src
+
+Your Gleam project "foo" has been successfully created.
+The rebar3 program can be used to compile and test it.
+
+    cd foo
+    rebar3 eunit
+
+hex$ cd foo/
+hex$ rebar3 eunit
+===> Fetching rebar_gleam ({pkg,<<"rebar_gleam">>,<<"0.1.0">>})
+===> Version cached at /home/nikita/.cache/rebar3/hex/default/packages/rebar_gleam-0.1.0.tar is up to date, reusing it
+===> Compiling rebar_gleam
+===> Verifying dependencies...
+===> Package gleam_stdlib-0.10.1 not found. Fetching registry updates and trying again...
+===> Updating package registry...
+===> Writing registry to /home/nikita/.cache/rebar3/hex/default/registry
+===> Generating package index...
+===> Writing index to /home/nikita/.cache/rebar3/hex/default/packages.idx
+===> Package not found in registry: gleam_stdlib-0.10.1.


Home | Main Index | Thread Index | Old Index