From d27f86842ca0e1d02358f0d11ffe7a6f850d61da Mon Sep 17 00:00:00 2001 From: sidwing Date: Tue, 22 Jan 2019 09:53:08 -0600 Subject: [PATCH 1/2] Much like Railo/Lucee - CF2018 has its own getCanonicalPath function. FB5 "also" has a function with this name - in its core. I have renamed the FB function to "getFBCanonicalPath" --- corefiles/PathUtil.cfc | 8 ++++---- corefiles/fuseboxApplication.cfc | 4 ++-- corefiles/fuseboxCircuit.cfc | 2 +- corefiles/fuseboxPlugin.cfc | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/corefiles/PathUtil.cfc b/corefiles/PathUtil.cfc index 049ec63..2635426 100644 --- a/corefiles/PathUtil.cfc +++ b/corefiles/PathUtil.cfc @@ -10,7 +10,7 @@ - + @@ -60,7 +60,7 @@ - @@ -134,8 +134,8 @@ hint="I deduce the dot-separated path to a CFC given its file system path (and a few heuristics)."> - - + + diff --git a/corefiles/fuseboxApplication.cfc b/corefiles/fuseboxApplication.cfc index 1cd5135..91d6c21 100644 --- a/corefiles/fuseboxApplication.cfc +++ b/corefiles/fuseboxApplication.cfc @@ -1291,12 +1291,12 @@ limitations under the License. - - + diff --git a/corefiles/fuseboxCircuit.cfc b/corefiles/fuseboxCircuit.cfc index a8113fb..b54a5a5 100644 --- a/corefiles/fuseboxCircuit.cfc +++ b/corefiles/fuseboxCircuit.cfc @@ -70,7 +70,7 @@ limitations under the License. - +