-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Description
I find that when I use gocc -p xxxx/xxxx -o ./analysis xxx.bnf, the package is still the default value.
It seems that because these lines.
gocc/internal/config/config.go
Lines 183 to 186 in 19e54f3
| this.outDir = getOutDir(this.outDir, this.workingDir) | |
| if this.outDir != this.workingDir { | |
| this.pkg = defaultPackage(this.outDir) | |
| } |
If I use -o and -p together, is there any possiable problems?
I just want to put the .bnf file in a single folder.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels