Skip to content

Commit

Permalink
add a lattice element type for constants in inference
Browse files Browse the repository at this point in the history
this simplifies some of the code, and gives sharper type information.
fixes #5090, type inference of `&&` and `||` chains
also makes it easy to fix #5560 and #14324
  • Loading branch information
JeffBezanson committed Apr 8, 2016
1 parent b76bc89 commit 6bb64df
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 364 deletions.
Loading

1 comment on commit 6bb64df

@tkelman
Copy link
Contributor

@tkelman tkelman commented on 6bb64df Apr 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this fix #5560 yet, or just make it easy to do so? github will close it given the current commit message

Please sign in to comment.