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

Fix windows CI and source index issue #139

Merged
merged 1 commit into from
Mar 15, 2024
Merged

Fix windows CI and source index issue #139

merged 1 commit into from
Mar 15, 2024

Conversation

tdroxler
Copy link
Member

@tdroxler tdroxler commented Mar 13, 2024

Windows CI was failing, because the line index was not correct.
The culprit is this guy which we use when calling prettyIndex.

Issue is present on the fastparse version we use v2.3.3, but it seems to have been fixed in this PR

As we depend on the full node for the fastparse version, I wrote a fix directly here.

When we update fastparse, we could rollback to the previous version if we want.

@tdroxler tdroxler force-pushed the windows-ci branch 5 times, most recently from 3972507 to 21d9b1e Compare March 14, 2024 15:11
@tdroxler tdroxler changed the title WIP - Testing CI Fix windows CI and source index issue Mar 14, 2024
Copy link
Member

@simerplaha simerplaha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Niceee!

@tdroxler tdroxler merged commit 6905bdf into master Mar 15, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants