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

Enable compiling directly to main function #749

Merged
merged 18 commits into from
Oct 26, 2023
Merged

Enable compiling directly to main function #749

merged 18 commits into from
Oct 26, 2023

Conversation

JonasWanke
Copy link
Member

Checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

@JonasWanke JonasWanke added the T: Feature Type: New Features label Oct 4, 2023
@JonasWanke JonasWanke requested a review from MarcelGarus October 4, 2023 12:16
@jwbot jwbot added P: Compiler: Language Server Package: The Candy Language Server P: Compiler: Frontend Package: The compiler frontend P: Compiler: Fuzzer Package: Candy's built-in fuzzer fuzzing Candy code P: Compiler: VM Package: The VM executing Candy byte code (LIR) P: Compiler: CLI Package: Candy's command-line interface P: Compiler: Inkwell Backend Package: Inkwell Compiler Backend producing native code via LLVM labels Oct 4, 2023
@jwbot jwbot enabled auto-merge October 4, 2023 12:17
@JonasWanke JonasWanke marked this pull request as draft October 4, 2023 12:40
auto-merge was automatically disabled October 4, 2023 12:40

Pull request was converted to draft

@JonasWanke JonasWanke removed the request for review from MarcelGarus October 4, 2023 12:40
@jwbot
Copy link
Collaborator

jwbot commented Oct 12, 2023

The golden IRs have changed: f800bc6..c9e8b1e

@jwbot
Copy link
Collaborator

jwbot commented Oct 12, 2023

The golden IRs have changed: f800bc6..c70e2d7

@JonasWanke JonasWanke marked this pull request as ready for review October 12, 2023 19:16
@JonasWanke JonasWanke requested a review from ctiedt October 12, 2023 19:17
@jwbot jwbot enabled auto-merge October 12, 2023 19:20
@jwbot
Copy link
Collaborator

jwbot commented Oct 12, 2023

The golden IRs have changed: 472fc9e..c56d6b8

compiler/backend_inkwell/src/lib.rs Outdated Show resolved Hide resolved
compiler/backend_inkwell/src/lib.rs Outdated Show resolved Hide resolved
compiler/backend_inkwell/src/lib.rs Outdated Show resolved Hide resolved
compiler/backend_inkwell/src/lib.rs Show resolved Hide resolved
compiler/backend_inkwell/src/lib.rs Show resolved Hide resolved
@JonasWanke JonasWanke requested a review from ctiedt October 20, 2023 06:44
@JonasWanke JonasWanke mentioned this pull request Oct 26, 2023
2 tasks
@jwbot
Copy link
Collaborator

jwbot commented Oct 26, 2023

The golden IRs have changed: be5b86b..6927ad6

@jwbot jwbot merged commit d6a655d into main Oct 26, 2023
11 checks passed
@jwbot jwbot deleted the execution-target branch October 26, 2023 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: Compiler: CLI Package: Candy's command-line interface P: Compiler: Frontend Package: The compiler frontend P: Compiler: Fuzzer Package: Candy's built-in fuzzer fuzzing Candy code P: Compiler: Inkwell Backend Package: Inkwell Compiler Backend producing native code via LLVM P: Compiler: Language Server Package: The Candy Language Server P: Compiler: VM Package: The VM executing Candy byte code (LIR) T: Feature Type: New Features
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants