fitscore icon indicating copy to clipboard operation
fitscore copied to clipboard

Fixed compilation issue with Swift 5

Open andreasjk opened this issue 7 months ago • 1 comments

fitscore/Sources/FITS/HDU/HEADER/HDUValue.swift:109:24: Member operator '==' of protocol 'HDUValue' must have at least one argument of type 'Self'

fitscore/Sources/FITS/HDU/HEADER/HDUValue.swift:118:24: Member operator '==' of protocol 'HDUValue' must have at least one argument of type 'Self'

fitscore/Sources/FITS/HDU/HEADER/HDUValue.swift:127:24: Member operator '==' of protocol 'HDUValue' must have at least one argument of type 'Self'

fitscore/Sources/FITS/HDU/HEADER/HDUValue.swift:132:24: Member operator '!=' of protocol 'HDUValue' must have at least one argument of type 'Self'

andreasjk avatar Jun 01 '25 23:06 andreasjk

@andreasjk , just out of curiosity (and impatience), how did you fix this?

tvanpeer avatar Jun 16 '25 13:06 tvanpeer