-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
P-highHigh priorityHigh priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.
Milestone
Description
I'm grouping these together but we should make sure all of them are fixed / tested before closing this:
- https://crater-reports.s3.amazonaws.com/beta-1.74-4/beta-2023-10-21/gh/CaviesLabs.hamsterswap-program/log.txt
- Bisected to resolve: mark binding is determined after all macros had been expanded #115269, but didn't appear as a regression in its crater run
- https://crater-reports.s3.amazonaws.com/beta-1.74-4/beta-2023-10-21/gh/RatioFinance.ratio-staking/log.txt
- Bisected to resolve: mark binding is determined after all macros had been expanded #115269, but didn't appear as a regression in its crater run
- https://crater-reports.s3.amazonaws.com/beta-1.74-4/beta-2023-10-21/gh/nosana-ci.nosana-jobs/log.txt
- Bisected to resolve: mark binding is determined after all macros had been expanded #115269, but didn't appear as a regression in its crater run
- https://crater-reports.s3.amazonaws.com/beta-1.74-4/beta-2023-10-21/reg/nmap-analyze-1.0.0/log.txt
- Known regression resolve: mark binding is determined after all macros had been expanded #115269. Deemed acceptable due to bug fix.
- https://crater-reports.s3.amazonaws.com/beta-1.74-4/beta-2023-10-21/reg/luminance-gl-0.19.1/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.74-4/beta-2023-10-21/reg/luminance-webgl-0.6.1/log.txt
cc #117053 which is a similar-looking problem, maybe duplicate of this
[INFO] [stdout] error[E0425]: cannot find function `create_lookup_table` in module `instruction`
[INFO] [stdout] --> programs/swap/src/action/create_address_lookup_table.rs:51:26
[INFO] [stdout] |
[INFO] [stdout] 51 | instruction::create_lookup_table(
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in `instruction`
[INFO] [stdout] |
[INFO] [stdout] help: consider importing this function
[INFO] [stdout] |
[INFO] [stdout] 1 + use solana_address_lookup_table_program::instruction::create_lookup_table;
[INFO] [stdout] |
[INFO] [stdout] help: if you import `create_lookup_table`, refer to it directly
[INFO] [stdout] |
[INFO] [stdout] 51 - instruction::create_lookup_table(
[INFO] [stdout] 51 + create_lookup_table(
fmease
Metadata
Metadata
Assignees
Labels
P-highHigh priorityHigh priorityT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.regression-from-stable-to-stablePerformance or correctness regression from one stable version to another.Performance or correctness regression from one stable version to another.