Hermanverschooten

Hermanverschooten

Hi all,

I am creating a package and wanted to add igniter for the basic setup.
It isn’t yet published, but is at Faulty.

I tried using the igniter installer with the mix igniter.new test_app --install faulty@github:Hermanverschooten/faulty and that worked nicely.
I then made some changes and ran mix igniter.install faulty@path:../faulty to use my local dev version and that too works. Nice!

Now I wanted to test it against one of my real apps, I added {:igniter, "~> 0.4"} to mix.exs and ran mix deps.get and mix compile.

But when I run mix igniter.install faulty@path:../faulty, I get a list of applications analyzed and then it just hangs. When I run it with MIX_DEBUG=1 I get this at the end

==> admin
-> Running mix will_recompile (inside Admin.MixProject)
<- Ran mix will_recompile in 0ms
<- Ran mix deps.compile in 4181ms
-> Running mix igniter.install faulty@github:Hermanverschooten/faulty (inside Admin.MixProject)
-> Running mix compile --no-compile (inside Admin.MixProject)
-> Running mix loadpaths --no-deps-loading --no-compile (inside Admin.MixProject)
<- Ran mix loadpaths in 0ms
-> Running mix compile.all --no-compile (inside Admin.MixProject)
<- Ran mix compile.all in 5ms
<- Ran mix compile in 8ms

and then it hangs.
I have tried cleaning, even removing the whole _build folder.
Every time, it just hangs, and I don’t know why.

Showing Posts 1 to 9

zachdaniel

zachdaniel

Creator of Ash

Hmm…the first thing that jumps out at me is this:

-> Running mix igniter.install faulty@github:Hermanverschooten/faulty (inside Admin.MixProject)

is that just you trying the GitHub installation version to see if that fixes it?

Hermanverschooten

Hermanverschooten OP

yes it was

zachdaniel

zachdaniel

Creator of Ash

Hm…I’m not able to reproduce.

Although this:

adds_deps: [{:faulty, github: "Hermanverschooten/faulty"}],

could be part of the issue? That is only for other deps you want to add, you don’t need to list your own package in that list. Try removing that.

Hermanverschooten

Hermanverschooten OP

I commented out that line and ran it again, still hangs at

==> admin
-> Running mix will_recompile (inside Admin.MixProject)
<- Ran mix will_recompile in 0ms
<- Ran mix deps.compile in 4370ms
-> Running mix igniter.install faulty@path:~/Projects/faulty (inside Admin.MixProject)
-> Running mix compile --no-compile (inside Admin.MixProject)
-> Running mix loadpaths --no-deps-loading --no-compile (inside Admin.MixProject)
<- Ran mix loadpaths in 0ms
-> Running mix compile.all --no-compile (inside Admin.MixProject)
<- Ran mix compile.all in 5ms
<- Ran mix compile in 9ms

I tried it on several other projects and there it works.

zachdaniel

zachdaniel

Creator of Ash

:thinking: do you possibly have some kind of recursive dependency by accident in your mix.exs file? If it works in other projects it would have to be something special about the one where it doesn’t work, right?

Hermanverschooten

Hermanverschooten OP

It gets even weirder, I just tried it on another computer, same project and it works.

Hermanverschooten

Hermanverschooten OP

It must be something corrupt in the source code in that folder.
I just cloned it into a new folder and there it works.
Sorry if I wasted your time.

dimitarvp

dimitarvp

Tried recursive diff of both sources? Or the deps folder?

Hermanverschooten

Hermanverschooten OP

nothing that pops up.

— All posts loaded —

Where Next? Top

Trending in Questions Top

Blokh
Hey guys, I’ve got a huge CSV ( around 10 GB ) that needs to be processed hourly Do you guys have any suggestions what is the best prac...
New
kszambelanczyk
Hello! Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app. I creat...
New
Onor.io
I have what I’ve heard referred to as a “lookup table” in my database. This is a way of assigning codes to common values. One common lo...
New
Trolleger
What approach to take when sending live updates to “random” users Hi! I have a question, I have a little chat app, and when I create a DM...
New
matt-savvy
Anyone here using Honeybadger? My Honeybadger account is being overwhelmed with noise from some bots. Seeing a lot of Bandit.HTTPError...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge &amp; Solve. They are GUI (Emerge) and State management (S...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
wintermeyer
There are three potential reasons for members of this forum to have a look at https://vutuv.de You are tired or annoyed of LinkedIn. Yo...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews