[ref_impl_eiffel] [900] AWB-167: Eiffel Software is planning to remove t
Revision: 900 Author: peter.gummer Date: 2009-09-27 03:35:50 +0100 (Sun, 27 Sep 2009) Log Message: ----------- AWB-167: Eiffel Software is planning to remove the implicit conversions from STRING_32 to STRING_8 in EiffelStudio 6.5. See http://tech.groups.yahoo.com/group/eiffel_software/message/15487 I tested the effect of the conversion removal in our code by editing the STRING_32 class and removing `as_string_8' from the list of conversion routines. Then I compiled adl_workbench and adl_parser (with the no_precompile target) and fixed the errors, either by adding explicit calls to 'as_string_8' or else by changing the type of the target entity to STRING_32. Modified Paths: -------------- BRANCHES/specialisation/apps/adl_workbench/src/controls/gui_ontology_controls.e BRANCHES/specialisation/apps/adl_workbench/src/controls/gui_path_map_control.e BRANCHES/specialisation/apps/adl_workbench/src/controls/gui_translation_controls.e BRANCHES/specialisation/apps/adl_workbench/src/main/main_window.e BRANCHES/specialisation/apps/adl_workbench/src/main/main_window_accelerators.e BRANCHES/specialisation/apps/adl_workbench/src/main/option_dialog.e BRANCHES/specialisation/apps/adl_workbench/src/main/repository_dialog.e BRANCHES/specialisation/apps/adl_workbench/src/main/shared_ui_resources.e BRANCHES/specialisation/libraries/common_libs/src/gui/vision2/gui_controller_tools.e BRANCHES/specialisation/libraries/common_libs/src/utility/config_file/shared_resources.e