-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Test1 does not run #1
Comments
Morten's recent commit fixes the first error above, but not the second one. WSRelType does not exist. |
I have committed a work-around for this problem, the underlying problem is that array source files (.apla) are not being loaded by ]acre.openproject. If the source code is loaded with ]link.create, the examples work. |
Ah, ok, will investigate why acre is not reading the vars.
…Sent from my iPhone
On Dec 29, 2019, at 12:32 PM, Morten Kromberg <[email protected]> wrote:
I have committed a work-around for this problem, the underlying problem is that array source files (.apla) are not being loaded by ]acre.openproject. If the source code is loaded with ]link.create, the examples work.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#1?email_source=notifications&email_token=AEO6T7LZHYG76V5AXW5MJU3Q3DUKLA5CNFSM4J6VU2TKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHZFRMY#issuecomment-569530547>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEO6T7KBFY2PRRO4KYWT75LQ3DUKLANCNFSM4J6VU2TA>.
|
Ok, making a little progress. I now get down to Build.Main were the second line of code is:
This produces an enclosed, nested vector, not a simple vector, which in turn causes this error:
|
Ok, once this is fixed, the test runs to completion. However the resulting XL file gives error warnings when I try to open in excel, which attempts a repair. Once that is done there is no data in the spreadsheet. |
A very simple test also gives same error:
|
OK, my bad - when hard-coding one of those variables I types "workspace" instead of "worksheet". My subsequent test was, ah, insufficient. Should be OK now. |
|
Does this error only happen for me on my machine?
|
In my test of this, I can write one sheet by assigning wb.Sheets←s1 but not multiple sheets with wb.Sheets←s1 s2 s3. What would cause that? |
Unfortunately I am not in a position to answer this -- I have not looked at it in a long time. The original author is not working on it. I intend to substantially review, document and rewrite this project in the coming year. |
The text was updated successfully, but these errors were encountered: