Skip to content

Commit

Permalink
Fix auxfile serializer. Forgot to include pkgcache statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
CuppoJava committed Jul 10, 2023
1 parent 1ffce48 commit 2e18f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions compiler/aux-file-serializer.stanza
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ defserializer AuxFileSerializer () :
ImportWhenStmt: (package:symbol, dependencies:tuple(symbol))
CompileStmt: (file?:bool, name:string-or-tuple, dependencies:tuple(string), foreign-packages:tuple(foreign-package), commands:tuple(string))
ForeignPackageParamsStmt: (package-manager:symbol, projdir:string, entries:tuple(keyvalue(symbol,projitem)))
PkgCacheStmt: (directory:string)

defunion projitem (?) :
Symbol: symbol
Expand Down
2 changes: 1 addition & 1 deletion compiler/params.stanza
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public defn compiler-flags () :
to-tuple(COMPILE-FLAGS)

;========= Stanza Configuration ========
public val STANZA-VERSION = [0 18 36]
public val STANZA-VERSION = [0 18 37]
public var STANZA-INSTALL-DIR:String = ""
public var OUTPUT-PLATFORM:Symbol = `platform
public var STANZA-PKG-DIRS:List<String> = List()
Expand Down

0 comments on commit 2e18f94

Please sign in to comment.