ET_GROUP reset_absolute_pathname
Howard Thomson <[email protected]> Thu, 08 Aug 2013 00:23:35 +0100
| Newsgroups | gmane.comp.lang.eiffel.gobo.devel |
|---|---|
| Message-ID | <1375917815.10525.11.camel@ht-laptop> |
Hi Eric, Just browsing source code again, and noted that in the class ET_GROUP [$GOBO/library/tools/eiffel/ast/group/et_group.e], there is a query 'reset_absolute_pathname' which would seem to be more likely candidate as a command: feature -- Initialization reset_absolute_pathname: STRING -- Force the computation of `absolute_pathname' next time -- it will be called. This is useful when the values of the -- environment variables have changed or when the cluster -- hierarchy has changed. Otherwise the result of -- `absolute_pathname' is cached to avoid having to -- compute its value at each call (like a once-per-object). do cached_absolute_pathname := Void ensure absolute_pathname_reset: cached_absolute_pathname = Void end Would you agree ? I did a 'find ... | xargs grep ...' and found no other instance of the identifier reset_absolute_pathname, so presume this has yet to be used. Regards, Howard ------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite! It's a free troubleshooting tool designed for production. Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk