Skip to content

Re-enable NSKIP028 - #853

Merged
ppenna merged 1 commit into
nanvix/v3.12.3from
nskip/028
Aug 4, 2026
Merged

Re-enable NSKIP028#853
ppenna merged 1 commit into
nanvix/v3.12.3from
nskip/028

Conversation

@ada-x64

@ada-x64 ada-x64 commented Jul 31, 2026

Copy link
Copy Markdown

Closes #508

What

Remove NSKIP028 guards in test_fileinput.

Why

locale.getencoding() works now.
Verified the full lifecycle on Linux.

Copilot AI lite review requested due to automatic review settings July 31, 2026 22:05

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR re-enables previously skipped fileinput.hook_compressed() tests on Nanvix by removing the NSKIP028 Nanvix skip guards now that encoding="locale" / locale.getencoding() is expected to behave correctly there.

Changes:

  • Removed support.is_nanvix skip decorators and related NSKIP028 comments from two compressed-file hook tests.
  • Allows hook_compressed(..., mode="r") to exercise io.TextIOWrapper(..., encoding="locale") on Nanvix for .gz and .bz2 paths.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings August 3, 2026 14:26

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

@ada-x64
ada-x64 marked this pull request as ready for review August 3, 2026 14:42
locale.getencoding() works now.
Copilot AI review requested due to automatic review settings August 4, 2026 22:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review details

  • Files reviewed: 1/1 changed files
  • Comments generated: 0 new
  • Review effort level: Lite

@ppenna
ppenna merged commit aeddccf into nanvix/v3.12.3 Aug 4, 2026
13 checks passed
@ppenna
ppenna deleted the nskip/028 branch August 4, 2026 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[NSKIP028] locale.getencoding() not implemented on Nanvix

3 participants