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

Conflicting exports warnings #637

Open
KronosTheLate opened this issue Apr 1, 2023 · 1 comment
Open

Conflicting exports warnings #637

KronosTheLate opened this issue Apr 1, 2023 · 1 comment
Assignees

Comments

@KronosTheLate
Copy link

I am following this video, and after just making the project, I am getting the following errors printed in my terminal:

WARNING: both Html and Base export "view"; uses of it in module Stipple must be qualified
WARNING: both Html and Base export "div"; uses of it in module Stipple must be qualified
WARNING: both Html and Base export "time"; uses of it in module Stipple must be qualified
WARNING: both Html and Base export "summary"; uses of it in module Stipple must be qualified
WARNING: both Router and Base export "download"; uses of it in module Genie must be qualified
WARNING: both Html and Base export "mark"; uses of it in module Stipple must be qualified
WARNING: both HttpCommon and Genie export "Headers"; uses of it in module Html must be qualified
┌ Error: 2023-04-01 20:23:09 GET /images/icons/GenieCloud_logo.png 404
└ @ Genie.Router ~/.julia/packages/Genie/SKepC/src/Router.jl:204

I do not believe I have had any effect on the project at this point, so something should be done in the no code editor to fix the issues, as such a long list of warnings can be scary for the users inclined to use the no-code editor.

@essenciary essenciary changed the title Errors when making project with no code editor Conflicting exports warnings Sep 5, 2023
@essenciary essenciary added the bug label Sep 5, 2023
@essenciary
Copy link
Member

v6 would be a good moment to address it as it can introduce breaking changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants