infinitered / infinitered/firebird
Problem with elixir 1.5.1
- Dominant language
- Elixir
- Stars
- 66
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
─➤ bin/setup
----------------------------------------------------------
Ensuring Hex is installed...
----------------------------------------------------------
** (SyntaxError) mix.exs:6: unexpected token: ":" (column 12, codepoint U+003A)
(elixir) lib/code.ex:334: Code.load_file/2
(mix) lib/mix/cli.ex:26: Mix.CLI.proceed/1
(elixir) lib/code.ex:376: Code.require_file/2
** (SyntaxError) mix.exs:6: unexpected token: ":" (column 12, codepoint U+003A)
(elixir) lib/code.ex:334: Code.load_file/2
(mix) lib/mix/cli.ex:26: Mix.CLI.proceed/1
(elixir) lib/code.ex:376: Code.require_file/2
Done!
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running bin/setup with Elixir 1.5.1 and inspect mix.exs at line 6, where the syntax error is reported. Compare the syntax there with what that Elixir version accepts; done means bin/setup completes without the SyntaxError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100