Ticket #123 (assigned bug) — at Version 3

Opened 13 years ago

Last modified 13 years ago

remove more hard-coded runtime/ paths from libs

Reported by: rurban Owned by: rurban
Priority: critical Milestone: 0.9.0
Component: install Version: branch
Severity: medium Keywords: pdd30install
Cc: Language:
Patch status: applied Platform: all

Description (last modified by rurban) (diff)

There are some pirs doing

load_bytecode 'runtime/parrot/library/...'

In order to be installable the runtime/parrot/ prefixes must be removed as it is appended by the library search anyway, and the runtime/parrot/library/ path will not find the file.

We have a similar problem with the WMLScript subdir.

Change History

Changed 13 years ago by rurban

runtime/parrot/include/test_more.pir fixed with  http://www.parrotvm.org/svn/parrot/revision?rev=34837

Changed 13 years ago by rurban

More fixes with r34840

examples/tge/branch/transform.pir runtime/parrot/library/SDL/LCD.pir runtime/parrot/library/Test/Class.pir

Changed 13 years ago by rurban

  • status changed from new to assigned
  • platform set to all
  • description modified (diff)
  • owner set to rurban
  • patch set to applied
Note: See TracTickets for help on using tickets.