Support range syntax in selection variables
Reported by Christopher Stawarz | September 16th, 2010 @ 12:53 PM | in 0.5.0 (closed)
Selection variables should recognize
values="1,2,3..5,6,7..10"
as equivalent to
values="1,2,3,4,5,6,7,8,9,10"
. This could be
implemented by adding a getList method to Datum, which could be
used by list_replicator as well.
Comments and changes to this ticket
-
Christopher Stawarz April 24th, 2012 @ 10:19 AM
- State changed from open to pending
- Milestone set to 0.5.0
- Milestone order changed from 168155 to 0
The selection variable change is implemented on a branch. Note that the implemented syntax is
1:3
rather than1..3
. The original proposed syntax caused problems because1.
was parsed as1.0
, leading to syntax errors. -
Christopher Stawarz October 3rd, 2012 @ 04:19 PM
- State changed from pending to resolved
- Assigned user set to Christopher Stawarz
- Milestone order changed from 4 to 0
Merged to master
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The core framework and supporting libraries for the MWorks Suite