Improved hPutStr lazy for small chunk sizes #665
Annotations
12 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test:
src/Data/Text/IO.hs#L58
The import of ‘unstream’
|
Test:
src/Data/Text/IO.hs#L61
The import of ‘CharBufElem’
|
Test:
src/Data/Text/IO.hs#L229
This binding for ‘n’ shadows the existing binding
|
Test:
src/Data/Text/IO.hs#L231
This binding for ‘n’ shadows the existing binding
|
Test:
src/Data/Text/IO.hs#L250
This binding for ‘n’ shadows the existing binding
|
Test:
src/Data/Text/IO.hs#L252
This binding for ‘n’ shadows the existing binding
|
Test:
src/Data/Text/IO.hs#L265
Defined but not used: ‘str’
|
Test:
src/Data/Text/IO.hs#L267
This binding for ‘n’ shadows the existing binding
|
Test:
src/Data/Text/IO.hs#L269
This binding for ‘n’ shadows the existing binding
|
Test:
src/Data/Text/Lazy/IO.hs#L66
The import of ‘Data.Text.Internal.Fusion.Types’ is redundant
|
Loading