question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Urls containing [ and ] generates code that does not compile

See original GitHub issue

If the URL contains [ ] the types name will contain it as well and generate compilation errors.

According to https://fsharp.org/specs/language-spec/4.0/FSharpSpec-4.0-latest.pdf in section “3.4 Identifiers and Keywords”

_Note that when an identifier is used for the name of a types, union type case, module, or namespace, the following characters are not allowed even inside double-backtick marks: ‘.', ‘+’, ‘$’, ‘&’, ‘[’, ‘]’, ‘/’, ‘\’, ‘*’, ‘"’, ‘`’

Maybee exchange thoose chars to something or remove them when generating the Client.fs?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
yodizcommented, Nov 1, 2021

Seams to work perfectly now 😃 Thanks!

0reactions
Zaid-Ajajcommented, Nov 1, 2021

Awesome! thanks for confirming 🙏

Read more comments on GitHub >

github_iconTop Results From Across the Web

Generated code is not compiled - maven
Run mvn compile (phase up-to, including, compile) on pom even without the plugin After this phase, there will be compiled sources in the...
Read more >
How can I pass a URL containing # to a macro without ...
I have frequent need to use URLs with # characters in them, and the hashtag causes compilation errors of course. To date, I...
Read more >
GCC and Make - A Tutorial on how to compile, link ...
When compiling the program, the compiler needs the header files to compile the source codes; the linker needs the libraries to resolve external...
Read more >
Source Codes - Classy Support Center
Learn how to build URLs containing source codes, how to find this information within reporting, and some basic best practices when using source...
Read more >
Write a URL in a C++ program
Writing URLs in programming code doesn't affect the program and the compiler will not throw any error. Here, we will how to use...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found