-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Intermittent Rewrite.SourceError
during app creation
#170
Comments
Hmm... I wonder if this may be OS specific to do with how we check if a file has been modified. Do you have access to a linux or Mac machine to try this on? I can't reproduce. |
Yes, I should be able to give this a go on Mac and Linux, I'll just need some time. I'll update the ticket asap. Thanks @zachdaniel |
I just tried on
it worked nicely. |
@zachdaniel, I confirm that I have the same issue in MacOS. Elixir: Machine: Apple M2 (any other info needed) ? |
Also the file causing the failure is somehow different, I have seen
So not a problem about a file being changed, but about a file not being there. |
@hrzndhrn can you think of a reason this might happen on windows? As far as I can tell this is coming from our call to |
Describe the bug
I am creating a new
Phoenix
app and it fails with the following message:To Reproduce
I installed
Igniter
by executingmix archive.install hex igniter_new
which installed version 0.5The next command is
mix igniter.new test_app --install ash,ash_authentication_phoenix --with phx.new
, which frequently ends up with the reported error.Expected behavior
A successful app creation, ready to get started
** Runtime
0.5.0
Additional context
The same command happens to work every now and then, making me think about some sort or race condition.
The text was updated successfully, but these errors were encountered: