| | | |
Offset 1729, 22 lines modified | Offset 1729, 33 lines modified |
1729 | How·should·ASDF·react·if·it·encounters·a·warning·when·compiling·a·file? | 1729 | How·should·ASDF·react·if·it·encounters·a·warning·when·compiling·a·file? |
1730 | Valid·values·are·:error,·:warn,·and·:ignore. | 1730 | Valid·values·are·:error,·:warn,·and·:ignore. |
1731 | How·should·ASDF·react·if·it·encounters·a·failure·(per·the·ANSI·spec·of·COMPILE-FILE) | 1731 | How·should·ASDF·react·if·it·encounters·a·failure·(per·the·ANSI·spec·of·COMPILE-FILE) |
1732 | when·compiling·a·file,·which·includes·any·non-style-warning·warning. | 1732 | when·compiling·a·file,·which·includes·any·non-style-warning·warning. |
1733 | Valid·values·are·:error,·:warn,·and·:ignore. | 1733 | Valid·values·are·:error,·:warn,·and·:ignore. |
1734 | Note·that·ASDF·ALWAYS·raises·an·error·if·it·fails·to·create·an·output·file·when·compiling. | 1734 | Note·that·ASDF·ALWAYS·raises·an·error·if·it·fails·to·create·an·output·file·when·compiling. |
1735 | 3333%3333 | 1735 | 3333%3333 |
1736 | /a0I1)212a3 | |
1737 | A·list·that·controls·the·ways·that·ASDF·looks·for·system·definitions. | 1736 | A·list·that·controls·the·ways·that·ASDF·looks·for·system·definitions. |
1738 | It·contains·symbols·to·be·funcalled·in·order,·with·a·requested·system·name·as·argument, | 1737 | It·contains·symbols·to·be·funcalled·in·order,·with·a·requested·system·name·as·argument, |
1739 | until·one·returns·a·non-NIL·result·(if·any),·which·must·then·be·a·fully·initialized·system·object | 1738 | until·one·returns·a·non-NIL·result·(if·any),·which·must·then·be·a·fully·initialized·system·object |
1740 | with·that·name. | 1739 | with·that·name. |
| 1740 | /90I1)212a3 |
1741 | This·is·a·hash·table·whose·keys·are·strings·--·the·names·of·systems·-- | 1741 | This·is·a·hash·table·whose·keys·are·strings·--·the·names·of·systems·-- |
1742 | and·whose·values·are·systems. | 1742 | and·whose·values·are·systems. |
1743 | A·system·is·referred·to·as·"registered"·if·it·is·present·in·this·table. | 1743 | A·system·is·referred·to·as·"registered"·if·it·is·present·in·this·table. |
| 1744 | The·default·class·for·sessions |
| 1745 | A·hash-set·(equal·hash-table·mapping·keys·to·T)·of·systems·that·are·immutable, |
| 1746 | i.e.·already·loaded·in·memory·and·not·to·be·refreshed·from·the·filesystem. |
| 1747 | They·will·be·treated·specially·by·find-system,·and·passed·as·:force-not·argument·to·make-plan. |
| 1748 | For·instance,·to·can·deliver·an·image·with·many·systems·precompiled,·that·*will·not*·check·the |
| 1749 | filesystem·for·them·every·time·a·user·loads·an·extension,·what·more·risk·a·problematic·upgrade |
| 1750 | ·or·catastrophic·downgrade,·before·you·dump·an·image,·you·may·use: |
| 1751 | ···(map·()·'asdf:register-immutable-system·(asdf:already-loaded-systems)) |
| 1752 | Note·that·direct·access·to·this·variable·from·outside·ASDF·is·not·supported. |
| 1753 | Please·call·REGISTER-IMMUTABLE-SYSTEM·to·add·new·immutable·systems,·and |
| 1754 | contact·maintainers·if·you·need·a·stable·API·to·do·more·than·that. |
1744 | A·specification·as·per·RESOLVE-LOCATION·of·where·the·user·keeps·his·FASL·cache | 1755 | A·specification·as·per·RESOLVE-LOCATION·of·where·the·user·keeps·his·FASL·cache |
1745 | Hook·for·an·extension·(e.g.·ASDF-ENCODINGS)·to·define·a·better·mapping | 1756 | Hook·for·an·extension·(e.g.·ASDF-ENCODINGS)·to·define·a·better·mapping |
1746 | from·non-default·encodings·to·and·implementation-defined·external-format's | 1757 | from·non-default·encodings·to·and·implementation-defined·external-format's |
1747 | List·of·default·source·registries | 1758 | List·of·default·source·registries |
1748 | Hook·for·an·extension·to·define·a·function·to·automatically·detect·a·file's·encoding | 1759 | Hook·for·an·extension·to·define·a·function·to·automatically·detect·a·file's·encoding |
1749 | A·list·of·'system·directory·designators'·ASDF·uses·to·find·systems. | 1760 | A·list·of·'system·directory·designators'·ASDF·uses·to·find·systems. |
1750 | A·'system·directory·designator'·is·a·pathname·or·an·expression | 1761 | A·'system·directory·designator'·is·a·pathname·or·an·expression |
Offset 1766, 15 lines modified | Offset 1777, 14 lines modified |
1766 | Defaults·to·T. | 1777 | Defaults·to·T. |
1767 | Pathname·type·for·warnings·files,·or·NIL·if·disabled | 1778 | Pathname·type·for·warnings·files,·or·NIL·if·disabled |
1768 | The·type·of·Lisp·implementation·used,·as·a·short·UIOP-standardized·keyword | 1779 | The·type·of·Lisp·implementation·used,·as·a·short·UIOP-standardized·keyword |
1769 | Have·configuration·forms·been·ignored·while·parsing·the·configuration? | 1780 | Have·configuration·forms·been·ignored·while·parsing·the·configuration? |
1770 | This·special·variable·is·bound·to·the·currect·directory·during·calls·to | 1781 | This·special·variable·is·bound·to·the·currect·directory·during·calls·to |
1771 | PROCESS-SOURCE-REGISTRY·in·order·that·we·be·able·to·interpret·the·:here | 1782 | PROCESS-SOURCE-REGISTRY·in·order·that·we·be·able·to·interpret·the·:here |
1772 | directive. | 1783 | directive. |
1773 | The·default·class·for·sessions | |
1774 | Wild·directory·component·for·use·with·MAKE-PATHNAME | 1784 | Wild·directory·component·for·use·with·MAKE-PATHNAME |
1775 | Wild-inferiors·directory·component·for·use·with·MAKE-PATHNAME | 1785 | Wild-inferiors·directory·component·for·use·with·MAKE-PATHNAME |
1776 | Unspecific·type·component·to·use·with·the·underlying·implementation's·MAKE-PATHNAME | 1786 | Unspecific·type·component·to·use·with·the·underlying·implementation's·MAKE-PATHNAME |
1777 | A·pathname·object·with·wildcards·for·matching·any·subdirectory | 1787 | A·pathname·object·with·wildcards·for·matching·any·subdirectory |
1778 | A·pathname·that·is·as·neutral·as·possible·for·use·as·defaults | 1788 | A·pathname·that·is·as·neutral·as·possible·for·use·as·defaults |
1779 | when·merging,·making·or·parsing·pathnames | 1789 | when·merging,·making·or·parsing·pathnames |
1780 | Wild·component·for·use·with·MAKE-PATHNAME | 1790 | Wild·component·for·use·with·MAKE-PATHNAME |
Offset 1787, 57 lines modified | Offset 1797, 48 lines modified |
1787 | which·will·serve·as·the·*DEFAULT-PATHNAME-DEFAULTS*·around·a·COMPILE-FILE, | 1797 | which·will·serve·as·the·*DEFAULT-PATHNAME-DEFAULTS*·around·a·COMPILE-FILE, |
1788 | what·more·while·the·input-file·is·shortened·if·possible·to·ENOUGH-PATHNAME·relative·to·it. | 1798 | what·more·while·the·input-file·is·shortened·if·possible·to·ENOUGH-PATHNAME·relative·to·it. |
1789 | This·can·help·you·produce·more·deterministic·output·for·FASLs. | 1799 | This·can·help·you·produce·more·deterministic·output·for·FASLs. |
1790 | A·hook·for·user-defined·compile-time·invariants | 1800 | A·hook·for·user-defined·compile-time·invariants |
1791 | Additional·conditions·that·may·be·skipped·while·compiling·Lisp·code. | 1801 | Additional·conditions·that·may·be·skipped·while·compiling·Lisp·code. |
1792 | Conditions·that·may·be·skipped·while·compiling·or·loading·Lisp·code. | 1802 | Conditions·that·may·be·skipped·while·compiling·or·loading·Lisp·code. |
1793 | A·suggested·value·to·which·to·set·or·bind·*uninteresting-conditions*. | 1803 | A·suggested·value·to·which·to·set·or·bind·*uninteresting-conditions*. |
1794 | A·hash-set·(equal·hash-table·mapping·keys·to·T)·of·systems·that·are·immutable, | |
1795 | i.e.·already·loaded·in·memory·and·not·to·be·refreshed·from·the·filesystem. | |
1796 | They·will·be·treated·specially·by·find-system,·and·passed·as·:force-not·argument·to·make-plan. | |
1797 | For·instance,·to·can·deliver·an·image·with·many·systems·precompiled,·that·*will·not*·check·the | |
1798 | filesystem·for·them·every·time·a·user·loads·an·extension,·what·more·risk·a·problematic·upgrade | |
1799 | ·or·catastrophic·downgrade,·before·you·dump·an·image,·you·may·use: | |
1800 | ···(map·()·'asdf:register-immutable-system·(asdf:already-loaded-systems)) | |
1801 | Note·that·direct·access·to·this·variable·from·outside·ASDF·is·not·supported. | |
1802 | Please·call·REGISTER-IMMUTABLE-SYSTEM·to·add·new·immutable·systems,·and | |
1803 | contact·maintainers·if·you·need·a·stable·API·to·do·more·than·that. | |
1804 | Name·of·the·slot·for·FORMAT-CONTROL·in·simple-condition | 1804 | Name·of·the·slot·for·FORMAT-CONTROL·in·simple-condition |
1805 | form·that·evaluates·to·the·pathname·to·your·favorite·debugging·utilities | 1805 | form·that·evaluates·to·the·pathname·to·your·favorite·debugging·utilities |
1806 | Either·NIL·(for·uninitialized),·or·a·list·of·one·element, | 1806 | Either·NIL·(for·uninitialized),·or·a·list·of·one·element, |
1807 | said·element·itself·being·a·sorted·list·of·mappings. | 1807 | said·element·itself·being·a·sorted·list·of·mappings. |
1808 | Each·mapping·is·a·pair·of·a·source·pathname·and·destination·pathname, | 1808 | Each·mapping·is·a·pair·of·a·source·pathname·and·destination·pathname, |
1809 | and·the·order·is·by·decreasing·length·of·namestring·of·the·source·pathname. | 1809 | and·the·order·is·by·decreasing·length·of·namestring·of·the·source·pathname. |
1810 | Either·NIL·(for·uninitialized),·or·an·equal·hash-table,·mapping | 1810 | Either·NIL·(for·uninitialized),·or·an·equal·hash-table,·mapping |
1811 | system·names·to·pathnames·of·.asd·files | 1811 | system·names·to·pathnames·of·.asd·files |
1812 | Should·:tree·entries·of·the·source-registry·recurse·in·subdirectories | 1812 | Should·:tree·entries·of·the·source-registry·recurse·in·subdirectories |
1813 | after·having·found·a·.asd·file?·True·by·default. | 1813 | after·having·found·a·.asd·file?·True·by·default. |
| 1814 | 3333%3333 |
1814 | the·original·error·output·stream·at·startup | 1815 | the·original·error·output·stream·at·startup |
1815 | the·original·standard·input·stream·at·startup | 1816 | the·original·standard·input·stream·at·startup |
1816 | the·original·standard·output·stream·at·startup | 1817 | the·original·standard·output·stream·at·startup |
1817 | Functions·to·call·(in·reverse·order)·when·the·image·is·restored | 1818 | Functions·to·call·(in·reverse·order)·when·the·image·is·restored |
1818 | Is·this·a·dumped·image?·As·a·standalone·executable? | 1819 | Is·this·a·dumped·image?·As·a·standalone·executable? |
1819 | a·function·with·which·to·restart·the·dumped·image·when·execution·is·restored·from·it. | 1820 | a·function·with·which·to·restart·the·dumped·image·when·execution·is·restored·from·it. |
1820 | User-configurable·location·for·temporary·files | 1821 | User-configurable·location·for·temporary·files |
1821 | Is·this·an·interactive·Lisp·environment,·or·is·it·batch·processing? | 1822 | Is·this·an·interactive·Lisp·environment,·or·is·it·batch·processing? |
1822 | Functions·to·call·(in·order)·before·an·image·is·dumped | 1823 | Functions·to·call·(in·order)·before·an·image·is·dumped |
1823 | Command-line·arguments | 1824 | Command-line·arguments |
1824 | a·form·to·evaluate,·or·string·containing·forms·to·read·and·evaluate | 1825 | a·form·to·evaluate,·or·string·containing·forms·to·read·and·evaluate |
1825 | when·the·image·is·restarted,·but·before·the·entry·point·is·called. | 1826 | when·the·image·is·restarted,·but·before·the·entry·point·is·called. |
1826 | a·form·to·evaluate,·or·string·containing·forms·to·read·and·evaluate | 1827 | a·form·to·evaluate,·or·string·containing·forms·to·read·and·evaluate |
1827 | before·the·image·dump·hooks·are·called·and·before·the·image·is·dumped. | 1828 | before·the·image·dump·hooks·are·called·and·before·the·image·is·dumped. |
| 1829 | %H&z&k'C |
1828 | 3333%3333 | |
1829 | SYS:make-target-2-load.lisp | |
1830 | Registration·table·for·preloaded·systems. | 1830 | Registration·table·for·preloaded·systems. |
1831 | The·list·of·system·virtual·slot·names. | 1831 | The·list·of·system·virtual·slot·names. |
1832 | The·standard·readtable,·implementing·the·syntax·specified·by·the·CLHS. | 1832 | The·standard·readtable,·implementing·the·syntax·specified·by·the·CLHS. |
1833 | It·must·never·be·modified,·though·only·good·implementations·will·even·enforce·that. | 1833 | It·must·never·be·modified,·though·only·good·implementations·will·even·enforce·that. |
1834 | Has·the·image·been·restored?·A·boolean,·or·:in-progress·while·restoring,·:in-regress·while·dumping | 1834 | Has·the·image·been·restored?·A·boolean,·or·:in-progress·while·restoring,·:in-regress·while·dumping |
1835 | `,glh,hl | |
1836 | ^{^[`;`{a | 1835 | SYS:make-target-2-load.lisp |
| 1836 | XgXgY'Xg |
| 1837 | nPn0pPp0 |
1837 | '5(j)6*r | 1838 | '5(j)6*r |
1838 | r0r(sKt~u | 1839 | r0r(sKt~u |
1839 | DUMPER131 | 1840 | DUMPER131 |
1840 | MAYBE-MUFFLE | 1841 | MAYBE-MUFFLE |
1841 | Short·for·_operate·on·system_·and·an·alias·for·the·OPERATE·function. | 1842 | Short·for·_operate·on·system_·and·an·alias·for·the·OPERATE·function. |
1842 | Operate·does·mainly·four·things·for·the·user: | 1843 | Operate·does·mainly·four·things·for·the·user: |
1843 | 1.·Resolves·the·OPERATION·designator·into·an·operation·object. | 1844 | 1.·Resolves·the·OPERATION·designator·into·an·operation·object. |
Offset 5588, 17 lines modified | Offset 5589, 16 lines modified |
5588 | BASE-STRING | 5589 | BASE-STRING |
5589 | INITIALIZING | 5590 | INITIALIZING |
5590 | *BLOCKS-TO-TERMINATE* | 5591 | *BLOCKS-TO-TERMINATE* |
5591 | *CONSTRAINT-BLOCKS-P* | 5592 | *CONSTRAINT-BLOCKS-P* |
5592 | SPECIALIZER-NAME | 5593 | SPECIALIZER-NAME |
5593 | SUPERCLASS | 5594 | SUPERCLASS |
5594 | INTERACTIVE-THREAD | 5595 | INTERACTIVE-THREAD |
5595 | CONTEXT-ARGUMENTS | |
5596 | REQUIRED-BY | |
5597 | REQUIRES | 5596 | REQUIRES |
| 5597 | PATHNAME |
5598 | LVAR-TYPE | 5598 | LVAR-TYPE |
5599 | OK-LVAR-LAMBDA-VAR | 5599 | OK-LVAR-LAMBDA-VAR |
5600 | NUMERIC-CONTAGION-CONSTRAINT-BACK | 5600 | NUMERIC-CONTAGION-CONSTRAINT-BACK |
Max diff block lines reached; 354040/360873 bytes (98.11%) of diff not shown.
|