pkgsrc-WIP-changes archive

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

ast-grep: Clarify TODO and add another item regarding sg/ast-grep



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Aug 24 12:36:43 2023 +0200
Changeset:	373d2a336585761332be67c2fd26d5037a087604

Modified Files:
	ast-grep/TODO

Log Message:
ast-grep: Clarify TODO and add another item regarding sg/ast-grep

Make the TODO a list and clarify further the installation problem and
its expected behaviour. Also document that we install both sg and
ast-grep while probably we just need to only install sg.

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

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

diffstat:
 ast-grep/TODO | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diffs:
diff --git a/ast-grep/TODO b/ast-grep/TODO
index a52be89064..ede6b55d50 100644
--- a/ast-grep/TODO
+++ b/ast-grep/TODO
@@ -1,7 +1,12 @@
-Installation fails with:
+- Installation fails with:
 
-===> Installing for ast-grep-0.11.1
-=> Generating pre-install file lists
-warning: Both `.../pkgsrc/wip/ast-grep/work/ast-grep-0.11.1/.cargo/config` and `.../pkgsrc/wip/ast-grep/work/ast-grep-0.11.1/.cargo/config.toml` exist. Using `.../pkgsrc/wip/ast-grep/work/ast-grep-0.11.1/.cargo/config`
-warning: Both `.../pkgsrc/wip/ast-grep/work/ast-grep-0.11.1/./.cargo/config` and `.../pkgsrc/wip/ast-grep/work/ast-grep-0.11.1/./.cargo/config.toml` exist.  Using `.../pkgsrc/wip/ast-grep/work/ast-grep-0.11.1/./.cargo/config`
-error: found a virtual manifest at `.../pkgsrc/wip/ast-grep/work/ast-grep-0.11.1/Cargo.toml` instead of a package manifest
+  ===> Installing for ast-grep-0.11.1
+  => Generating pre-install file lists
+  warning: Both `.../pkgsrc/wip/ast-grep/work/ast-grep-0.11.1/.cargo/config` and `.../pkgsrc/wip/ast-grep/work/ast-grep-0.11.1/.cargo/config.toml` exist. Using `.../pkgsrc/wip/ast-grep/work/ast-grep-0.11.1/.cargo/config`
+  warning: Both `.../pkgsrc/wip/ast-grep/work/ast-grep-0.11.1/./.cargo/config` and `.../pkgsrc/wip/ast-grep/work/ast-grep-0.11.1/./.cargo/config.toml` exist.  Using `.../pkgsrc/wip/ast-grep/work/ast-grep-0.11.1/./.cargo/config`
+  error: found a virtual manifest at `.../pkgsrc/wip/ast-grep/work/ast-grep-0.11.1/Cargo.toml` instead of a package manifest
+
+  A custom `do-install:' target is added to workaround that. It would be nice if
+  default installation do the right thing without any custom do-install:.
+
+- Should we install both `sg' and `ast-grep'? Maybe just `sg' is enough?


Home | Main Index | Thread Index | Old Index