File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
library/utility/general/error/src Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ feature -- String representation
5454
5555feature -- Status report
5656
57- debug_output : STRING
57+ debug_output : STRING_ 32
5858 do
59- Result := string_representation . as_string_ 8
59+ Result := string_representation
6060 end
6161
6262feature -- Change
@@ -80,7 +80,7 @@ invariant
8080 name_attached : name /= Void
8181
8282note
83- copyright : " 2011-2012 , Eiffel Software and others"
83+ copyright : " 2011-2014, Jocelyn Fiat , Eiffel Software and others"
8484 license : " Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
8585 source : " [
8686 Eiffel Software
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ feature -- Access
260260 has_error_implies_result_attached : has_error implies Result /= Void
261261 end
262262
263- as_string_representation : STRING
263+ as_string_representation : STRING_ 32
264264 -- String representation of all error(s).
265265 require
266266 has_error
@@ -269,7 +269,7 @@ feature -- Access
269269 Result := e .string_representation
270270 else
271271 check has_error : False end
272- Result := " Error occured"
272+ Result := { STRING_ 32 } " Error occured"
273273 end
274274 end
275275
You can’t perform that action at this time.
0 commit comments