Commit df14cb8c authored by Liam M. Healy's avatar Liam M. Healy
Browse files

Fix load order date-time

Move file date-time/formats.lisp from antik-base.asd to
physical-dimension.asd as it has several dependencies on the latter
system including one use of macro with-system-of-units that was
causing a warning, and there is nothing in the former system that
depends on it.
parent bd7b3ba8
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
;; Antik system definition
;; Liam Healy 2010-12-24 09:43:28EST antik.asd
;; Time-stamp: <2018-11-05 17:42:34EST antik-base.asd>
;; Time-stamp: <2019-01-14 11:42:25EST antik-base.asd>

;; Copyright 2011, 2012, 2013, 2014, 2015, 2018 Liam M. Healy
;; Copyright 2011, 2012, 2013, 2014, 2015, 2018, 2019 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;;
;; This program is free software: you can redistribute it and/or modify
@@ -57,7 +57,6 @@
    ((:file "format-output")
     (:file "iso8601")
     (:file "dtspec")
     (:file "formats")	
     (:file "timepoint")
     (:file "read-time")
     (:file "convert-timescale")))
+30 −29
Original line number Diff line number Diff line
;; Physical dimension system definition
;; Liam Healy 2012-02-20 10:14:49EST physical-dimension.asd
;; Time-stamp: <2015-11-25 13:45:08EST physical-dimension.asd>
;; Time-stamp: <2019-01-14 11:54:30EST physical-dimension.asd>

;; Copyright 2012, 2013, 2014, 2015 Liam M. Healy
;; Copyright 2012, 2013, 2014, 2015, 2019 Liam M. Healy
;; Distributed under the terms of the GNU General Public License
;;
;; This program is free software: you can redistribute it and/or modify
@@ -58,7 +58,8 @@
   (:module date-time
    :serial t
    :components
	    ((:file "time-interval")
    ((:file "formats")
     (:file "time-interval")
     (:file "relative-time")
     (:file "linear-timepoint")
     (:file "dtmath")