Giter Club home page Giter Club logo

Comments (1)

joshuanianji avatar joshuanianji commented on July 30, 2024

I haven't tried the previous versions, but I do get the same errors when importing multiple Elm files into the same entry .js file for version 8. Here's a example:

import { Elm as Elm1 } from './Module1.elm';
import { Elm as Elm2 } from './Module2.elm';

window.addEventListener('load', () => {
    const node1 = document.getElementById('id1');
    Elm1.Module1.init({ node: node1 });

    const node2 = document.getElementById('id2');
    Elm2.Module2.init({ node: node2 });
})

Here's the output (I'm using yarn):

➤ YN0000: +-------------------------------------------------------------------------------
➤ YN0000: |  Corrupt File: /Users/runner/work/<path/to/elm-stuff>/0.19.1/o.dat
➤ YN0000: |   Byte Offset: 593610
➤ YN0000: |       Message: not enough bytes
➤ YN0000: |
➤ YN0000: | Please report this to https://github.com/elm/compiler/issues
➤ YN0000: | Trying to continue anyway.
➤ YN0000: +-------------------------------------------------------------------------------
➤ YN0000: 
➤ YN0000: -- CORRUPT CACHE ---------------------------------------------------------------
➤ YN0000: 
➤ YN0000: It looks like some of the information cached in elm-stuff/ has been corrupted.
➤ YN0000: 
➤ YN0000: Try deleting your elm-stuff/ directory to get unstuck.

Not sure if you have the same setup since I would assume importing two Elm modules is fairly uncommon, but my project required it nonetheless. Since this was a race condition for me, it only happened occasionally, and only on Github Actions (it seems to work fine on my own computer).

I looked around and saw that there was already a solution on Elm's Snowpack plugin that uses locks to guarantee sequential compilation. Looking at the code, I would assume it wouldn't be too difficult to implement here, if the library authors wanted.

from elm-webpack-loader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.