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

Migrate core library to the new Stdlib API/projects system #1919

Merged
merged 34 commits into from
Sep 26, 2024
Merged

Conversation

sezna
Copy link
Contributor

@sezna sezna commented Sep 16, 2024

This is a follow-up to #1912, and includes an associated RCA bug fix (#1918 ) that was not exposed until I tried to re-export something from Core.

This also makes a subtle change to the compiler where the prelude is no longer created by default in the namespace tree, and is rather created when we compile core.qs. This was needed because we no longer allow "clobbering namespaces", that is, re-opening a namespace from an external package.

Copy link

Change in memory usage detected by benchmark.

Memory Report for 658442f

Test This Branch On Main Difference
compile core + standard lib 17887268 bytes 17882252 bytes 5016 bytes

Copy link
Collaborator

@swernli swernli left a comment

Choose a reason for hiding this comment

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

A few minor things to fix, but otherwise this is looking good!

Copy link

Change in memory usage detected by benchmark.

Memory Report for 1f49076

Test This Branch On Main Difference
compile core + standard lib 17887268 bytes 17882252 bytes 5016 bytes

Copy link

Change in memory usage detected by benchmark.

Memory Report for cff916e

Test This Branch On Main Difference
compile core + standard lib 17887268 bytes 17882252 bytes 5016 bytes

@sezna sezna added this pull request to the merge queue Sep 26, 2024
Merged via the queue into main with commit 6ede449 Sep 26, 2024
18 checks passed
@sezna sezna deleted the alex/1911 branch September 26, 2024 16:53
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.

3 participants