Ticket #3465 (assigned defect)

Opened 2 years ago

Last modified 7 months ago

memoized parse: cache name collision

Reported by: Chris Graham <chris@ocportal.com> Assigned to: weyrick (accepted)
Priority: high Milestone: 3.0.0 release
Component: Interpreter Version: 2.1.0 beta
Severity: minor Keywords:
Cc:

Description

The interpretor seems to be cacheing the environmental change of frontend files that have exactly the same code and worked upon exactly the same state variables - and thus not executing the files if the result is cached already.

I wrote that in very general terms as I don't know exactly what it is doing. So explained loosely from my point of view...

My system has lots of files sitting in different directories that are identical. These files should execute differently because they execute as a function of the directories they are in. They are all frontends to my system, and the directory that they are in specifies what aspect of the system is called up.

Change History

12/31/07 10:13:52 changed by weyrick

  • owner changed from anonymous to weyrick.
  • status changed from new to assigned.
  • summary changed from Annoying cache problem to memoized parse: cache name collision.

01/17/08 09:23:26 changed by weyrick

  • priority changed from low to high.

04/23/08 09:19:22 changed by weyrick

  • milestone set to 3.0.0 release.