Lasso Soft Inc. > Home

RhinoTrac

LassoSoft Ticket Tracking System

NOTE: If you are using Lasso Server 9.3 please Log your ticket directly via the LUX admin as this will give us more information about your issue.

Lasso 9 Issues



Ticket #8029: tag->doccomment does not work for custom types

Reported by:
Steve Piercy
Date:
04 Feb, 2017
Priority:
major
Component:
Lasso 9
Version:
9.3.2b4
Keywords:
Platform:
macOS 10.12.2
Issue reported by Steve Piercy (web@stevepiercy.com)
Company: Steve Piercy - Website Builder

Component: Lasso 9 Server
Version: 9.3.2b4
Platform: macOS 10.12.2
Source IP: 63.249.112.102

Detail
======
Observed:

$ env LASSO9_RETAIN_COMMENTS=1 lasso9 -s "/**! \
This doc comment is associated with this type definition \
*/ \
define foo => type {} \
::foo -> doccomment"
=>

(empty new lines)

----------------------------------------

I expect to see:

/**! \
This doc comment is associated with this type definition \
*/


Comments

04 Feb, 2017 by Eric Knibbe
Looks like it's an interpreter mode limitation. This works:
LASSO9_NO_INTERPRETER=1 LASSO9_RETAIN_COMMENTS=1 lasso9 -s "/**!
This doc comment is associated with this type definition
*/
define foo => type {}
::foo->doccomment"

/**!
This doc comment is associated with this type definition
*/
Please log in to your LassoSoft account to comment

LassoSoft Inc. > Home

 

 

©LassoSoft Inc 2015 | Web Development by Treefrog Inc | PrivacyLegal terms and Shipping | Contact LassoSoft