Changes between Version 13 and Version 14 of Deprecation
- Timestamp:
- 08/19/10 13:43:53 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Deprecation
v13 v14 22 22 ---- 23 23 24 opcode: `find_lex` no longer throws an exception when the lexical is not found; it returns `PMCN LL` instead. This is consistent with the other "lookup" opcodes. If you want to throw an exception, you must check the result of the opcode and throw the exception explicitly.24 opcode: `find_lex` no longer throws an exception when the lexical is not found; it returns `PMCNULL` instead. This is consistent with the other "lookup" opcodes. If you want to throw an exception, you must check the result of the opcode and throw the exception explicitly. 25 25 26 26 ----