Changeset: daf6ad2c2f20 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/daf6ad2c2f20 Removed Files: monetdb5/modules/atoms/Tests/color.maltest monetdb5/modules/atoms/color.c monetdb5/modules/atoms/color.h monetdb5/modules/kernel/batcolor.c Modified Files: clients/Tests/MAL-signatures-hge.test clients/Tests/MAL-signatures.test gdk/gdk_logger.c monetdb5/ChangeLog monetdb5/modules/atoms/CMakeLists.txt monetdb5/modules/atoms/Tests/All monetdb5/modules/kernel/CMakeLists.txt Branch: default Log Message:
Removed the MAL type "color". diffs (truncated from 1277 to 300 lines): diff --git a/clients/Tests/MAL-signatures-hge.test b/clients/Tests/MAL-signatures-hge.test --- a/clients/Tests/MAL-signatures-hge.test +++ b/clients/Tests/MAL-signatures-hge.test @@ -30528,91 +30528,6 @@ eval pattern batcapi.eval(X_0:ptr, X_1:bit, X_2:str, X_3:any...):any... CUDFevalStd; Execute a simple CUDF script value -batcolor -blue -command batcolor.blue(X_0:bat[:color]):bat[:int] -CLRbatBlue; -Extracts blue component from a color atom -batcolor -cb -command batcolor.cb(X_0:bat[:color]):bat[:int] -CLRbatCb; -Extracts Cb(blue color) component from a color atom -batcolor -color -command batcolor.color(X_0:bat[:str]):bat[:color] -CLRbatColor; -Converts string to color -batcolor -cr -command batcolor.cr(X_0:bat[:color]):bat[:int] -CLRbatCr; -Extracts Cr(red color) component from a color atom -batcolor -green -command batcolor.green(X_0:bat[:color]):bat[:int] -CLRbatGreen; -Extracts green component from a color atom -batcolor -hsv -command batcolor.hsv(X_0:bat[:flt], X_1:bat[:flt], X_2:bat[:flt]):bat[:color] -CLRbatHsv; -Converts an HSV triplets to a color atom -batcolor -hue -command batcolor.hue(X_0:bat[:color]):bat[:flt] -CLRbatHue; -Extracts hue component from a color atom -batcolor -hue -command batcolor.hue(X_0:bat[:color]):bat[:int] -CLRbatHueInt; -Extracts hue component from a color atom -batcolor -luminance -command batcolor.luminance(X_0:bat[:color]):bat[:int] -CLRbatLuminance; -Extracts Y(luminance) component from a color atom -batcolor -red -command batcolor.red(X_0:bat[:color]):bat[:int] -CLRbatRed; -Extracts red component from a color atom -batcolor -rgb -command batcolor.rgb(X_0:bat[:int], X_1:bat[:int], X_2:bat[:int]):bat[:color] -CLRbatRgb; -Converts an RGB triplets to a color atom -batcolor -saturation -command batcolor.saturation(X_0:bat[:color]):bat[:flt] -CLRbatSaturation; -Extracts saturation component from a color atom -batcolor -saturation -command batcolor.saturation(X_0:bat[:color]):bat[:int] -CLRbatSaturationInt; -Extracts saturation component from a color atom -batcolor -str -command batcolor.str(X_0:bat[:color]):bat[:str] -CLRbatStr; -Identity mapping for string bats -batcolor -value -command batcolor.value(X_0:bat[:color]):bat[:flt] -CLRbatValue; -Extracts value component from a color atom -batcolor -value -command batcolor.value(X_0:bat[:color]):bat[:int] -CLRbatValueInt; -Extracts value component from a color atom -batcolor -ycc -command batcolor.ycc(X_0:bat[:flt], X_1:bat[:flt], X_2:bat[:flt]):bat[:color] -CLRbatycc; -Converts an YCC triplets to a color atom batgeom AsEWKT command batgeom.AsEWKT(X_0:bat[:wkb]):bat[:str] @@ -44653,91 +44568,6 @@ wakeup unsafe pattern clients.wakeup(X_0:int):void CLTwakeup; Wakeup a client process -color -blue -command color.blue(X_0:color):int -CLRblue; -Extracts blue component from a color atom -color -cb -command color.cb(X_0:color):int -CLRcb; -Extracts Cb(blue color) component from a color atom -color -color -command color.color(X_0:str):color -CLRcolor; -Converts string to color -color -cr -command color.cr(X_0:color):int -CLRcr; -Extracts Cr(red color) component from a color atom -color -green -command color.green(X_0:color):int -CLRgreen; -Extracts green component from a color atom -color -hsv -command color.hsv(X_0:flt, X_1:flt, X_2:flt):color -CLRhsv; -Converts an HSV triplets to a color atom -color -hue -command color.hue(X_0:color):flt -CLRhue; -Extracts hue component from a color atom -color -hue -command color.hue(X_0:color):int -CLRhueInt; -Extracts hue component from a color atom -color -luminance -command color.luminance(X_0:color):int -CLRluminance; -Extracts Y(luminance) component from a color atom -color -red -command color.red(X_0:color):int -CLRred; -Extracts red component from a color atom -color -rgb -command color.rgb(X_0:int, X_1:int, X_2:int):color -CLRrgb; -Converts an RGB triplets to a color atom -color -saturation -command color.saturation(X_0:color):flt -CLRsaturation; -Extracts saturation component from a color atom -color -saturation -command color.saturation(X_0:color):int -CLRsaturationInt; -Extracts saturation component from a color atom -color -str -command color.str(X_0:color):str -CLRstr; -Converts color to string -color -value -command color.value(X_0:color):flt -CLRvalue; -Extracts value component from a color atom -color -value -command color.value(X_0:color):int -CLRvalueInt; -Extracts value component from a color atom -color -ycc -command color.ycc(X_0:int, X_1:int, X_2:int):color -CLRycc; -Converts an YCC triplets to a color atom csv epilogue command csv.epilogue():void diff --git a/clients/Tests/MAL-signatures.test b/clients/Tests/MAL-signatures.test --- a/clients/Tests/MAL-signatures.test +++ b/clients/Tests/MAL-signatures.test @@ -21733,91 +21733,6 @@ eval pattern batcapi.eval(X_0:ptr, X_1:bit, X_2:str, X_3:any...):any... CUDFevalStd; Execute a simple CUDF script value -batcolor -blue -command batcolor.blue(X_0:bat[:color]):bat[:int] -CLRbatBlue; -Extracts blue component from a color atom -batcolor -cb -command batcolor.cb(X_0:bat[:color]):bat[:int] -CLRbatCb; -Extracts Cb(blue color) component from a color atom -batcolor -color -command batcolor.color(X_0:bat[:str]):bat[:color] -CLRbatColor; -Converts string to color -batcolor -cr -command batcolor.cr(X_0:bat[:color]):bat[:int] -CLRbatCr; -Extracts Cr(red color) component from a color atom -batcolor -green -command batcolor.green(X_0:bat[:color]):bat[:int] -CLRbatGreen; -Extracts green component from a color atom -batcolor -hsv -command batcolor.hsv(X_0:bat[:flt], X_1:bat[:flt], X_2:bat[:flt]):bat[:color] -CLRbatHsv; -Converts an HSV triplets to a color atom -batcolor -hue -command batcolor.hue(X_0:bat[:color]):bat[:flt] -CLRbatHue; -Extracts hue component from a color atom -batcolor -hue -command batcolor.hue(X_0:bat[:color]):bat[:int] -CLRbatHueInt; -Extracts hue component from a color atom -batcolor -luminance -command batcolor.luminance(X_0:bat[:color]):bat[:int] -CLRbatLuminance; -Extracts Y(luminance) component from a color atom -batcolor -red -command batcolor.red(X_0:bat[:color]):bat[:int] -CLRbatRed; -Extracts red component from a color atom -batcolor -rgb -command batcolor.rgb(X_0:bat[:int], X_1:bat[:int], X_2:bat[:int]):bat[:color] -CLRbatRgb; -Converts an RGB triplets to a color atom -batcolor -saturation -command batcolor.saturation(X_0:bat[:color]):bat[:flt] -CLRbatSaturation; -Extracts saturation component from a color atom -batcolor -saturation -command batcolor.saturation(X_0:bat[:color]):bat[:int] -CLRbatSaturationInt; -Extracts saturation component from a color atom -batcolor -str -command batcolor.str(X_0:bat[:color]):bat[:str] -CLRbatStr; -Identity mapping for string bats -batcolor -value -command batcolor.value(X_0:bat[:color]):bat[:flt] -CLRbatValue; -Extracts value component from a color atom -batcolor -value -command batcolor.value(X_0:bat[:color]):bat[:int] -CLRbatValueInt; -Extracts value component from a color atom -batcolor -ycc -command batcolor.ycc(X_0:bat[:flt], X_1:bat[:flt], X_2:bat[:flt]):bat[:color] -CLRbatycc; -Converts an YCC triplets to a color atom batgeom AsEWKT command batgeom.AsEWKT(X_0:bat[:wkb]):bat[:str] @@ -33198,91 +33113,6 @@ wakeup unsafe pattern clients.wakeup(X_0:int):void CLTwakeup; Wakeup a client process -color -blue -command color.blue(X_0:color):int -CLRblue; -Extracts blue component from a color atom -color -cb -command color.cb(X_0:color):int -CLRcb; -Extracts Cb(blue color) component from a color atom -color -color -command color.color(X_0:str):color -CLRcolor; _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
