HaxeFoundation / HaxeFoundation/haxe
Package name "macro" problem
Open
- Dominant language
- Haxe
- Stars
- 6.9k
- Forks
- 715
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 11
Description
If one module contains something like this
```haxe
package;
@:autoBuild(foo.macro.MyMacros.build())
interface Foo {}
@:autoBuild(foo.macro.MyMacros.build()) // Unexpected .
interface Bar {}
@:autoBuild(foo.macro.MyMacros.build())
interface FooBar {}
```
compiler will report an` Unexpected .` and it will always indicate the second appearance of the `macro` word in the code
Contributor guide
Assessment
This issue has not been assessed yet.