Skip to content

1088#3629

Merged
RichDom2185 merged 11 commits intomasterfrom
1088
Mar 5, 2026
Merged

1088#3629
RichDom2185 merged 11 commits intomasterfrom
1088

Conversation

@martin-henz
Copy link
Copy Markdown
Member

@martin-henz martin-henz commented Mar 5, 2026

Description

This PR bumps js-slang to 1.0.88, which does not include support for the language Scheme. As a result, this PR removes any scheme implementation.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Code quality improvements

How to test

I tested that everything builds and runs locally, and checked that Scheme is no longer available.

Checklist

  • I have tested this code
  • I have updated the documentation

@coveralls
Copy link
Copy Markdown

coveralls commented Mar 5, 2026

Pull Request Test Coverage Report for Build 22718039553

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 2 of 3 (66.67%) changed or added relevant lines in 3 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.1%) to 41.001%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/features/cseMachine/CseMachineUtils.ts 0 1 0.0%
Files with Coverage Reduction New Missed Lines %
src/commons/utils/AceHelper.ts 1 23.73%
Totals Coverage Status
Change from base Build 22711511252: 0.1%
Covered Lines: 5374
Relevant Lines: 12153

💛 - Coveralls

JayeJyn
JayeJyn previously approved these changes Mar 5, 2026
Copy link
Copy Markdown
Member

@s-kybound s-kybound left a comment

Choose a reason for hiding this comment

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

LGTM except for the utils/scheme folder, should be renamed to something like utils/continuations, or logic should be moved

setDifference
} from './CseMachineUtils';
import { Continuation, isContinuation, isSchemeNumber, isSymbol } from './utils/scheme';
import { Continuation, isContinuation } from './utils/scheme';
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Continuation and isContinuation should be moved away from utils/Scheme

RichDom2185
RichDom2185 previously approved these changes Mar 5, 2026
Copy link
Copy Markdown
Member

@RichDom2185 RichDom2185 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@RichDom2185 RichDom2185 enabled auto-merge (squash) March 5, 2026 09:08
@RichDom2185 RichDom2185 dismissed stale reviews from JayeJyn and themself March 5, 2026 09:09

Kyriel reviewed

@martin-henz
Copy link
Copy Markdown
Member Author

martin-henz commented Mar 5, 2026

LGTM except for the utils/scheme folder, should be renamed to something like utils/continuations, or logic should be moved

OK, I agree.

@s-kybound
Copy link
Copy Markdown
Member

LGTM!

@RichDom2185 RichDom2185 merged commit 811e389 into master Mar 5, 2026
10 checks passed
@RichDom2185 RichDom2185 deleted the 1088 branch March 5, 2026 12:34
Copy link
Copy Markdown
Member

@RichDom2185 RichDom2185 left a comment

Choose a reason for hiding this comment

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

Why are we reverting the updates back to older versions?

@RichDom2185
Copy link
Copy Markdown
Member

@sayomaki can you help revert the changes in this PR?

@RichDom2185
Copy link
Copy Markdown
Member

Nevermind, I'll do the revert

@RichDom2185
Copy link
Copy Markdown
Member

#3643

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.

6 participants