We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Submitted by: sqlab
maybe because of binary! not belonging anymore to any-string!, save/header is no longer possible
remedy:
Defer to-binary just before the switch statement
>> save/header s: "" "1" [ ] ** Script error: invalid argument: [REBOL #" " "[]" #"^/"] ** Where: insert if save ** Near: insert data reduce ['REBOL #" " mold header-data newline] ** Note: use WHY? for more about this error
Imported from: CureCode [ Version: alpha 69 Type: Bug Platform: All Category: Mezzanine Reproduce: Always Fixed-in:alpha 70 ] Imported from: metaeducation#1065
Rebolbot commented on Jul 9, 2009:
Submitted by: BrianH
Better yet, put the to-binary inside the switch statement - this saves on conversion overhead in the SAVE "" stuff case.
Implemented in mezz-load.r 4877.
Rebolbot added the Type.bug on Jan 12, 2016
The text was updated successfully, but these errors were encountered:
FIX: save to string! needs mold
save
string!
mold
56c14d9
related to: Oldes/Rebol-issues#1065
TEST: Oldes/Rebol-issues#1065
fd25e25
No branches or pull requests
Submitted by: sqlab
remedy:
Defer to-binary just before the switch statement
Imported from: CureCode [ Version: alpha 69 Type: Bug Platform: All Category: Mezzanine Reproduce: Always Fixed-in:alpha 70 ]
Imported from: metaeducation#1065
Comments:
Submitted by: BrianH
Better yet, put the to-binary inside the switch statement - this saves on conversion overhead in the SAVE "" stuff case.
Implemented in mezz-load.r 4877.
The text was updated successfully, but these errors were encountered: