Skip to content

Instantly share code, notes, and snippets.

@david50407

david50407/log Secret

Created December 5, 2016 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save david50407/79ac8dca7e5a8c12f00ccc78b7bf5eb3 to your computer and use it in GitHub Desktop.
Save david50407/79ac8dca7e5a8c12f00ccc78b7bf5eb3 to your computer and use it in GitHub Desktop.
Error in src/compiler/crystal.cr:6: instantiating 'Crystal::Command:Class#run()'
Crystal::Command.run
^~~
in src/compiler/crystal/command.cr:47: instantiating 'run(Array(String))'
def self.run(options = ARGV)
^
in src/compiler/crystal/command.cr:48: instantiating 'Crystal::Command#run()'
new(options).run
^~~
in src/compiler/crystal/command.cr:70: instantiating 'build()'
build
^~~~~
in src/compiler/crystal/command.cr:170: instantiating 'Crystal::Command::CompilerConfig#compile()'
config.compile
^~~~~~~
in src/compiler/crystal/command.cr:244: instantiating 'compile(String)'
def compile(output_filename = self.output_filename)
^
in src/compiler/crystal/command.cr:246: instantiating 'Crystal::Compiler#compile(Array(Crystal::Compiler::Source), String)'
compiler.compile sources, output_filename
^~~~~~~
in src/compiler/crystal/compiler.cr:125: instantiating 'new_program(Array(Crystal::Compiler::Source))'
program = new_program(source)
^~~~~~~~~~~
in src/compiler/crystal/compiler.cr:155: undefined method 'merge!' for Set(String) (did you mean 'merge'?)
program.flags.merge! @flags
^~~~~~
Rerun with --error-trace to show a complete error trace.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment