Skip to content

Commit

Permalink
chore: bump version to 0.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
aboeglin committed Apr 4, 2024
1 parent ad14f31 commit 3187435
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions compiler/main/Generate/LLVM/LLVM.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2436,9 +2436,6 @@ generateFunction env symbolTable metadata (ps IT.:=> t) area functionName corePa
loop <- block `named` "loop"
store continue 0 (Operand.ConstantOperand (Constant.Int 1 0))

-- let paramsWithNames = Map.fromList $ List.zip (Core.getValue <$> coreParams) (uncurry tcoParamSymbol <$> List.zip allocatedParams unboxedParams)
-- let symbolTableWithParams = symbolTable <> paramsWithNames

paramsWithNames <- mapM
(\(Typed paramQt paramArea metadata paramName, allocatedParam, param) ->
if Core.isReferenceParameter metadata then do
Expand Down
2 changes: 1 addition & 1 deletion madlib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.0
-- see: https://github.com/sol/hpack

name: madlib
version: 0.23.4
version: 0.23.5
description: Please see the README on GitHub at <https://github.com/madlib-lang/madlib#readme>
homepage: https://github.com/madlib-lang/madlib#readme
bug-reports: https://github.com/madlib-lang/madlib/issues
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: madlib
version: 0.23.4
version: 0.23.5
github: "madlib-lang/madlib"
license: BSD3
author: "Arnaud Boeglin, Brekk Bockrath"
Expand Down
2 changes: 1 addition & 1 deletion pkg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@madlib-lang/madlib",
"version": "0.23.4",
"version": "0.23.5",
"main": "./src/run.js",
"bin": {
"madlib": "src/run.js"
Expand Down

0 comments on commit 3187435

Please sign in to comment.