hyprwm / hyprlang

The official implementation library for the hypr config language.
https://wiki.hyprland.org/Hypr-Ecosystem/hyprlang/
GNU Lesser General Public License v3.0
137 stars 16 forks source link

config.cpp: fix parsing invalid hex #53

Closed MAKMED1337 closed 2 months ago

MAKMED1337 commented 2 months ago

Instead of crashing on an invalid hex, return an error.

MAKMED1337 commented 2 months ago

There are also other usages of stoll in this function. Maybe it is better to add a stoll lambda function wrapper ?

vaxerski commented 2 months ago

There are also other usages of stoll in this function. Maybe it is better to add a stoll lambda function wrapper ?

could be done, but in a separate pr