Differences From Artifact [38ca1a10c0]:
- File megatest.scm — part of check-in [c9f20f12f3] at 2020-04-06 16:20:21 on branch v1.65-newview — oops, was working on newview branch. (user: mrwellan, size: 103301) [annotate] [blame] [check-ins using] [more...]
To Artifact [f315e2696d]:
- File megatest.scm — part of check-in [6fef3e6460] at 2020-04-06 17:14:59 on branch v1.65-newview — Fixed issues with localized eggs compilation (user: mrwellan, size: 103307) [annotate] [blame] [check-ins using] [more...]
︙ | |||
39 40 41 42 43 44 45 | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | - - + + | (declare (uses tdb)) (declare (uses mt)) (declare (uses api)) (declare (uses tasks)) ;; only used for debugging. (declare (uses env)) (declare (uses diff-report)) |
︙ |