Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a DynFlags plugin. #56

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Add a DynFlags plugin.

340f62e
Select commit
Loading
Failed to load commit list.
Draft

Add a DynFlags plugin. #56

Add a DynFlags plugin.
340f62e
Select commit
Loading
Failed to load commit list.
Garnix CI / package ghc8107_categorifier-plugin-test [x86_64-linux] failed Feb 9, 2024 in 58m 16s

Run results

Build failed

Details

Last 100 lines of logs:

    210 ┃   . HInsert1 (Proxy @"PowerDouble") (TestCases (const [((), Nothing)]))
    211 ┃   . HInsert1 (Proxy @"PowerFloat") (TestCases (const [((), Nothing)]))
    212 ┃   . HInsert1 (Proxy @"Sin") (TestCases (const [([t|Double|], pure ([|genFloating|], [|show|]))]))
    213 ┃   . HInsert1 (Proxy @"Sinh") (TestCases (const [([t|Double|], pure ([|genFloating|], [|show|]))]))
    214 ┃   . HInsert1 (Proxy @"SinDouble") (TestCases (const [((), pure ([|genFloating|], [|show|]))]))
    215 ┃   . HInsert1 (Proxy @"SinhDouble") (TestCases (const [((), pure ([|genFloating|], [|show|]))]))
    216 ┃   . HInsert1 (Proxy @"SinFloat") (TestCases (const [((), pure ([|genFloating|], [|show|]))]))
    217 ┃   . HInsert1 (Proxy @"SinhFloat") (TestCases (const [((), pure ([|genFloating|], [|show|]))]))
    218 ┃   . HInsert1 (Proxy @"Sqrt") (TestCases (const [([t|Double|], pure ([|genFloating|], [|show|]))]))
    219 ┃   . HInsert1 (Proxy @"SqrtDouble") (TestCases (const [((), pure ([|genFloating|], [|show|]))]))
    220 ┃   . HInsert1 (Proxy @"SqrtFloat") (TestCases (const [((), pure ([|genFloating|], [|show|]))]))
    221 ┃   . HInsert1 (Proxy @"Tan") (TestCases (const [([t|Double|], pure ([|genFloating|], [|show|]))]))
    222 ┃   . HInsert1 (Proxy @"Tanh") (TestCases (const [([t|Double|], pure ([|genFloating|], [|show|]))]))
    223 ┃   . HInsert1 (Proxy @"TanDouble") (TestCases (const [((), pure ([|genFloating|], [|show|]))]))
    224 ┃   . HInsert1 (Proxy @"TanhDouble") (TestCases (const [((), pure ([|genFloating|], [|show|]))]))
    225 ┃   . HInsert1 (Proxy @"TanFloat") (TestCases (const [((), pure ([|genFloating|], [|show|]))]))
    226 ┃   . HInsert1 (Proxy @"TanhFloat") (TestCases (const [((), pure ([|genFloating|], [|show|]))]))
    227 ┃   . HInsert1 (Proxy @"TimesDouble") (TestCases (const [((), Nothing)]))
    228 ┃   . HInsert1 (Proxy @"TimesFloat") (TestCases (const [((), Nothing)]))
    229 ┃   . HInsert1 (Proxy @"And") (TestCases (const [((), Nothing)]))
    230 ┃   . HInsert1 (Proxy @"Or") (TestCases (const [((), Nothing)]))
    231 ┃   . HInsert1 (Proxy @"Equal") (TestCases (const [([t|Int64|], Nothing)]))
    232 ┃   . HInsert1 (Proxy @"NotEqual") (TestCases (const [([t|Int64|], Nothing)]))
    233 ┃   . HInsert1 (Proxy @"Ge") (TestCases (const [([t|Int64|], Nothing)]))
    234 ┃   . HInsert1 (Proxy @"Gt") (TestCases (const [([t|Int64|], Nothing)]))
    235 ┃   . HInsert1 (Proxy @"Le") (TestCases (const [([t|Int64|], Nothing)]))
    236 ┃   . HInsert1 (Proxy @"Lt") (TestCases (const [([t|Int64|], Nothing)]))
    237 ┃   . HInsert1 (Proxy @"EqualDouble") (TestCases (const [((), Nothing)]))
    238 ┃   . HInsert1 (Proxy @"GeDouble") (TestCases (const [((), Nothing)]))
    239 ┃   . HInsert1 (Proxy @"GtDouble") (TestCases (const [((), Nothing)]))
    240 ┃   . HInsert1 (Proxy @"LeDouble") (TestCases (const [((), Nothing)]))
    241 ┃   . HInsert1 (Proxy @"LtDouble") (TestCases (const [((), Nothing)]))
    242 ┃   . HInsert1 (Proxy @"EqualFloat") (TestCases (const [((), Nothing)]))
    243 ┃   . HInsert1 (Proxy @"GeFloat") (TestCases (const [((), Nothing)]))
    244 ┃   . HInsert1 (Proxy @"GtFloat") (TestCases (const [((), Nothing)]))
    245 ┃   . HInsert1 (Proxy @"LeFloat") (TestCases (const [((), Nothing)]))
    246 ┃   . HInsert1 (Proxy @"LtFloat") (TestCases (const [((), Nothing)]))
    247 ┃   . HInsert1 (Proxy @"EqualInt") (TestCases (const [((), Nothing)]))
    248 ┃   . HInsert1 (Proxy @"NotEqualInt") (TestCases (const [((), Nothing)]))
    249 ┃   . HInsert1 (Proxy @"GeInt") (TestCases (const [((), Nothing)]))
    250 ┃   . HInsert1 (Proxy @"GtInt") (TestCases (const [((), Nothing)]))
    251 ┃   . HInsert1 (Proxy @"LeInt") (TestCases (const [((), Nothing)]))
    252 ┃   . HInsert1 (Proxy @"LtInt") (TestCases (const [((), Nothing)]))
    253 ┃   . HInsert1 (Proxy @"EqualInt16") (TestCases (const [((), Nothing)]))
    254 ┃   . HInsert1 (Proxy @"NotEqualInt16") (TestCases (const [((), Nothing)]))
    255 ┃   . HInsert1 (Proxy @"GeInt16") (TestCases (const [((), Nothing)]))
