-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
bugSomething isn't workingSomething isn't workinggood-titleThe title was checked and improved by ChatGPTThe title was checked and improved by ChatGPThelp wantedExtra attention is neededExtra attention is needed
Description
This is my code:
[n] > app
QQ.io.stdout > @
QQ.txt.sprintf *1
"Hello, %s!"
foo
Here, foo
is not defined in the app
object and there is no @
attribute in app
. Obviously, it's a wrong reference to an object. Lints can catch this, but currently they don't. I'm getting this, in runtime:
Couldn't find object 'Φ.org.eolang.foo' because there's no class or package 'EOorg.EOeolang.EOfoo'
Let's create a lint for this.
h1alexbel
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood-titleThe title was checked and improved by ChatGPTThe title was checked and improved by ChatGPThelp wantedExtra attention is neededExtra attention is needed