-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync backend expression functions with frontend (#277)
* Implement missing functions in backend * add some testcases for functions that should be evaluated before implemented in the backend code * Simplify some functions
- Loading branch information
Showing
97 changed files
with
998 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"layout": [ | ||
{ | ||
"id": "comp1", | ||
"type": "Heading" | ||
"type": "Header" | ||
}, | ||
{ | ||
"id": "group1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"layout": [ | ||
{ | ||
"id": "comp1", | ||
"type": "Heading" | ||
"type": "Header" | ||
}, | ||
{ | ||
"id": "group1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"layout": [ | ||
{ | ||
"id": "comp1", | ||
"type": "Heading" | ||
"type": "Header" | ||
}, | ||
{ | ||
"id": "group1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"layout": [ | ||
{ | ||
"id": "comp1", | ||
"type": "Heading" | ||
"type": "Header" | ||
}, | ||
{ | ||
"id": "group1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"layout": [ | ||
{ | ||
"id": "comp1", | ||
"type": "Heading" | ||
"type": "Header" | ||
}, | ||
{ | ||
"id": "group1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"layout": [ | ||
{ | ||
"id": "comp1", | ||
"type": "Heading" | ||
"type": "Header" | ||
}, | ||
{ | ||
"id": "group1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"layout": [ | ||
{ | ||
"id": "comp1", | ||
"type": "Heading" | ||
"type": "Header" | ||
}, | ||
{ | ||
"id": "group0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"layout": [ | ||
{ | ||
"id": "comp1", | ||
"type": "Heading" | ||
"type": "Header" | ||
}, | ||
{ | ||
"id": "group0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"layout": [ | ||
{ | ||
"id": "comp1", | ||
"type": "Heading" | ||
"type": "Header" | ||
}, | ||
{ | ||
"id": "group0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
"layout": [ | ||
{ | ||
"id": "comp1", | ||
"type": "Heading" | ||
"type": "Header" | ||
}, | ||
{ | ||
"id": "group0", | ||
|
Oops, something went wrong.