Skip to content

Conversation

@7h3kk1d
Copy link
Contributor

@7h3kk1d 7h3kk1d commented Jun 9, 2025

Screencast.From.2026-02-10.09-55-22.webm

Adds a table projector to view literal lists of labeled tuples and adds an option to enable the projector on evaluation output.

Also fixes exp to segment parenthesization on reverse function application.

7h3kk1d and others added 7 commits May 30, 2025 10:10
- Introduced DataFrame projector implementation with necessary functions.
- Updated ProjectorCore to include DataFrame as a projector kind.
- Added DataFrame styling in CSS for better presentation in the editor.
- Defined new CSS variables for DataFrame table aesthetics.
@codecov
Copy link

codecov bot commented Jun 11, 2025

Codecov Report

❌ Patch coverage is 25.00000% with 66 lines in your changes missing coverage. Please review.
✅ Project coverage is 50.29%. Comparing base (77ab798) to head (78918c5).

Files with missing lines Patch % Lines
.../haz3lcore/projectors/implementations/TableProj.re 19.71% 57 Missing ⚠️
src/haz3lcore/pretty/ExpToSegment.re 50.00% 4 Missing ⚠️
src/web/Settings.re 0.00% 2 Missing ⚠️
src/language/CoreSettings.re 0.00% 1 Missing ⚠️
src/web/app/editors/SettingsModal.re 0.00% 1 Missing ⚠️
src/web/app/editors/code/ContextMenu.re 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1674      +/-   ##
==========================================
- Coverage   50.38%   50.29%   -0.09%     
==========================================
  Files         230      231       +1     
  Lines       25365    25450      +85     
==========================================
+ Hits        12780    12800      +20     
- Misses      12585    12650      +65     
Files with missing lines Coverage Δ
src/haz3lcore/projectors/ProjectorInfo.re 69.23% <ø> (ø)
src/haz3lcore/projectors/ProjectorInit.re 73.91% <100.00%> (+1.18%) ⬆️
src/haz3lcore/zipper/action/Introduce.re 80.37% <ø> (ø)
src/language/ProjectorKind.re 89.74% <100.00%> (+0.85%) ⬆️
src/web/view/NutMenu.re 0.00% <ø> (ø)
src/language/CoreSettings.re 0.00% <0.00%> (ø)
src/web/app/editors/SettingsModal.re 0.00% <0.00%> (ø)
src/web/app/editors/code/ContextMenu.re 0.89% <0.00%> (-0.01%) ⬇️
src/web/Settings.re 0.00% <0.00%> (ø)
src/haz3lcore/pretty/ExpToSegment.re 80.60% <50.00%> (+0.60%) ⬆️
... and 1 more

... and 11 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@7h3kk1d 7h3kk1d changed the title Dataframe projector Table projector Aug 6, 2025
@7h3kk1d 7h3kk1d self-assigned this Aug 6, 2025
@7h3kk1d 7h3kk1d marked this pull request as ready for review February 10, 2026 15:01
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.

1 participant