Test suite base-hierarchy: FAIL
    256 ┃   . HInsert1 (Proxy @"GtInt16") (TestCases (const [((), Nothing)]))
Test suite logged to:
    257 ┃   . HInsert1 (Proxy @"LeInt16") (TestCases (const [((), Nothing)]))
dist/test/categorifier-plugin-test-0.1-base-hierarchy.log
    258 ┃   . HInsert1 (Proxy @"LtInt16") (TestCases (const [((), Nothing)]))
    259 ┃   . HInsert1 (Proxy @"EqualInt32") (TestCases (const [((), Nothing)]))
    260 ┃   . HInsert1 (Proxy @"NotEqualInt32") (TestCases (const [((), Nothing)]))
0 of 3 test suites (0 of 3 test cases) passed.
    261 ┃   . HInsert1 (Proxy @"GeInt32") (TestCases (const [((), Nothing)]))
    262 ┃   . HInsert1 (Proxy @"GtInt32") (TestCases (const [((), Nothing)]))
    263 ┃   . HInsert1 (Proxy @"LeInt32") (TestCases (const [((), Nothing)]))
    264 ┃   . HInsert1 (Proxy @"LtInt32") (TestCases (const [((), Nothing)]))
    265 ┃   . HInsert1 (Proxy @"EqualInt64") (TestCases (const [((), Nothing)]))
    266 ┃   . HInsert1 (Proxy @"NotEqualInt64") (TestCases (const [((), Nothing)]))
    267 ┃   . HInsert1 (Proxy @"GeInt64") (TestCases (const [((), Nothing)]))
    268 ┃   . HInsert1 (Proxy @"GtInt64") (TestCases (const [((), Nothing)]))
    269 ┃   . HInsert1 (Proxy @"LeInt64") (TestCases (const [((), Nothing)]))
    270 ┃   . HInsert1 (Proxy @"LtInt64") (TestCases (const [((), Nothing)]))
    271 ┃   . HInsert1 (Proxy @"EqualInt8") (TestCases (const [((), Nothing)]))
    272 ┃   . HInsert1 (Proxy @"NotEqualInt8") (TestCases (const [((), Nothing)]))
    273 ┃   . HInsert1 (Proxy @"GeInt8") (TestCases (const [((), Nothing)]))
    274 ┃   . HInsert1 (Proxy @"GtInt8") (TestCases (const [((), Nothing)]))
    275 ┃   . HInsert1 (Proxy @"LeInt8") (TestCases (const [((), Nothing)]))
    276 ┃   . HInsert1 (Proxy @"LtInt8") (TestCases (const [((), Nothing)]))
    277 ┃   . HInsert1 (Proxy @"EqualWord") (TestCases (const [((), Nothing)]))
    278 ┃   . HInsert1 (Proxy @"NotEqualWord") (TestCases (const [((), Nothing)]))
    279 ┃   . HInsert1 (Proxy @"GeWord") (TestCases (const [((), Nothing)]))
    280 ┃   . HInsert1 (Proxy @"GtWord") (TestCases (const [((), Nothing)]))
    281 ┃   . HInsert1 (Proxy @"LeWord") (TestCases (const [((), Nothing)]))
    282 ┃   . HInsert1 (Proxy @"LtWord") (TestCases (const [((), Nothing)]))
    283 ┃   . HInsert1 (Proxy @"EqualWord16") (TestCases (const [((), Nothing)]))
    284 ┃   . HInsert1 (Proxy @"NotEqualWord16") (TestCases (const [((), Nothing)]))
    285 ┃   . HInsert1 (Proxy @"GeWord16") (TestCases (const [((), Nothing)]))
    286 ┃   . HInsert1 (Proxy @"GtWord16") (TestCases (const [((), Nothing)]))
    287 ┃   . HInsert1 (Proxy @"LeWord16") (TestCases (const [((), Nothing)]))
    288 ┃   . HInsert1 (Proxy @"LtWord16") (TestCases (const [((), Nothing)]))
    289 ┃   . HInsert1 (Proxy @"EqualWord32") (TestCases (const [((), Nothing)]))
    290 ┃   . HInsert1 (Proxy @"NotEqualWord32") (TestCases (const [((), Nothing)]))
    291 ┃   . HInsert1 (Proxy @"GeWord32") (TestCases (const [((), Nothing)]))
    292 ┃   . HInsert1 (Proxy @"GtWord32") (TestCases (const [((), Nothing)]))
    293 ┃   . HInsert1 (Proxy @"LeWord32") (TestCases (const [((), Nothing)]))
    294 ┃   . HInsert1 (Proxy @"LtWord32") (TestCases (const [((), Nothing)]))
    295 ┃   . HInsert1 (Proxy @"EqualWord64") (TestCases (const [((), Nothing)]))
    296 ┃   . HInsert1 (Proxy @"NotEqualWord64") (TestCases (const [((), Nothing)]))
    297 ┃   . HInsert1 (Proxy @"GeWord64") (TestCases (const [((), Nothing)]))
    298 ┃   . HInsert1 (Proxy @"GtWord64") (TestCases (const [((), Nothing)]))
    299 ┃   . HInsert1 (Proxy @"LeWord64") (TestCases (const [((), Nothing)]))
    300 ┃   . HInsert1 (Proxy @"LtWord64") (TestCases (const [((), Nothing)]))
    301 ┃   . HInsert1 (Proxy @"EqualWord8") (TestCases (const [((), Nothing)]))
    302 ┃   . HInsert1 (Proxy @"NotEqualWord8") (TestCases (const [((), Nothing)]))
    303 ┃   . HInsert1 (Proxy @"GeWord8") (TestCases (const [((), Nothing)]))
    304 ┃   . HInsert1 (Proxy @"GtWord8") (TestCases (const [((), Nothing)]))
    305 ┃   . HInsert1 (Proxy @"LeWord8") (TestCases (const [((), Nothing)]))