enso/distribution/lib/Standard
Hubert Plociniczak cf3624c463
Limit the number of reported warnings (#6577)
Artifically limiting the number of reported warnings to 100. Also added benchmarks with random Ints to investigate perf issues when dealing with warnings (future task).
Ideally we would have a custom set-like collection that allows us internally to specify a maximal number of elements. But `EnsoHashMap` (and potentially `EnsoSet`) are still WIP when it comes to being PE-friendly.

The change also allows for checking if the limit for the number of reported warnings has been reached. It will visualize by adding an additional "Warnings limit reached." to the visualization.

The limit is configurable via `--warnings-limit` parameter to `run`.

Closes #6283.
2023-05-10 11:48:31 +00:00
..
AWS/0.0.0-dev Separating Redshift connector from Database library into a new AWS library (#6550) 2023-05-04 17:36:51 +00:00
Base/0.0.0-dev Limit the number of reported warnings (#6577) 2023-05-10 11:48:31 +00:00
Database/0.0.0-dev Improve Non_Unique_Primary_Key error, split file format detection into read/write, improve SQLite format detection (#6604) 2023-05-09 17:15:44 +00:00
Examples/0.0.0-dev Add Execution Context control to Text.write (#6459) 2023-04-29 08:39:18 +00:00
Geo/0.0.0-dev Fix up some type signatures... (#5979) 2023-03-17 11:53:23 +00:00
Google_Api/0.0.0-dev New documentation parser (#5917) 2023-03-15 15:43:51 +00:00
Image/0.0.0-dev Improve Non_Unique_Primary_Key error, split file format detection into read/write, improve SQLite format detection (#6604) 2023-05-09 17:15:44 +00:00
Searcher/0.0.0-dev Detect conflicts between exported types and FQNs (#5986) 2023-03-21 21:09:41 +00:00
Table/0.0.0-dev Improve Non_Unique_Primary_Key error, split file format detection into read/write, improve SQLite format detection (#6604) 2023-05-09 17:15:44 +00:00
Test/0.0.0-dev Improve Non_Unique_Primary_Key error, split file format detection into read/write, improve SQLite format detection (#6604) 2023-05-09 17:15:44 +00:00
Visualization/0.0.0-dev Limit the number of reported warnings (#6577) 2023-05-10 11:48:31 +00:00