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

WIP Native elixir #1020

Draft
wants to merge 38 commits into
base: master
Choose a base branch
from
Draft

WIP Native elixir #1020

wants to merge 38 commits into from

Conversation

essen
Copy link
Member

@essen essen commented Dec 5, 2024

Heavily modified version of #979

artman41 and others added 4 commits December 3, 2024 11:11
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
@essen

This comment was marked as outdated.

@essen

This comment was marked as resolved.

@essen
Copy link
Member Author

essen commented Dec 13, 2024

Once all tests pass again in RabbitMQ this can be merged. But perhaps leave it hanging until after Christmas.

@essen

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/
Copy link
Member Author

Choose a reason for hiding this comment

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

$(verbose)

@essen
Copy link
Member Author

essen commented Dec 18, 2024

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>
Copy link
Contributor

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 😅

Copy link
Member Author

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.

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.

2 participants