Opened 10 years ago
Closed 10 years ago
#45827 closed defect (fixed)
pure @0.64: critical bugfix in debugger
Reported by: | agraef (Albert Graef) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | haspatch maintainer | Cc: | |
Port: | pure |
Description
Added a changeset from upstream which resolves https://bitbucket.org/purelang/pure-lang/issue/32. This fixes a bug in the code generator which was tripping an assertion in the debugger, so I consider this important enough to update the port accordingly.
Attachments (2)
Change History (4)
Changed 10 years ago by agraef (Albert Graef)
Attachment: | pure-Portfile.diff added |
---|
Changed 10 years ago by agraef (Albert Graef)
Attachment: | pure-0.64-debugger-hotfix.diff added |
---|
comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|
comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Updated debugger hotfix with latest fixes from upstream. This resolves another bug in the expression printer which tripped another assertion in the debugger.