atlas-engineer / nfiles

User configuration and data file management
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

`NASDF` reports undocumented symbols #25

Closed aadcg closed 1 year ago

aadcg commented 1 year ago

Just a remainder that we need to fix it so that tests will pass successfully with the latest NASDF version.

; ------- STARTING Compilation Testing: (NFILES)
; ;;; Testing #<PACKAGE "NFILES"> for unbound exports
; ;;; Testing #<PACKAGE "NFILES/PATHNAME"> for unbound exports
; ;;; Testing #<PACKAGE "NFILES/TESTS"> for unbound exports
; ;;; Testing #<PACKAGE "NFILES/GPG"> for unbound exports
; ;;; Testing #<PACKAGE "NFILES"> for undocumented exports
; ;;; Testing #<PACKAGE "NFILES/PATHNAME"> for undocumented exports
; ;;; Testing #<PACKAGE "NFILES/TESTS"> for undocumented exports
; ;;; Testing #<PACKAGE "NFILES/GPG"> for undocumented exports
; Errors:
((#<PACKAGE "NFILES">
  (NFILES:*DEFAULT-PROFILE* NFILES:PROCESS-ERROR NFILES:EXTERNAL-MODIFICATION
   NFILES:INVALID-CHECKSUM NFILES:FETCH-ERROR NFILES:EXISTS-P))
 (#<PACKAGE "NFILES/GPG">
  (NFILES/GPG:GPG-UID NFILES/GPG:GPG-KEY NFILES/GPG:*GPG-PROGRAM*
   NFILES/GPG:*GPG-DEFAULT-RECIPIENT*)))
Found undocumented exported symbols in 2 packages.
Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {100AE98113}>:
  ((#<PACKAGE "NFILES">
    (NFILES:*DEFAULT-PROFILE* NFILES:PROCESS-ERROR NFILES:EXTERNAL-MODIFICATION
     NFILES:INVALID-CHECKSUM NFILES:FETCH-ERROR NFILES:EXISTS-P))
   (#<PACKAGE "NFILES/GPG">
    (NFILES/GPG:GPG-UID NFILES/GPG:GPG-KEY NFILES/GPG:*GPG-PROGRAM*
     NFILES/GPG:*GPG-DEFAULT-RECIPIENT*)))
Found undocumented exported symbols in 2 packages.
Ambrevar commented 1 year ago

Fixed with https://github.com/atlas-engineer/nfiles/commit/56d19dd64ecc6763a53cd7faf1206f19670c642a

aadcg commented 1 year ago

Ah, it had been done already in fac1bb2a2ec13bcfdcafa2658d29ae5849842993. All we needed was a new release.

Sorry, this whole NASDF deal has been quite confusing for me to follow.

Ambrevar commented 1 year ago

Yup, hopefully it will settle down when we release 0.1.6.