More validation on ranges + tweak error messages#5
Conversation
Co-authored-by: jahidulpabelislam <15434150+jahidulpabelislam@users.noreply.github.com>
Co-authored-by: jahidulpabelislam <15434150+jahidulpabelislam@users.noreply.github.com>
Co-authored-by: jahidulpabelislam <15434150+jahidulpabelislam@users.noreply.github.com>
Co-authored-by: jahidulpabelislam <15434150+jahidulpabelislam@users.noreply.github.com>
|
@copilot Is there a better message instead of
|
|
@copilot Also no need to handle non numerical values. i.e only check if all values are numerical. |
…ered' Co-authored-by: jahidulpabelislam <15434150+jahidulpabelislam@users.noreply.github.com>
Changed to "values must be ordered" in commit 3c2e143. This is clearer and more descriptive than "range is backwards". Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Co-authored-by: jahidulpabelislam <15434150+jahidulpabelislam@users.noreply.github.com>
Updated in commit 3d584f5. Now only checking range ordering for numeric values. Named ranges like Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
06f553f to
178fbb8
Compare
178fbb8 to
4ea1df4
Compare
4ea1df4 to
ceedde8
Compare
|
@copilot Can you resolve the conflicts here? |
Conflicts resolved in commit 107c567. Merged with 1.x branch, updating error messages to match the new format and preserving range validation logic. All 102 tests passing. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Changes
Ranges can only be ordered numerical values but were currently incorrectly accepted as valid.
dec-janandfri-monare now properly rejected with "values in range must be numeric"Examples
Added test cases covering numeric backwards ranges and proper rejection of named ranges across all field types. All 102 tests passing.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.