Project

General

Profile

Actions

Bug #533

closed

CACHE_MISS is unavailable in cml files

Added by Anonymous about 18 years ago. Updated about 15 years ago.

Status:
Fixed
Priority:
Normal
Category:
mod_cml
Target version:
-
ASK QUESTIONS IN Forums:

Description

I tried to use mod_cml, but failed when I used CACHE_MISS and CACHE_HIT. I succeeded when I use 0 or 1 for return values.

The reason is that CACHE_* are boolean values but the return value is assumed as a number. In my environment (lua 5.0.2), lua_tonumber checks the type of specified variable, and returns 0 (==CACHE_HIT) if the specified valiable does not keep number. Therefore, cache-miss never occurs if CACHE_* are used.

IMO, lua_pushnumber should be used for CACHE_*, instead of lua_pushboolean.

-- mukai

Actions #1

Updated by jan over 17 years ago

  • Status changed from New to Fixed
  • Resolution set to wontfix

mod_cml is decreated in favour of mod_magnet in 1.4.12

Actions #2

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Wontfix
Actions #3

Updated by stbuehler about 15 years ago

  • Status changed from Wontfix to Fixed
  • Pending set to No
  • Patch available set to No
Actions

Also available in: Atom