HomePhorge

Fix for 4314 -- Need to allow '-' in class name for refs
9569136329f8Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix for 4314 -- Need to allow '-' in class name for refs

I almost changed this to correspond to the lexer pattern ([a-z0-9][-\w]*) but
that isn't quite right either (it would reintroduce the '::' problem). Another
option I considered was [^\[]+, but that has it's own problems. In the end I
just made the minimal change, adding '-' to the acceptable characters.

Details

Provenance
Markus Roberts <Markus@reality.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU636079f11403: Fixed #4304 - Changed logging level for auto import message
Branches
Unknown
Tags
Unknown

Event Timeline

Markus Roberts <Markus@reality.com> committed rPU9569136329f8: Fix for 4314 -- Need to allow '-' in class name for refs (authored by Markus Roberts <Markus@reality.com>).Jul 26 2010, 7:24 AM