Changeset 753 for trunk

Show
Ignore:
Timestamp:
02/24/11 14:38:26 (15 months ago)
Author:
mgalloy
Message:

There is a problem with doctreeclass::_compileFile which causes "Library file does not contain a procedure or function." errors. Adding /EITHER and /COMPILE_FULL_FILE to RESOLVE_ROUTINE call, but that call still is generating the errors.

Also, updating the version returned by idldoc_version.pro.

Location:
trunk/src
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/idldoc_version.pro

    r751 r753  
    1616   
    1717  version = '3.4alpha' 
    18   revision = '-r744' 
     18  revision = '-r752' 
    1919   
    2020  return, version + (keyword_set(full) ? (' ' + revision) : '') 
  • trunk/src/tree/doctreeclass__define.pro

    r682 r753  
    315315  catch, error 
    316316  if (error ne 0L) then return 
    317    
    318   resolve_routine, routineName 
     317  resolve_routine, routineName, /either, /compile_full_file 
    319318end 
    320319