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

Eliminate the need for gazelle language extension #255

Merged
merged 6 commits into from
Apr 25, 2024
Merged

Conversation

HoloRin
Copy link
Contributor

@HoloRin HoloRin commented Dec 18, 2023

Provide new rules that allow compilation of several erlang applications at once, and better handling of erlang.mk and rebar projects.

This provides a simplified experience for dependencies and for embedded apps in umbrella projects.

A new rules_erlang_compiler bazel persisent worker is introduced, that performs its own in-memory caching.

@HoloRin HoloRin added this to the 4.0.0 milestone Dec 18, 2023
@HoloRin HoloRin force-pushed the absurd-mode branch 2 times, most recently from ac3bb1e to 0d86739 Compare March 5, 2024 17:45
@HoloRin HoloRin changed the title Reduce the need for gazelle language extension Eliminate the need for gazelle language extension Mar 11, 2024
@HoloRin HoloRin force-pushed the absurd-mode branch 3 times, most recently from 7971b32 to 9fcae23 Compare March 20, 2024 18:47
@HoloRin HoloRin force-pushed the absurd-mode branch 2 times, most recently from b372693 to 2ea01d4 Compare April 5, 2024 11:05
replace the gazelle extension with a persistent worker that can handle
inter-app dependencies in the execution phase
@HoloRin HoloRin marked this pull request as ready for review April 25, 2024 13:03
@HoloRin HoloRin merged commit c76e212 into main Apr 25, 2024
15 checks passed
@HoloRin HoloRin deleted the absurd-mode branch April 25, 2024 13:04
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