]> Savannah Git Hosting - gnulib.git/commitdiff
gocomp-script: Improve comments.
authorBruno Haible <bruno@clisp.org>
Mon, 24 Mar 2025 09:28:30 +0000 (10:28 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 24 Mar 2025 09:28:30 +0000 (10:28 +0100)
Reported by Collin Funk in
<https://lists.gnu.org/archive/html/bug-gnulib/2025-03/msg00094.html>.

* build-aux/gocomp.sh.in: Mention limitation in comments.

ChangeLog
build-aux/gocomp.sh.in

index 4d5c7f87707acfa63b57c53dde683a6c133ead6e..a1edf795214af923aa6f8e0f5ccf05843d544d66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2025-03-24  Bruno Haible  <bruno@clisp.org>
+
+       gocomp-script: Improve comments.
+       Reported by Collin Funk in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2025-03/msg00094.html>.
+       * build-aux/gocomp.sh.in: Mention limitation in comments.
+
 2025-03-23  Collin Funk  <collin.funk1@gmail.com>
 
        mountlist tests: Fix link error. (regr. 2025-03-18).
index 360f27f316e66c55f6add741c2bbc27420ebc4c7..e4038400069ff70321670bef577336ac4bff6326 100644 (file)
@@ -18,6 +18,9 @@
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Usage: /bin/sh gocomp.sh [OPTION] SOURCE.go ...
+#
+# Limitation: Go programs that make use of the C to Go interface ('cgo') are
+# unsupported.
 
 # Avoid error "CC environment variable is relative; must be absolute path"
 # on native Windows. Cf.