diff options
author | Gabriel Dos Reis <gdr@axiomatics.org> | 2015-12-31 18:51:12 -0800 |
---|---|---|
committer | Gabriel Dos Reis <gdr@axiomatics.org> | 2015-12-31 18:51:12 -0800 |
commit | 4da6a6b5179d818b0f3b50b0e7e271edef7a8489 (patch) | |
tree | 63dbe13a199e57600614c965a574f86cb2f0eae7 /src/ChangeLog | |
parent | 50617665789d393c74ddbb779129fba0edd201f5 (diff) | |
download | open-axiom-4da6a6b5179d818b0f3b50b0e7e271edef7a8489.tar.gz |
coerceEasy: Allow expansion of current domain in the target mode.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bb6d981b..f5cd62a3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2015-12-31 Gabriel Dos Reis <gdr@axiomatics.org> + * interp/compiler.boot (coerceEasy): Allow expansion of current + domain in target mode. + (coerceHard): Remove bidirectional expansion of current domain. + +2015-12-31 Gabriel Dos Reis <gdr@axiomatics.org> + * interp/compiler.boot (modeIfTypeBeingDefined): New. (primitiveType): Add DB parameter as first. Don't unconditionally reference primitive types if they are being defined. |