summaryrefslogtreecommitdiff
path: root/tests/typ/compute/construct.typ
AgeCommit message (Collapse)Author
2024-02-27Improve color negation (#3500)frozolotl
2024-02-21Wider callsite span (#3466)Laurenz
2023-12-13Adjust color mixing for hue-based spaces (#2931)Eric Biedert
2023-11-10Implement Oklch support (#2611)frozolotl
2023-10-27Fix argument parsing bugLaurenz
Things like `luma(1, key: "val")` didn't produce an error before because `args.finish()?` wasn't called. This changes `args: Args` to `args: &mut Args` to make it impossible for that to happen.
2023-10-09Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318)MALO
2023-10-02Add capability to get current compiler version (#2016)T0mstone
2023-09-19Gradient Part 1 - Color rework (#2171)Sébastien d'Herbais de Thun
2023-09-11Update tests for type system changesLaurenz
2023-09-11Forward third-party errorsLaurenz
Better to know something even if it isn't always formatted in the prettiest way
2023-08-04Bytes typeLaurenz
- Moves `Bytes` from `util` to `eval` module - Accepts bytes in `str` function for bytes -> str conversion - Adds `bytes` function for str | array -> bytes conversion - Adds `array` function for bytes -> array conversion - Adds `len`, `at`, and `slice` methods for bytes - Adds `encoding` parameter to `read` function
2023-07-05Color mixing function (#1332)Lynn
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-30Unicode code point conversion (#1068) (#1132)Erik Bünnig
2023-05-30Add a base parameter to str() (#1362)Lynn
2023-05-23Add support for date & time handling (#435)Laurenz Stampfl
2023-03-29bail! when #symbol is called without parameters (#440)Naim A
2023-03-19Renaming and refactoringLaurenz
2023-02-12Make all nodes block-levelLaurenz
2023-01-30User-defined symbolsLaurenz
2022-12-21Rename the `create` category to `construct`Laurenz