-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
WIP Native elixir #1020
base: master
Are you sure you want to change the base?
WIP Native elixir #1020
Conversation
qa: Remove test log files qa: Remove 'unique' on elixir modules qa: Remove 'LOCAL_DEPS_DIRS' changes qa: Remove duplicate targets qa: Remove 'fix' of setting the elixir commit to 'main' qa: Move 'GetDeps' fun to its own macro within hex.mk Some cleanup + if crypto isn't installed, fail earlier Add suites to CI
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
Once all tests pass again in RabbitMQ this can be merged. But perhaps leave it hanging until after Christmas. |
This comment was marked as resolved.
This comment was marked as resolved.
endif | ||
|
||
.PHONY: autopatch-$(call query_name,$1) | ||
|
||
ifeq ($1,elixir) | ||
autopatch-elixir:: | ||
ln -s lib/elixir/ebin $(DEPS_DIR)/elixir/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$(verbose)
For eunit we need to filter out the Elixir.*.beam files. Edit: No and it's hard to know whether eunit is used or not. Perhaps have a variable to force disable it. |
@@ -0,0 +1,145 @@ | |||
# Copyright (c) 2024, Tyler Hughes <artman41@gmail.com> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry to be awkward Essen, any chance I could get this swapped to my dev email tyler@tylerhughes.dev
?
No worries if not, I appreciate it's a tiny thing 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do. I think I used the email from your PR's commits. If I forget a PR updating it is of course welcome.
Heavily modified version of #979