tracker issue : CF-4202133

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] ER for: REPL to not print objects by default, and add a flag to enable the printing

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/Fixed

Reporter/Name(from Bugbase): Aaron Neff / ()

Created: 04/26/2018

Components: CLI, REPL

Versions: 2018

Failure Type: Others

Found In Build/Fixed In Build: / 309119

Priority/Frequency: Normal /

Locale/System: /

Vote Count: 1

This ER is for REPL to, by default, not print objects. And have a flag for enabling this, if user wants.

Repro:

-----------
ColdFusion started in interactive mode. Type 'q' to quit.
cf-cli>foo = now()
{ts '2018-04-25 23:37:57'}
cf-cli>foo = {asdf="asdf"}
struct

ASDF: asdf


cf-cli>
-----------

Actual Result: As seen above, objects are printed by default.

Expected Result: Objects should not be printed by default. Instead, there should be a flag for enabling this, if user wants.

Related thread: https://forums.adobeprerelease.com/coldfusionpr/discussion/218/how-does-one-reference-a-cfc-in-the-repl

Attachments:

Comments: