1-10 of 23 < Previous Next >
1 vote

Strings to resources

We need to report parse error messages in non-english languages. I suggest to move all strings to resources, so that localization is possible. (Any idea if/when this would be implemented?)

id# 5764 | Planned Release: None | Last Updated: Aug 13 at 11:20 AM  by Endif
1 vote
closed

Long branches not supported

Currently, the If and And/Or operators only emit short form branches. This means that if there are more than 128 bytes of IL between the branch instruction and target, the IL will not be valid.

id# 469 | Planned Release: None | Last Updated: Jul 8 at 7:35 PM  by tlibasci
1 vote

Create Dynamic

Okay, I have an express x+5 and x is not defined so when using the following code IDynamicExpression d = ExpressionFactory.CreateDynamic(strFormula, m_context); I get the following exception: ...

id# 5480 | Planned Release: None | Last Updated: Jul 2 at 6:55 PM  by briviere
1 vote
closed

Culture/Function w/ multiple parameters issue

If the decimal point of the culture is the comma (,) like Greek for example, then you cannot call functions/methods which have multiple parameters. The parser thinks it is a decimal and tries to fi...

id# 4157 | Planned Release: None | Last Updated: Apr 11 at 9:04 PM  by ECiloci
1 vote
fixed

Implement standard constructors on all custom exceptions

Thanks for adding the [Serializable] attribute to custom exceptions, but we didn't quite make it deserializable yet. Please implement the 4 standard constructors on all custom exceptions: public...

id# 3823 | Planned Release: Flee-0.9.17.2 | Last Updated: Feb 29 at 4:17 AM  by ECiloci
1 vote
closed

Mark all custom exceptions as [serializable]

Type 'Ciloci.Flee.ExpressionCompileException' in assembly 'Cicoli.Flee, Version=0.9.16.0, ...' is not marked serializable. Please just add the attribute to all custom exceptions. Thanks!

id# 3574 | Planned Release: Flee-0.9.17.1 | Last Updated: Feb 24 at 4:34 AM  by schaneville
1 vote
closed

Comparing two enums of the same type should be allowed

An expression like "DayOfWeek.Friday = a" where a is a variable of type DayOfWeek should compile since we are comparing two enums of the same type. As of Flee 0.9.16.0 you get a compile exception.

id# 3552 | Planned Release: Flee-0.9.17.1 | Last Updated: Feb 21 at 3:11 AM  by ECiloci
1 vote
closed

FleeCalc Implementation

Eugene, As I indicated I was working on a replacement inface so that I could easily swap out my old calculation engine and implement the Flee calc engine to see if it was faster. I have the initia...

id# 2515 | Planned Release: None | Last Updated: Feb 5 at 4:39 PM  by briviere
1 vote
fixed

Owner base type property calling produce runtime error

I have specified the Owner property for the expression object, and the type of owner object has base type which is not Object. When I get the value of base type property, an runtime exception occur...

id# 3107 | Planned Release: Flee-0.9.15.0 | Last Updated: Jan 12 at 4:48 AM  by ECiloci
1 vote
closed

How obtaining the 'resolved' expression

I'd like to obtain the 'resolved' expression, not only the 'Text'. I try to explain better... suppose i have this formula with a constant: F1(3;MyValue) I need to obtain this: --> '3+7+10' Wher...

id# 2435 | Planned Release: None | Last Updated: Jan 12 at 2:53 AM  by ECiloci

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 23 < Previous 1 2 3 Next >
Updating...