Skip to content

Commit 217e917

Browse files
authored
Merge pull request #280 from akgrant43/FileAttributesPlugin133
1.3.3: Add path encoding / decoding MacOS uses custom decomposed UTF8 encoded strings for path names (while precomposed Unicode strings are typically used within the image). Encode and decode path names using the existing VM routines (ux2sqPath() and sq2uxPath()).
2 parents 6ed41a4 + 71f0df6 commit 217e917

File tree

42 files changed

+154
-121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+154
-121
lines changed

build.macos32x86/pharo.cog.spur.lowcode/plugins.ext

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ SerialPlugin \
1717
ObjectiveCPlugin \
1818
SDL2DisplayPlugin \
1919
EventsHandlerPlugin \
20-
FileAttributesPlugin \
2120
# could work, but I don't know if relevant:
2221
# TestOSAPlugin \
2322
# not working (because of Cocoa vs Carbon):

build.macos32x86/pharo.cog.spur.lowcode/plugins.int

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ DSAPrims \
1010
DropPlugin \
1111
FFTPlugin \
1212
FilePlugin \
13+
FileAttributesPlugin \
1314
FloatArrayPlugin \
1415
GeniePlugin \
1516
HostWindowPlugin \

build.macos32x86/pharo.cog.spur/plugins.ext

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ SerialPlugin \
1717
ObjectiveCPlugin \
1818
SDL2DisplayPlugin \
1919
EventsHandlerPlugin \
20-
FileAttributesPlugin \
2120
# TEMPORARY REMOVE
2221
# B3DAcceleratorPlugin \
2322
# could work, but I don't know if relevant:

build.macos32x86/pharo.cog.spur/plugins.int

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ DSAPrims \
1010
DropPlugin \
1111
FFTPlugin \
1212
FilePlugin \
13+
FileAttributesPlugin \
1314
FloatArrayPlugin \
1415
GeniePlugin \
1516
HostWindowPlugin \

build.macos32x86/pharo.sista.spur/plugins.ext

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ SerialPlugin \
1717
ObjectiveCPlugin \
1818
SDL2DisplayPlugin \
1919
EventsHandlerPlugin \
20-
FileAttributesPlugin \
2120
# TEMPORARY REMOVE
2221
# B3DAcceleratorPlugin \
2322
# could work, but I don't know if relevant:

build.macos32x86/pharo.sista.spur/plugins.int

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ DSAPrims \
1010
DropPlugin \
1111
FFTPlugin \
1212
FilePlugin \
13+
FileAttributesPlugin \
1314
FloatArrayPlugin \
1415
GeniePlugin \
1516
HostWindowPlugin \

build.macos32x86/pharo.stack.spur.lowcode/plugins.ext

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ SerialPlugin \
1717
ObjectiveCPlugin \
1818
SDL2DisplayPlugin \
1919
EventsHandlerPlugin \
20-
FileAttributesPlugin \
2120
# could work, but I don't know if relevant:
2221
# TestOSAPlugin \
2322
# not working (because of Cocoa vs Carbon):

build.macos32x86/pharo.stack.spur.lowcode/plugins.int

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ DSAPrims \
1010
DropPlugin \
1111
FFTPlugin \
1212
FilePlugin \
13+
FileAttributesPlugin \
1314
FloatArrayPlugin \
1415
GeniePlugin \
1516
HostWindowPlugin \

build.macos32x86/pharo.stack.spur/plugins.ext

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ SerialPlugin \
1717
ObjectiveCPlugin \
1818
SDL2DisplayPlugin \
1919
EventsHandlerPlugin \
20-
FileAttributesPlugin \
2120
# could work, but I don't know if relevant:
2221
# TestOSAPlugin \
2322
# not working (because of Cocoa vs Carbon):

build.macos32x86/pharo.stack.spur/plugins.int

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ DSAPrims \
1010
DropPlugin \
1111
FFTPlugin \
1212
FilePlugin \
13+
FileAttributesPlugin \
1314
FloatArrayPlugin \
1415
GeniePlugin \
1516
HostWindowPlugin \

0 commit comments

Comments
 (0)