Skip to content
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

Job failure on akku #237

Open
higepon opened this issue Nov 27, 2022 · 1 comment
Open

Job failure on akku #237

higepon opened this issue Nov 27, 2022 · 1 comment
Labels

Comments

@higepon
Copy link
Owner

higepon commented Nov 27, 2022

https://gitlab.com/weinholt/laesare/-/jobs/3384970921

@higepon higepon added the P1 label Nov 27, 2022
@higepon
Copy link
Owner Author

higepon commented Nov 28, 2022

The error is saying platform-expand-time-features is not found.

$ .akku/env ./run-tests.sh
 Condition components:
 1. &who             who: platform-expand-time-features
 2. &message         message: "unbound identifier
     at (<transcoded-textual-input-port 
            <binary-input-port /builds/weinholt/laesare/.akku/lib/srfi/private/registry.mosh.sls>> 40)"

I believe platform-expand-time-features is defined in platform-features.mosh.sls and imported as (for (prefix (srfi private platform-features) platform-) run expand)) but I don't see expand-time-features in platform-features.mosh.sls.

For example in lib/srfi/private/platform-features.loko.sls, there's expand-time-features implementation as follows.

  (define (expand-time-features)
    '(loko syntax-case))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant