Differences From Artifact [0a6b9f739f]:
- File dbfile.scm — part of check-in [5de6734970] at 2023-01-30 22:06:47 on branch v1.80-reshape-no-debugprint — removed all imports of debugprint and still can't run megatest exe (user: matt, size: 45188) [annotate] [blame] [check-ins using]
To Artifact [23a7d02699]:
- File dbfile.scm — part of check-in [f308bbcbc0] at 2023-01-31 06:47:11 on branch v1.80-reshape-no-debugprint — Re-arranged uses and imports and it worked better (user: matt, size: 45191) [annotate] [blame] [check-ins using]
︙ | |||
15 16 17 18 19 20 21 | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - + | ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== (declare (unit dbfile)) |
︙ |