-
Notifications
You must be signed in to change notification settings - Fork 45
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
Documentation is out of sync with the latest release #171
Comments
The next release will happen really soon, I just need to get around to writing the changelog. I think a version selector is a good idea, if we couple adding a new functions with a Are you getting any specific errors when trying to use the latest master? The |
Sure! #172 The whole thing just failed to build with a lot of strange errors ( |
The format looks correct to me. Perhaps try |
I had another go, and I think the problem is that there is a compile error that is preventing Tablecloth from compiling, which then causes subsequent errors:
|
It looks like you might be using a globally installed version of bsb? We don't support anything more than Try using the locally installed version using the scripts in
|
Does that mean that my application has to use 7.2.2 too, or can Tablecloth be compiled with 7.2.2 but I can still use it in an 8.1.1 app? |
I means that your app has to use 7.2.2 too. #141 is the only issue stopping us from supporting a newer version of Bucklescript I think. |
Ah ok - I'm keen to change over to the new Bucklescript syntax so I'll stay on 8.2.2 and wait for a Tablecloth update in that case. Cheers! |
So all the documentation that I have been reading for more than one hour is basically useless? I want to use the Map.String module and I'm getting an error telling me that such module does not exist, then I checked the mli files and indeed there is no definition for that. |
Apologies @danielo515, we need to get a release out. Can you use git master directly in your app? |
Don't worry @pbiggar, I'm using reason standard for now. Since most of the docs seems to come from there it is probably a good substitute for many. I'll be looking for the release (with standard merged in) |
Actually released 0.0.8 and the website matches. |
This is so weird - I was working on this project today for the first time in 2 years! |
The documentation shows functions such as
Result.ok
,Result.error
andOption.both
which don't actually exist in0.0.7
. It would be nice if the documentation had a version selector (maybe similar to Elixir's docs - https://hexdocs.pm/phoenix/Phoenix.html) so that you can choosemaster
or0.0.7
.On a side note I would like to use the functions in
master
, but I can't figure out how to get them working. Putting"tablecloth-bucklescript": "darklang/tablecloth#master"
intopackage.json
doesn't seem to work. Any advice would be appreciated!The text was updated successfully, but these errors were encountered: