stdlib icon indicating copy to clipboard operation
stdlib copied to clipboard

Add split function to gleam/bit_array

Open renatillas opened this issue 1 year ago • 8 comments
trafficstars

Split function for the bit_array package

renatillas avatar Apr 25 '24 10:04 renatillas

~NOTE: This still lacks the javascript target~ The Javascript target has been implemented to match the Erlang one.

renatillas avatar Apr 25 '24 10:04 renatillas

I'm having trouble working with the gleam_stdlib.mjs as it cannot import gleam.mjs as it's missing. How I'm supposed to get it?

renatillas avatar Apr 25 '24 11:04 renatillas

Could you expand on that a little please? You import it like any other file.

lpil avatar Apr 25 '24 11:04 lpil

src/gleam_stdlib.mjs |12 col 8-21 error| Unable to load a local module: file:///Users/renata-amutio/Projects/renatillas/stdlib/src/gleam.mjs Please check the file path.

While working on the gleam_stdlib.mjs there's a dependency to ./gleam.mjs but the file is missing in the repository. What am I missing?

renatillas avatar Apr 25 '24 12:04 renatillas

Also

meme_array_split

renatillas avatar Apr 25 '24 12:04 renatillas

./gleam.mjs is the Gleam prelude, it is rendered by the build tool during project compilation.

lpil avatar Apr 26 '24 14:04 lpil

Closing due to inactivity. Please feel free to reopen! Thank you

lpil avatar May 20 '24 15:05 lpil

Hi! The PR is ready for review as the implementation is completed with some tests and documentation. Is something missing? In the case we feel this should be reopened, should I create a new PR or can it be done on the same PR?

Thank you!

renatillas avatar May 25 '24 16:05 renatillas