Ticket #1658 (closed bug: fixed)
Change to config hash (45623) broke partcl
Reported by: | coke | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | none | Version: | trunk |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
Before this change, values in the config hash were stored as an appropriate PMC type. Post-change, they are stored as strings. When partcl tries to pull out this information, it ends up using the HLL string to int conversion, which isn't yet ready to be run, which throws an error; previously it would have used the parrot type's built in conversion, which is fine to use at this point in partcl's startup.
using partcl's 747475036950a7550b5adaefe9fee5c562dec8b0 , the commit before this works; with this commit, we build but can't run anything.
(I don't think a simple revert here works, unfortunately.)
Change History
Note: See
TracTickets for help on using
tickets.