Re: [fpc-devel] TMask classes

2020-12-03 Thread Michael Van Canneyt via fpc-devel
Hello José, FPC has 2 units with similar functionality, fpmasks (in fpindexer) and maskutils (in fcl-base). I think one of these units could be extended with extra functions; I don't think we should introduce new units. For maskutils there are already some tests, so if you write tests for y

[fpc-devel] TMask classes

2020-12-03 Thread José Mejuto via fpc-devel
Hello, I've written a TMask class family and I would like to know if it could be of any interest for the fpc code base, if there is interest I must write some unit test code but if there is no interest I'll not write it ;-) There is a TMask class in LazUtils but it lacks some features and has